Re: [Qemu-devel] [PATCH] Corrected memory regions

2018-11-15 Thread Peter Maydell
On 4 November 2018 at 07:42, Seth K wrote: > I corrected these 2 memory regions based on specifications from the chip > manufacturer. The existing ranges seem to overlap and and cause odd > behavior and/or crashes when trying to set up multiple UARTs, > I also played with changing MAX_SERIAL_PORTS

Re: [Qemu-devel] [PATCH] Corrected memory regions

2018-11-14 Thread Philippe Mathieu-Daudé
Hi Seth, On Wed, Nov 14, 2018 at 8:25 AM Seth K wrote: > > I corrected these 2 memory regions based on specifications from the chip > manufacturer. The existing ranges seem to overlap and and cause odd > behavior and/or crashes when trying to set up multiple UARTs, > I also played with changing M

[Qemu-devel] [PATCH] Corrected memory regions

2018-11-13 Thread Seth K
I corrected these 2 memory regions based on specifications from the chip manufacturer. The existing ranges seem to overlap and and cause odd behavior and/or crashes when trying to set up multiple UARTs, I also played with changing MAX_SERIAL_PORTS to 8 to match the hardware, but I did not include t