Re: [Qemu-devel] [PATCH 3/4] machine: add default_devices field to QEMUMachine

2012-11-05 Thread Markus Armbruster
Anthony Liguori writes: > This allows a machine to describe default devices that are only available > when -nodefaults is not present. > > Signed-off-by: Anthony Liguori > --- > hw/boards.h | 6 ++ > vl.c| 13 + > 2 files changed, 19 insertions(+) > > diff --git a/hw/bo

[Qemu-devel] [PATCH 3/4] machine: add default_devices field to QEMUMachine

2012-10-26 Thread Anthony Liguori
This allows a machine to describe default devices that are only available when -nodefaults is not present. Signed-off-by: Anthony Liguori --- hw/boards.h | 6 ++ vl.c| 13 + 2 files changed, 19 insertions(+) diff --git a/hw/boards.h b/hw/boards.h index 813d0e5..85b2887