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

2016-11-17 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_SERIAL variable. > > There are lots and lots of embedded platforms that have 8250-

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

2016-11-09 Thread Christian Borntraeger
On 11/09/2016 01:22 PM, David Gibson wrote: > 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_SERIAL variable. > > There are lots and lots of embedded pla

[Qemu-devel] [PATCHv2 1/3] Split serial-isa into its own config option

2016-11-09 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_SERIAL variable. There are lots and lots of embedded platforms that have 8250-like serial ports but have never