Libvirt provides classes such as Xen_ComputerSystem, Xen_Processor etc., in order to build applications using libvirt-api which can interact with the Xen Hypervisor.
I would like to know what are the corresponding classes for the KVM hypervisor, so that I can use libvirt-cim to communicate with the hypervisor. Would it be Kvm_ComputerSystem or Qemu_Computersystem?