On 06/21/2013 01:18 PM, Jiri Denemark wrote:
On Fri, Jun 21, 2013 at 12:41:54 +0200, Jano Tomko wrote:
> XML:
> <features>
> <hyperv>
> <vapic state='on'/>
> <spinlocks state='on' retries='4096'/>
> </hyperv>
> </features>
>
> results in the following QEMU command line:
> qemu -cpu <cpu_model>,hv_vapic,hv_spinlocks=0xffff
I believe the above XML will actually result in hv_spinlocks=0x1000 :-P
:)
I fixed that and pushed both patches. Thank you!
Jan