Re: [Xen-devel] [Qemu-devel] [PATCH] trivial: Remove xenfb_enabled from sysemu.h

2020-01-21 Thread Paul Durrant
On Tue, 21 Jan 2020 at 16:18, Thomas Huth wrote: > > The define is only used in one other place. Move the code there > instead of keeping this xen-specific define in sysemu.h. > > Signed-off-by: Thomas Huth Acked-by: Paul Durrant ___ Xen-devel mailin

Re: [Xen-devel] [Qemu-devel] [PATCH] trivial: Remove xenfb_enabled from sysemu.h

2020-01-21 Thread Philippe Mathieu-Daudé
On 1/21/20 5:17 PM, Thomas Huth wrote: The define is only used in one other place. Move the code there instead of keeping this xen-specific define in sysemu.h. Signed-off-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daudé --- hw/xenpv/xen_machine_pv.c | 2 +- include/sysemu/sysemu.h

[Xen-devel] [Qemu-devel] [PATCH] trivial: Remove xenfb_enabled from sysemu.h

2020-01-21 Thread Thomas Huth
The define is only used in one other place. Move the code there instead of keeping this xen-specific define in sysemu.h. Signed-off-by: Thomas Huth --- hw/xenpv/xen_machine_pv.c | 2 +- include/sysemu/sysemu.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hw/xenpv/xen_ma