[libvirt] [PATCH] Add support for parsing -vga virtio

2016-11-17 Thread Nehal J Wani
Since a94f0c5c qemu supports '-vga virtio'. Libvirt also supports it since 21373feb. This patch enables libvirt to parse the qemu-argv: virsh domxml-from-native qemu-argv <(echo '/usr/bin/qemu-system-x86_64 -vga virtio') Signed-off-by: Nehal J Wani --- src/qemu/qemu_command.c | 2 +- 1 file c

Re: [libvirt] [PATCH 0/5] qemu: parse: Fix parsing of weird cpu topology specifications

2016-11-17 Thread Nehal J Wani
On Mon, Nov 14, 2016 at 10:23 PM, Peter Krempa wrote: > > Peter Krempa (5): > qemu: parse: Validate that the VM has at least one cpu > qemu: parse: Allow the 'cpus=' prefix for current cpu number > qemu: parse: Assign topology info earlier > qemu: parse: Assign maximum cpu count from topol

Re: [libvirt] [PATCH v3 03/10] Introduce a "scsi_host" hostdev type

2016-11-17 Thread John Ferlan
[...] >> I don't think the current code naming is incorrect, but it does >> slightly paint us into a box with this work. I'll mull this over >> overnight, and maybe cook up a cleanup patch separate from this >> series. Or perhaps take your other suggestion and go with the >> inclusion of "vhost

Re: [libvirt] [PATCH v3 03/10] Introduce a "scsi_host" hostdev type

2016-11-17 Thread Eric Farman
On 11/14/2016 05:20 PM, Eric Farman wrote: On 11/14/2016 04:59 PM, John Ferlan wrote: On 11/14/2016 08:31 AM, Eric Farman wrote: On 11/11/2016 04:41 PM, John Ferlan wrote: s/$SUBJ/Introduce framework for hostdev SCSI_Host subsys type On 11/08/2016 01:26 PM, Eric Farman wrote: We alread

Re: [libvirt] [PATCH RFC 0/7] Run qemu under its own namespace

2016-11-17 Thread Daniel P. Berrange
On Mon, Nov 14, 2016 at 04:58:19PM +, Daniel P. Berrange wrote: > On Mon, Nov 14, 2016 at 05:43:24PM +0100, Michal Privoznik wrote: > > This is just an proof of concept of what has been agreed on here: > > > > https://www.redhat.com/archives/libvir-list/2016-November/msg00285.html > > > > The

Re: [libvirt] dpdk/vpp and cross-version migration for vhost

2016-11-17 Thread Michael S. Tsirkin
On Thu, Nov 17, 2016 at 05:49:36PM +0800, Yuanhan Liu wrote: > On Thu, Nov 17, 2016 at 09:47:09AM +0100, Maxime Coquelin wrote: > > > > > > On 11/17/2016 09:29 AM, Yuanhan Liu wrote: > > >As usaual, sorry for late response :/ > > > > > >On Thu, Oct 13, 2016 at 08:50:52PM +0300, Michael S. Tsirkin

Re: [libvirt] [Qemu-devel] [PATCH v1] qemu: command: rework cpu feature argument support

2016-11-17 Thread Eduardo Habkost
On Thu, Nov 17, 2016 at 04:04:33PM +0100, Markus Armbruster wrote: > Eduardo Habkost writes: > > > CCing qemu-devel. > > > > CCing Markus, in case he has any insights about the interface > > introspection. > > > > On Tue, Nov 15, 2016 at 08:42:12AM +0100, Jiri Denemark wrote: > >> On Mon, Nov 14,

Re: [libvirt] dpdk/vpp and cross-version migration for vhost

2016-11-17 Thread Yuanhan Liu
As usaual, sorry for late response :/ On Thu, Oct 13, 2016 at 08:50:52PM +0300, Michael S. Tsirkin wrote: > Hi! > So it looks like we face a problem with cross-version > migration when using vhost. It's not new but became more > acute with the advent of vhost user. > > For users to be able to mig

Re: [libvirt] [vpp-dev] dpdk/vpp and cross-version migration for vhost

