mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +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 3bff57b7651caab41021dbcdf658c1a92c8fdf52)
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…
x
Reference in New Issue
Block a user