Re: [Qemu-devel] The communication between QEMU and KVM

2015-06-22 Thread Stefan Hajnoczi
On Sat, Jun 20, 2015 at 10:53:57PM +0800, fu lirong wrote: > I am wondering How Qemu communicate with KVM , for > example I want to deliver some information in KVM to Qemu, what should I > do ? The kvm.ko userspace API is defined in linux.git Documentation/virtual/kvm/api.txt,

[Qemu-devel] The communication between QEMU and KVM

2015-06-20 Thread fu lirong
Hi everybody: I am wondering How Qemu communicate with KVM , for example I want to deliver some information in KVM to Qemu, what should I do ?