Re: [Qemu-devel] [PATCH 1/2] display: add separate config option for bochs-display

2018-10-05 Thread Alistair
On 10/05/2018 09:48 AM, Gerd Hoffmann wrote: On Fri, Oct 05, 2018 at 09:22:29AM -0700, Alistair Francis wrote: On Fri, Oct 5, 2018 at 9:13 AM Gerd Hoffmann wrote: This allows modern architectures which don't care about vga compatibility (risc-v for example) build bochs-display without includi

Re: [Qemu-devel] [PATCH 1/2] display: add separate config option for bochs-display

2018-10-05 Thread Gerd Hoffmann
On Fri, Oct 05, 2018 at 09:22:29AM -0700, Alistair Francis wrote: > On Fri, Oct 5, 2018 at 9:13 AM Gerd Hoffmann wrote: > > > > This allows modern architectures which don't care about vga > > compatibility (risc-v for example) build bochs-display without > > including all vga emulation too. > > F

Re: [Qemu-devel] [PATCH 1/2] display: add separate config option for bochs-display

2018-10-05 Thread Alistair Francis
On Fri, Oct 5, 2018 at 9:13 AM Gerd Hoffmann wrote: > > This allows modern architectures which don't care about vga > compatibility (risc-v for example) build bochs-display without > including all vga emulation too. For RISC-V we end up including pci.mak anyway for other things such as NVMe drive

[Qemu-devel] [PATCH 1/2] display: add separate config option for bochs-display

2018-10-05 Thread Gerd Hoffmann
This allows modern architectures which don't care about vga compatibility (risc-v for example) build bochs-display without including all vga emulation too. Signed-off-by: Gerd Hoffmann --- default-configs/pci.mak | 1 + hw/display/Makefile.objs | 2 +- 2 files changed, 2 insertions(+), 1 deleti