Re: [Qemu-devel] [PATCH 11/16] pc: Simplify signature of xen_load_linux()

2015-12-11 Thread Stefano Stabellini
On Tue, 1 Dec 2015, Eduardo Habkost wrote: > We don't need the FWCfgState return value and the PcGuestInfo > parameter. > > Signed-off-by: Eduardo Habkost Reviewed-by: Stefano Stabellini > hw/i386/pc.c | 5 + >

[Qemu-devel] [PATCH 11/16] pc: Simplify signature of xen_load_linux()

2015-12-01 Thread Eduardo Habkost
We don't need the FWCfgState return value and the PcGuestInfo parameter. Signed-off-by: Eduardo Habkost --- hw/i386/pc.c | 5 + hw/i386/pc_piix.c| 2 +- include/hw/i386/pc.h | 3 +-- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/hw/i386/pc.c