Add 5.1.0 (and remove EOL 4.0)

This commit is contained in:
Tianon Gravi 2020-08-12 13:50:52 -07:00
parent 25ef7827af
commit 85d79de01c
3 changed files with 7 additions and 7 deletions

View File

@ -14,8 +14,8 @@ ENV QEMU_KEYS \
# https://www.qemu.org/download/#source
# https://download.qemu.org/?C=M;O=D
ENV QEMU_VERSION 4.0.1
ENV QEMU_URL https://download.qemu.org/qemu-4.0.1.tar.xz
ENV QEMU_VERSION 5.1.0
ENV QEMU_URL https://download.qemu.org/qemu-5.1.0.tar.xz
RUN set -eux; \
\
@ -48,7 +48,7 @@ RUN set -eux; \
libpixman-1-dev \
libpng-dev \
libseccomp-dev \
libssh2-1-dev \
libssh-dev \
libusb-1.0-0-dev \
libusbredirparser-dev \
libxen-dev \
@ -111,7 +111,7 @@ RUN set -eux; \
--enable-kvm \
--enable-libiscsi \
--enable-libnfs \
--enable-libssh2 \
--enable-libssh \
--enable-libusb \
--enable-linux-aio \
--enable-linux-user \

View File

@ -1,10 +1,10 @@
Origin: https://bugs.launchpad.net/qemu/+bug/1217339/comments/2
Origin: https://lists.nongnu.org/archive/html/qemu-devel/2017-03/msg03039.html
diff --git a/vl.c b/vl.c
diff --git a/softmmu/vl.c b/softmmu/vl.c
index 1ad1c04637..9e07fe1dbb 100644
--- a/vl.c
+++ b/vl.c
--- a/softmmu/vl.c
+++ b/softmmu/vl.c
@@ -1898,7 +1898,11 @@ void qemu_system_killed(int signal, pid_t pid)
/* Cannot call qemu_system_shutdown_request directly because
* we are in a signal handler.