Re: [Qemu-devel] Virtio-net control queue handling

2019-02-27 Thread Nikhil Agarwal
should to be done in libvirt where QMP event are being handled as of now? Regards Nikhil -Original Message- From: Stefan Hajnoczi Sent: Wednesday, February 27, 2019 8:54 PM To: Nikhil Agarwal Cc: qemu-devel@nongnu.org; jasow...@redhat.com; libvir-l...@redhat.com Subject: Re: [Qemu-devel

[Qemu-devel] Virtio-net control queue handling

2019-02-26 Thread Nikhil Agarwal
Hi All, Is there any option in QEMU to offload virtio device control queue handling to backend instead of deciphering and passing to libvirt via QMP? if not, is there any interface in libvirt which passes on these message to application or i directly use QMP interface from QEMU? Regards Nikhil