From e1f7cc577f04d7248e97921c025468951794a7ad Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Jun 11 2013 20:56:15 +0000 Subject: Fix rtl8139 + windows 7 + large transfers (bz #970240) --- diff --git a/qemu.spec b/qemu.spec index 0abe1e5..5287056 100644 --- a/qemu.spec +++ b/qemu.spec @@ -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 - 2:1.5.0-5 +- Fix rtl8139 + windows 7 + large transfers (bz #970240) + * Sat Jun 1 2013 Peter Robinson 2:1.5.0-4 - build qemu-kvm on ARMv7