b8af8dd4fa
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
14 lines
735 B
Plaintext
14 lines
735 B
Plaintext
# also use aarch64 for 32 bit arm
|
|
usr/bin/qemu-system-aarch64 usr/bin/qemu-system-arm
|
|
usr/bin/qemu-system-x86_64 usr/bin/kvm
|
|
# qemu-system-i386 and qemu-system-x86_64 provides the same hardware emulation
|
|
usr/bin/qemu-system-x86_64 usr/bin/qemu-system-i386
|
|
# upstream provides a qemu man page,
|
|
# we symlink to kvm for backward compatibility
|
|
# and to qemu-system-{i386,x86_64} to fullfill our 'Provides: qemu-system-x86'
|
|
usr/share/man/man1/qemu.1 usr/share/man/man1/kvm.1
|
|
usr/share/man/man1/qemu.1 usr/share/man/man1/qemu-system-aarch64.1
|
|
usr/share/man/man1/qemu.1 usr/share/man/man1/qemu-system-arm.1
|
|
usr/share/man/man1/qemu.1 usr/share/man/man1/qemu-system-i386.1
|
|
usr/share/man/man1/qemu.1 usr/share/man/man1/qemu-system-x86_64.1
|