]> Git Repo - qemu.git/commit
raspi: Add "raspi3" machine type
authorPekka Enberg <[email protected]>
Thu, 22 Feb 2018 15:12:51 +0000 (15:12 +0000)
committerPeter Maydell <[email protected]>
Thu, 22 Feb 2018 15:12:51 +0000 (15:12 +0000)
commit1c3db49d39d66646ff546ec26f36e3b9040f3504
tree45f5916d5ab5fd036fcb53c8c31d375f99e5720c
parent36476562d57a3b64bbe86db26e63677dd21907c5
raspi: Add "raspi3" machine type

This patch adds a "raspi3" machine type, which can now be selected as
the machine to run on by users via the "-M" command line option to QEMU.

The machine type does *not* ignore memory transaction failures so we
likely need to add some dummy devices later when people run something
more complicated than what I'm using for testing.

Signed-off-by: Pekka Enberg <[email protected]>
[PMM: added #ifdef TARGET_AARCH64 so we don't provide the 64-bit
 board in the 32-bit only arm-softmmu build.]
Reviewed-by: Peter Maydell <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
hw/arm/raspi.c
This page took 0.025697 seconds and 4 git commands to generate.