On 13/11/2019 15.39, Paolo Bonzini wrote: > The first machine property to fall is Xen's Intel integrated graphics > passthrough. The "-machine igd-passthru" option does not set anymore > a property on the machine object, but desugars to a GlobalProperty on > accelerator objects. > > The setter is very simple, since the value ends up in a > global variable, so this patch also provides an example before the more > complicated cases that follow it. > > Signed-off-by: Paolo Bonzini <[email protected]> > --- > hw/core/machine.c | 20 -------------------- > hw/xen/xen-common.c | 16 ++++++++++++++++ > include/hw/boards.h | 1 - > qemu-options.hx | 9 +++++---- > vl.c | 14 ++++---------- > 5 files changed, 25 insertions(+), 35 deletions(-)
Reviewed-by: Thomas Huth <[email protected]>
