Re: [Qemu-devel] [PATCH v3 0/2] Enable specifying a non-default Hyper-V vendor ID

2015-10-16 Thread Amos Jianjun Kong
On Sat, Oct 17, 2015 at 2:53 AM, Alex Williamson wrote: > v3: Incorporate suggestion from Igor to move the string length test > out to the property parsing. A string that's too long will now > get an error like: > > $ qemu-system-x86_64 -cpu qemu64,hv_vendor_id=123456789abcd > qem

[Qemu-devel] [PATCH v3 0/2] Enable specifying a non-default Hyper-V vendor ID

2015-10-16 Thread Alex Williamson
v3: Incorporate suggestion from Igor to move the string length test out to the property parsing. A string that's too long will now get an error like: $ qemu-system-x86_64 -cpu qemu64,hv_vendor_id=123456789abcd qemu-system-x86_64: Property 'host-x86_64-cpu.hv-vendor-id' doesn't tak