Re: [libvirt] [PATCH v4] qemu: add hv_vapic and hv_spinlocks support

2013-06-21 Thread Jiri Denemark
On Tue, Jun 18, 2013 at 16:59:30 +0200, Jano Tomko wrote: > Add new CPU flags for HyperV: > hv_vapic for virtual APIC support > hv_spinlocks for spinlock support > > XML: > > > > 0x > > I think it's mostly fine but I'd make the spinlock feature look less magically: Tha

[libvirt] [PATCH v4] qemu: add hv_vapic and hv_spinlocks support

2013-06-18 Thread Ján Tomko
Add new CPU flags for HyperV: hv_vapic for virtual APIC support hv_spinlocks for spinlock support XML: 0x results in the following QEMU command line: qemu -cpu ,hv_vapic,hv_spinlocks=0x https://bugzilla.redhat.com/show_bug.cgi?id=784836 --- v1: https://www.redhat.com/arc