Rebased to version 2.4.0

Support for virtio-gpu, 2D only
Support for virtio-based keyboard/mouse/tablet emulation
x86 support for memory hot-unplug
ACPI v5.1 table support for 'virt' board
This commit is contained in:
Cole Robinson 2015-08-11 18:08:40 -04:00
parent d5417f465c
commit 74717053dc
2 changed files with 11 additions and 4 deletions

View File

@ -40,13 +40,13 @@
Summary: QEMU is a FAST! processor emulator
Name: qemu
Version: 2.4.0
Release: 0.2.rc4%{?dist}
Release: 1%{?dist}
Epoch: 2
License: GPLv2+ and LGPLv2+ and BSD
Group: Development/Tools
URL: http://www.qemu.org/
Source0: http://wiki.qemu-project.org/download/%{name}-%{version}-rc4.tar.bz2
Source0: http://wiki.qemu-project.org/download/%{name}-%{version}.tar.bz2
Source1: qemu.binfmt
@ -540,7 +540,7 @@ CAC emulation development files.
%prep
%setup -q -n qemu-%{version}-rc4
%setup -q -n qemu-%{version}
%autopatch -p1
@ -1200,6 +1200,13 @@ getent passwd qemu >/dev/null || \
%changelog
* Tue Aug 11 2015 Cole Robinson <crobinso@redhat.com> - 2:2.4.0-1
- Rebased to version 2.4.0
- Support for virtio-gpu, 2D only
- Support for virtio-based keyboard/mouse/tablet emulation
- x86 support for memory hot-unplug
- ACPI v5.1 table support for 'virt' board
* Sun Aug 09 2015 Cole Robinson <crobinso@redhat.com> - 2:2.4.0-0.2.rc4
- CVE-2015-3209: pcnet: multi-tmd buffer overflow in the tx path (bz #1230536)
- CVE-2015-3214: i8254: out-of-bounds memory access (bz #1243728)

View File

@ -1 +1 @@
0e9c00b15d383043ce888f7bf17308c9 qemu-2.4.0-rc4.tar.bz2
186ee8194140a484a455f8e3c74589f4 qemu-2.4.0.tar.bz2