Re: [Qemu-devel] [PATCH 02/16] pc: Eliminate struct PcGuestInfoState

2015-12-07 Thread Marcel Apfelbaum
On 12/02/2015 03:46 AM, Eduardo Habkost wrote: Instead of allocating a new struct just for PcGuestInfo and the mchine_done Notifier, place them inside PCMachineState. Signed-off-by: Eduardo Habkost --- hw/i386/pc.c | 27 ++- include/hw/i386/pc.h | 2 ++ 2 fi

[Qemu-devel] [PATCH 02/16] pc: Eliminate struct PcGuestInfoState

2015-12-01 Thread Eduardo Habkost
Instead of allocating a new struct just for PcGuestInfo and the mchine_done Notifier, place them inside PCMachineState. Signed-off-by: Eduardo Habkost --- hw/i386/pc.c | 27 ++- include/hw/i386/pc.h | 2 ++ 2 files changed, 12 insertions(+), 17 deletions(-) diff