Re: [PATCH v2 1/1] hw/arm/aspeed: Allow machine to set UART default

2021-09-01 Thread Peter Delevoryas
> On Sep 1, 2021, at 9:19 AM, Cédric Le Goater wrote: > > On 9/1/21 5:36 PM, p...@fb.com wrote: >> From: Peter Delevoryas >> >> When you run QEMU with an Aspeed machine and a single serial device >> using stdio like this: >> >>qemu -machine ast2600-evb -drive ... -serial stdio >> >> The

Re: [PATCH v2 1/1] hw/arm/aspeed: Allow machine to set UART default

2021-09-01 Thread Cédric Le Goater
On 9/1/21 6:38 PM, Peter Delevoryas wrote: > >> On Sep 1, 2021, at 9:19 AM, Cédric Le Goater wrote: >> >> On 9/1/21 5:36 PM, p...@fb.com wrote: >>> From: Peter Delevoryas >>> >>> When you run QEMU with an Aspeed machine and a single serial device >>> using stdio like this: >>> >>>qemu -mach

[PATCH v2 1/1] hw/arm/aspeed: Allow machine to set UART default

2021-09-01 Thread pdel
From: Peter Delevoryas When you run QEMU with an Aspeed machine and a single serial device using stdio like this: qemu -machine ast2600-evb -drive ... -serial stdio The guest OS can read and write to the UART5 registers at 0x1E784000 and it will receive from stdin and write to stdout. The A

Re: [PATCH v2 1/1] hw/arm/aspeed: Allow machine to set UART default

2021-09-01 Thread Cédric Le Goater
On 9/1/21 5:36 PM, p...@fb.com wrote: > From: Peter Delevoryas > > When you run QEMU with an Aspeed machine and a single serial device > using stdio like this: > > qemu -machine ast2600-evb -drive ... -serial stdio > > The guest OS can read and write to the UART5 registers at 0x1E784000 and