Search
j0ke.net Open Build Service
>
Projects
>
virtualization
:
Qemu
>
qemu
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 33
[-]
[+]
Changed
qemu.spec
@@ -1,5 +1,5 @@ # -# spec file for package qemu (Version 0.10.2) +# spec file for package qemu (Version 0.10.5) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -39,7 +39,7 @@ License: BSD 3-Clause; GPL v2 or later; LGPL v2.1 or later; X11/MIT Group: System/Emulators/PC Summary: Universal CPU emulator -Version: 0.10.2 +Version: 0.10.5 Release: 1 Source: %name-%version.tar.bz2 Patch1: qemu-0.9.0.cvs-binfmt.patch @@ -62,7 +62,7 @@ Patch66: qemu-cvs-mmap-amd64.patch Patch85: qemu-img-vmdk-scsi.patch Patch86: qemu-svn-ncurses.patch -Patch88: qemu-svn-pcap.patch +#Patch88: qemu-svn-pcap.patch Patch90: qemu-nonvoid_return.patch #Patch91: qemu-svn-dirent.patch Patch92: qemu-svn-s390.patch @@ -107,9 +107,9 @@ %patch66 -p1 %patch85 -p1 %patch86 -%patch88 +##%patch88 %patch90 -#%patch91 +##%patch91 %patch92 %patch93 @@ -176,7 +176,48 @@ %endif %changelog -* Sat Apr 18 2009 Carsten Schoene <cs@linux-administrator.com> 0.10.2-1 +* Wed Aug 26 2009 Carsten Schoene <cs@linux-administrator.com> - 0.10.5-1 +- version 0.10.5: + - kvm: trim unsupported cpu features from cpuid (Avi Kivity) + - kvm: provide a better error message for -smp > 1 (Mark McLoughlin) + - Remove initrd printfs (Richard Jones) + - Initial variables found by valgrind (Jean-Christophe Dubois) + - Fix -initrd with > 4GB guests (Glauber Costa) + - Fix busy loop on live migration for certain platforms (Uri Lublin) + - Remove GCC 3.x requirements from docs (Hollis Blanchard) + - ETRAX: fixes for kernel command line, ethernet address, bmi (Edgar Iglesias) + - CRIS: Fix bmi (Edgar Iglesias) + - Fix bounce buffer errors (Avi Kivity) + - Fix regression in -kernel (Anthony Liguori) + +- version 0.10.4: + - Improve block range checks to remove integer overflow (Kevin Wolf) + - e1000: do not re-init PCI config space 0 (Amit Shah) + - fix AIO deletion race (Alex Graf) + - reset option roms on reboot (Glauber Costa) + - fix qcow2 corruption in cluster freeing (Gleb Natapov) + - Enable power button event generation (Gleb Natapov) + +- version 0.10.3: + - fix AIO cancellations (Avi Kivity) + - fix live migration error path on incoming + - avoid SEGV on pci hotplug failure (Chris Wright) + - fix serial option in -drive + - support DDIM for option roms (Glauber Costa) + - avoid fork/exec on pre-2.6.27 kernels with KVM (Jan Kiszka) + - block-vpc: don't silently create smaller images than requested (Kevin Wolf) + - Fix non-ACPI timer interrupt routing (Beth Kon) + - hpet: fix emulation of HPET_TN_SETVAL (Jan Kiszka) + - kvm: fix cpuid initialization (Jan Kiszka) + - qcow2: fix corruption on little endian hosts (Kevin Wolf) + - avoid leaing memory on hot unplug (Mark McLoughlin) + - fix savevm/migration after hot unplug (Mark McLoughlin) + - Fix keyboard mapping on newer Xords with non-default keymaps (balrog) + - Make PCI config status register read-only (Anthony Liguori) + - Fix crash on resolution change -> screen dump -> vga redraw (Avi Kivity) + + +* Sat Apr 18 2009 Carsten Schoene <cs@linux-administrator.com> - 0.10.2-1 - update -> release (0.10.2) - fix savevm/loadvm (Anthony Liguori) - live migration: fix dirty tracking windows (Glauber Costa)
Added
qemu-0.10.5.tar.bz2
^