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

2015-07-01 Thread David Gibson
On Wed, Jul 01, 2015 at 12:15:09PM +0100, Peter Maydell wrote: > On 1 July 2015 at 05:20, David Gibson wrote: > > On Mon, Jun 29, 2015 at 11:35:23AM +0100, Peter Maydell wrote: > >> A quick grep suggests you can knock arm, moxie, sh4 > >> and sh4eb off your list of things with CONFIG_SERIAL_ISA >

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

2015-07-01 Thread Peter Maydell
On 1 July 2015 at 05:20, David Gibson wrote: > On Mon, Jun 29, 2015 at 11:35:23AM +0100, Peter Maydell wrote: >> A quick grep suggests you can knock arm, moxie, sh4 >> and sh4eb off your list of things with CONFIG_SERIAL_ISA >> (no hits for ISABus). > > I'll remove moxie, sh4 and sh4eb in my next

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

2015-06-30 Thread David Gibson
On Mon, Jun 29, 2015 at 11:35:23AM +0100, Peter Maydell wrote: > On 29 June 2015 at 06:36, 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 b

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

2015-06-29 Thread David Gibson
On Mon, Jun 29, 2015 at 12:12:01PM +0200, Andreas Färber wrote: > Am 29.06.2015 um 07:36 schrieb 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

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

2015-06-29 Thread David Gibson
On Mon, Jun 29, 2015 at 11:35:23AM +0100, Peter Maydell wrote: > On 29 June 2015 at 06:36, 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 b

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

2015-06-29 Thread Peter Maydell
On 29 June 2015 at 06:36, 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 p

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

2015-06-29 Thread Andreas Färber
Am 29.06.2015 um 07:36 schrieb 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 pl

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

2015-06-28 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