2016-11-17 Thread Thomas F Herbert
+Billy McFall On 11/17/2016 04:49 AM, Yuanhan Liu wrote: On Thu, Nov 17, 2016 at 09:47:09AM +0100, Maxime Coquelin wrote: On 11/17/2016 09:29 AM, Yuanhan Liu wrote: As usaual, sorry for late response :/ On Thu, Oct 13, 2016 at 08:50:52PM +0300, Michael S. Tsirkin wrote: Hi! So it looks lik

Re: [libvirt] vhostuser and openvswitch interface statistics

2016-11-17 Thread Daniel P. Berrange
On Thu, Nov 17, 2016 at 03:34:19PM +0100, Mehdi Abaakouk wrote: > Hi, > > I'm looking for interface statistics for a vhostuser network interface > (that uses ovs-dpdk on the other socket side). > > The "virsh domifstat " obviously don't works because it > looks at "/proc/net/dev" for statistics.

Re: [libvirt] dpdk/vpp and cross-version migration for vhost

2016-11-17 Thread Yuanhan Liu
On Thu, Nov 17, 2016 at 09:47:09AM +0100, Maxime Coquelin wrote: > > > On 11/17/2016 09:29 AM, Yuanhan Liu wrote: > >As usaual, sorry for late response :/ > > > >On Thu, Oct 13, 2016 at 08:50:52PM +0300, Michael S. Tsirkin wrote: > >>Hi! > >>So it looks like we face a problem with cross-version >

Re: [libvirt] [Qemu-devel] [PATCH v1] qemu: command: rework cpu feature argument support

2016-11-17 Thread Markus Armbruster
Eduardo Habkost writes: > CCing qemu-devel. > > CCing Markus, in case he has any insights about the interface > introspection. > > On Tue, Nov 15, 2016 at 08:42:12AM +0100, Jiri Denemark wrote: >> On Mon, Nov 14, 2016 at 18:02:29 -0200, Eduardo Habkost wrote: >> > On Mon, Nov 14, 2016 at 02:26:03

[libvirt] [PATCH] disk: Fixup error handling path for devmapper when part_separator='yes'

2016-11-17 Thread John Ferlan
https://bugzilla.redhat.com/show_bug.cgi?id=1346566 If libvirt_parthelper is erroneously told to append the partition separator 'p' onto the generated output for a disk pool using device mapper that has 'user_friendly_names' set to true, then the error recovery path will fail to find volume result

[libvirt] vhostuser and openvswitch interface statistics

2016-11-17 Thread Mehdi Abaakouk
Hi, I'm looking for interface statistics for a vhostuser network interface (that uses ovs-dpdk on the other socket side). The "virsh domifstat " obviously don't works because it looks at "/proc/net/dev" for statistics. When we use vhostuser, we don't create network interface on the host but a

Re: [libvirt] [Qemu-devel] [PATCH for-2.9] qmp: Report QOM type name on query-cpu-definitions

2016-11-17 Thread Eduardo Habkost
On Thu, Nov 17, 2016 at 01:38:54PM +0100, Markus Armbruster wrote: [...] > A bit sad that the QOM type name needs to be computed in > target-dependent code. I plan to provide a generic implementation of query-cpu-definitions later, to fix this. > > With Eric's doc fix: > Reviewed-by: Markus Armb

Re: [libvirt] [Qemu-devel] [PATCH for-2.9] qmp: Report QOM type name on query-cpu-definitions

2016-11-17 Thread Markus Armbruster
Eduardo Habkost writes: > The new typename attribute on query-cpu-definitions will be used > to help management software use device-list-properties to check > which properties can be set using -cpu or -global for the CPU > model. > > Signed-off-by: Eduardo Habkost > --- > qapi-schema.json

Re: [libvirt] dpdk/vpp and cross-version migration for vhost

2016-11-17 Thread Maxime Coquelin
On 11/17/2016 09:29 AM, Yuanhan Liu wrote: As usaual, sorry for late response :/ On Thu, Oct 13, 2016 at 08:50:52PM +0300, Michael S. Tsirkin wrote: Hi! So it looks like we face a problem with cross-version migration when using vhost. It's not new but became more acute with the advent of vhos