Adapt to the improved sun4u model in QEMU 2.11
commit7f4937e65b167991b71e24b530864b61b7145134
authorJakub Jermar <jakub@jermar.eu>
Wed, 15 Nov 2017 21:11:15 +0000 (15 22:11 +0100)
committerJakub Jermar <jakub@jermar.eu>
Wed, 15 Nov 2017 21:11:15 +0000 (15 22:11 +0100)
tree60a3130a921f9c35bc65fe3af6deacedc3e72feb
parent7de5f12d2f46bdbb9e958b00882b5e2217c3cac0
Adapt to the improved sun4u model in QEMU 2.11

In QEMU 2.11 the sun4u machine will become much more like the real world
Ultra 5. This means that the EBUS with the serial will move behind a
PCI-to-PCI bridge. Our PCI driver can handle this situation well, but we
need to change the boot argument which specifies the path to the serial
accordingly.
tools/ew.py