On 12/11/2015 08:42 PM, Eduardo Habkost wrote:
Instead of allocating a new struct just for PcGuestInfo and the
mchine_done Notifier, place them inside PCMachineState.
"machine_done", . ^^ "it"
it doesn't worth a new version, maybe the maintainer
can take care of it.
Signed-off
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