Fix rtl8139 + windows 7 + large transfers (bz #970240)
This commit is contained in:
parent
441340007b
commit
e1f7cc577f
@ -140,7 +140,7 @@
|
||||
Summary: QEMU is a FAST! processor emulator
|
||||
Name: qemu
|
||||
Version: 1.5.0
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Epoch: 2
|
||||
License: GPLv2+ and LGPLv2+ and BSD
|
||||
Group: Development/Tools
|
||||
@ -188,6 +188,8 @@ Patch0003: 0003-i8254-Fix-migration-from-qemu-kvm-1.1.patch
|
||||
Patch0004: 0004-pc_piix-Add-compat-handling-for-qemu-kvm-VGA-mem-siz.patch
|
||||
# Fix migration w/ qxl from qemu-kvm 1.2 (solution pending upstream)
|
||||
Patch0005: 0005-qxl-Add-rom_size-compat-property-fix-migration-from-.patch
|
||||
# Fix rtl8139 + windows 7 + large transfers (bz #970240)
|
||||
Patch0006: 0006-rtl8139-flush-queued-packets-when-RxBufPtr-is-writte.patch
|
||||
|
||||
BuildRequires: SDL-devel
|
||||
BuildRequires: zlib-devel
|
||||
@ -684,6 +686,8 @@ CAC emulation development files.
|
||||
%patch0004 -p1
|
||||
# Fix migration w/ qxl from qemu-kvm 1.2 (solution pending upstream)
|
||||
%patch0005 -p1
|
||||
# Fix rtl8139 + windows 7 + large transfers (bz #970240)
|
||||
%patch0006 -p1
|
||||
|
||||
|
||||
%build
|
||||
@ -1364,6 +1368,9 @@ getent passwd qemu >/dev/null || \
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jun 11 2013 Cole Robinson <crobinso@redhat.com> - 2:1.5.0-5
|
||||
- Fix rtl8139 + windows 7 + large transfers (bz #970240)
|
||||
|
||||
* Sat Jun 1 2013 Peter Robinson <pbrobinson@fedoraproject.org> 2:1.5.0-4
|
||||
- build qemu-kvm on ARMv7
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user