Re: [Qemu-devel] [PATCH v2 01/14] q35: Remove MCHPCIState.guest_info field

2015-12-15 Thread Marcel Apfelbaum
On 12/11/2015 08:42 PM, Eduardo Habkost wrote: The field is not used for anything. Signed-off-by: Eduardo Habkost --- hw/i386/pc_q35.c | 1 - include/hw/pci-host/q35.h | 1 - 2 files changed, 2 deletions(-) diff --git a/hw/i386/pc_q35.c b/hw/i386/pc_q35.c index 9da751b..43ee8bb 10

[Qemu-devel] [PATCH v2 01/14] q35: Remove MCHPCIState.guest_info field

2015-12-11 Thread Eduardo Habkost
The field is not used for anything. Signed-off-by: Eduardo Habkost --- hw/i386/pc_q35.c | 1 - include/hw/pci-host/q35.h | 1 - 2 files changed, 2 deletions(-) diff --git a/hw/i386/pc_q35.c b/hw/i386/pc_q35.c index 9da751b..43ee8bb 100644 --- a/hw/i386/pc_q35.c +++ b/hw/i386/pc_q35.c @