[PULL 13/14] hw/arm/aspeed: Allow machine to set UART default

2021-09-20 Thread Cédric Le Goater
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

[PULL 13/14] hw/arm/aspeed: Allow machine to set UART default

2021-09-13 Thread Cédric Le Goater
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

[PULL 13/14] hw/arm/aspeed: Allow machine to set UART default

2021-09-03 Thread Cédric Le Goater
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