]> git.proxmox.com Git - pve-qemu.git/commitdiff
build and include qemu-system-aarch64
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 26 Sep 2018 10:15:20 +0000 (12:15 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 19 Apr 2019 07:53:44 +0000 (09:53 +0200)
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
debian/control
debian/pve-qemu-kvm.links
debian/rules

index d2c40ffe2a9b9d37e50b2a1eac2b78d947c2423d..5b46622fd78ff45854d3c417939dddb9a92dbdee 100644 (file)
@@ -26,6 +26,7 @@ Build-Depends: autotools-dev,
                texinfo,
                uuid-dev,
                xfslibs-dev,
+              libfdt-dev,
 Standards-Version: 3.7.2
 
 Package: pve-qemu-kvm
@@ -53,12 +54,15 @@ Conflicts: kvm,
            qemu-kvm,
            qemu-system-common,
            qemu-system-x86,
+           qemu-system-arm,
            qemu-utils,
 Provides: qemu-system-x86,
+          qemu-system-arm,
           qemu-utils,
 Replaces: pve-kvm,
           pve-qemu-kvm-2.6.18,
           qemu-system-x86,
+          qemu-system-arm,
           qemu-utils,
 Description: Full virtualization on x86 hardware
  Using KVM, one can run multiple virtual PCs, each running unmodified Linux or
index 8749a89da1c02ac2b32e90ea85ae8042d33d5469..7d9c8b18c806b1e7fc20f942f2fd7287a39948a5 100644 (file)
@@ -3,9 +3,14 @@ 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
 
+# also use aarch64 for 32 bit arm
+usr/bin/qemu-system-aarch64 usr/bin/qemu-system-arm
+
 # 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-i386.1
 usr/share/man/man1/qemu.1  usr/share/man/man1/qemu-system-x86_64.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-aarch64.1
index 02fcce805f97a82fdc9224efc677a24ef1c600b1..620ba81ad7637cce0069aaceb36bb9900bceb619 100755 (executable)
@@ -33,7 +33,7 @@ config.status: configure
        # Add here commands to configure the package.
 
        # guest-agent is only required for guest systems
-       ./configure --with-confsuffix="/kvm" --target-list=$(ARCH)-softmmu \
+       ./configure --with-confsuffix="/kvm" --target-list=$(ARCH)-softmmu,aarch64-softmmu \
        --prefix=/usr --datadir=/usr/share \
        --docdir=/usr/share/doc/pve-qemu-kvm \
        --sysconfdir=/etc --localstatedir=/var --disable-xen --enable-gnutls \