Re: [PATCH] vl: Parse legacy default_machine_opts

2021-07-22 Thread Paolo Bonzini
On 22/07/21 16:12, Anthony PERARD via wrote: Reviewed-by: Anthony PERARD I can't find a different way to set a default "accelerator" to a machine, so this patch seems necessary. I agree, and I'll be sending a pull request shortly. Paolo

Re: [PATCH] vl: Parse legacy default_machine_opts

2021-07-22 Thread Anthony PERARD via
On Mon, Jul 12, 2021 at 10:15:52PM -0400, Jason Andryuk wrote: > qemu can't start a xen vm after commit d8fb7d0969d5 > "vl: switch -M parsing to keyval" with: > > $ ./qemu-system-i386 -M xenfv > Unexpected error in object_property_find_err() at ../qom/object.c:1298: > qemu-system-i386: Property 'x

[PATCH] vl: Parse legacy default_machine_opts

2021-07-12 Thread Jason Andryuk
qemu can't start a xen vm after commit d8fb7d0969d5 "vl: switch -M parsing to keyval" with: $ ./qemu-system-i386 -M xenfv Unexpected error in object_property_find_err() at ../qom/object.c:1298: qemu-system-i386: Property 'xenfv-3.1-machine.accel' not found Aborted (core dumped) The default_machin