Re: [Qemu-devel] [PATCH 1/6] Split serial-isa into its own config option

2015-03-30 Thread David Gibson
On Mon, Mar 30, 2015 at 09:28:39AM +0200, Markus Armbruster wrote: > David Gibson writes: > > > At present, the core device model code for 8250-like serial ports > > (serial.c) and the code for serial ports attached to ISA-style legacy IO > > (serial-isa.c) are both controlled by the CONFIG_ISA v

Re: [Qemu-devel] [PATCH 1/6] Split serial-isa into its own config option

2015-03-30 Thread Markus Armbruster
David Gibson writes: > At present, the core device model code for 8250-like serial ports > (serial.c) and the code for serial ports attached to ISA-style legacy IO > (serial-isa.c) are both controlled by the CONFIG_ISA variable. > > There are lots and lots of embedded platforms that have 8250-lik

[Qemu-devel] [PATCH 1/6] Split serial-isa into its own config option

2015-03-05 Thread David Gibson
At present, the core device model code for 8250-like serial ports (serial.c) and the code for serial ports attached to ISA-style legacy IO (serial-isa.c) are both controlled by the CONFIG_ISA variable. There are lots and lots of embedded platforms that have 8250-like serial ports but have never ha