mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
vmspawn: define default machines for mips targets
All mips variants of qemu-system default to malta.
Signed-off-by: Henry Chen <henry.chen@oss.cipunited.com>
Signed-off-by: Henry Chen <chenx97@aosc.io>
(cherry picked from commit 3bff57b765
)
This commit is contained in:
parent
fa2b2da146
commit
15c236806c
@ -40,6 +40,8 @@
|
||||
# define QEMU_MACHINE_TYPE "s390-ccw-virtio"
|
||||
#elif defined(__powerpc__) || defined(__powerpc64__)
|
||||
# define QEMU_MACHINE_TYPE "pseries"
|
||||
#elif defined(__mips__)
|
||||
# define QEMU_MACHINE_TYPE "malta"
|
||||
#else
|
||||
# error "No qemu machine defined for this architecture"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user