Re: [Qemu-devel] [PATCH 06/10] machine: Add machine_register_compat_props() function

2016-06-19 Thread Marcel Apfelbaum
On 06/15/2016 11:32 PM, Eduardo Habkost wrote: Move the compat_props handling to core machine code. Signed-off-by: Eduardo Habkost --- hw/core/machine.c | 16 include/hw/boards.h | 1 + vl.c| 9 ++--- 3 files changed, 19 insertions(+), 7 deletions(-

[Qemu-devel] [PATCH 06/10] machine: Add machine_register_compat_props() function

2016-06-15 Thread Eduardo Habkost
Move the compat_props handling to core machine code. Signed-off-by: Eduardo Habkost --- hw/core/machine.c | 16 include/hw/boards.h | 1 + vl.c| 9 ++--- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/hw/core/machine.c b/hw/core/machine.c