Re: [libvirt] [PATCH v5 2/2] qemu: add hv_vapic and hv_spinlocks support

2013-06-21 Thread Ján Tomko
On 06/21/2013 01:18 PM, Jiri Denemark wrote: > On Fri, Jun 21, 2013 at 12:41:54 +0200, Jano Tomko wrote: >> XML: >> >> >> >> >> >> >> >> results in the following QEMU command line: >> qemu -cpu ,hv_vapic,hv_spinlocks=0x > > I believe the above XML will actually result in hv_s

Re: [libvirt] [PATCH v5 2/2] qemu: add hv_vapic and hv_spinlocks support

2013-06-21 Thread Jiri Denemark
On Fri, Jun 21, 2013 at 12:41:54 +0200, Jano Tomko wrote: > XML: > > > > > > > > results in the following QEMU command line: > qemu -cpu ,hv_vapic,hv_spinlocks=0x I believe the above XML will actually result in hv_spinlocks=0x1000 :-P ACK Jirka -- libvir-list mailing list

[libvirt] [PATCH v5 2/2] qemu: add hv_vapic and hv_spinlocks support

2013-06-21 Thread Ján Tomko
XML: results in the following QEMU command line: qemu -cpu ,hv_vapic,hv_spinlocks=0x https://bugzilla.redhat.com/show_bug.cgi?id=784836 --- src/qemu/qemu_command.c | 46 ++--- tests/qemuxml2argvdata/qemuxml2argv-hyperv.args | 2 +