~ubuntu-branches/ubuntu/jaunty/kvm/jaunty

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Dustin Kirkland, Reviewed Ubuntu patches with KVM/QEMU upstream, Anthony Liguori, Remaining Patches, Other Changes
  • Date: 2009-02-20 16:11:06 UTC
  • Revision ID: james.westby@ubuntu.com-20090220161106-yznfb2ji5lkwdeov
Tags: 1:84+dfsg-0ubuntu3
[ Reviewed Ubuntu patches with KVM/QEMU upstream, Anthony Liguori ]
* debian/patches/03_bios_no_ssp.patch: DROPPED, included upstream
* debian/patches/06_no_system_linux_kvm_h.patch: DROPPED, no longer
  necessary, kvm kernel header file is now generally available
* debian/patches/from-debian-qemu/22_net_tuntap_stall.patch: DROPPED,
  no longer necessary; this patch was to work around a bug in
  2.6.11-rc1; this patch could be causing network packet drop issues;
  definitely WRONG at this point with modern QEMU
* debian/patches/from-debian-qemu/62_linux_boot_nasm.patch: DROPPED,
  dead code in modern QEMU; completely rewritten to not require an
  external assembler; now built dynamically in pc.c
* debian/patches/SECURITY_CVE-2007-1321+1322+1366+2893.patch: DROPPED
  * CVE-2007-1321: Fixed upstream
    - QEMU svn commit: r3019
  * CVE-2007-1322: Fixed upstream
    - QEMU svn commit: r5921
  * CVE-2007-1366: Fixed upstream
    - QEMU svn commit: r3012
  * CVE-2007-2893: Not related to QEMU
  * dma.c: Non-CVE fix, r3917
  * block.c: Incorrect patch (negative offset IS allowed, switches
    between block and byte offset)
  * Remainder of the patch was split into: net-socket.patch
    (should be sent upstream)
* debian/patches/series: updated accordingly
* debian/patches/do-not-install-bios.patch: DROPPED
  added --disable-blobs to configure in debian/rules
* debian/patches/reenable_audio_drivers.patch: DROPPED
  added --audio-drv-list="oss alsa sdl" to debian/rules
* debian/patches/anon_inodes_fix.patch: DROPPED, this is already
  upstream
* debian/patches/ppc-build.patch: DROPPED, not necessary
* debian/rules: remove references to non-existant linux_boot.bin

[ Remaining Patches ]
* debian/patches/01_use_bios_files_in_usr_share_kvm.patch -p0
  debian/patches/04_use_etc_kvm_kvm-ifup.patch -p0
  debian/patches/07_change_qemu_docdir.patch
  |-----> merged to a single patch, rename_qemu_kvm.patch
* debian/patches/CVE-2008-0928.patch: upstream work in progress
* debian/patches/evdev_keycode_map.patch: upstream work in progress
* debian/patches/02_fix_kernel_Makefile.patch: merged into dkmsify.patch
* debian/patches/dkmsify.patch: Ubuntu-specific (should validate if
  still necessary...)
* debian/patches/net-socket.patch: to be sent upstream

[ Other Changes ]
* scripts/qemu-ifup: bridge device determination was broken, required
  br0 to be present for this script to operate properly, LP: #125302

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
kvm (1:84+dfsg-0ubuntu3) jaunty; urgency=low
 
2
 
 
3
  [ Reviewed Ubuntu patches with KVM/QEMU upstream, Anthony Liguori ]
 
4
  * debian/patches/03_bios_no_ssp.patch: DROPPED, included upstream
 
5
  * debian/patches/06_no_system_linux_kvm_h.patch: DROPPED, no longer
 
6
    necessary, kvm kernel header file is now generally available
 
7
  * debian/patches/from-debian-qemu/22_net_tuntap_stall.patch: DROPPED,
 
8
    no longer necessary; this patch was to work around a bug in
 
9
    2.6.11-rc1; this patch could be causing network packet drop issues;
 
10
    definitely WRONG at this point with modern QEMU
 
11
  * debian/patches/from-debian-qemu/62_linux_boot_nasm.patch: DROPPED,
 
12
    dead code in modern QEMU; completely rewritten to not require an
 
13
    external assembler; now built dynamically in pc.c
 
14
  * debian/patches/SECURITY_CVE-2007-1321+1322+1366+2893.patch: DROPPED
 
15
    * CVE-2007-1321: Fixed upstream
 
16
      - QEMU svn commit: r3019
 
17
    * CVE-2007-1322: Fixed upstream
 
18
      - QEMU svn commit: r5921
 
19
    * CVE-2007-1366: Fixed upstream
 
20
      - QEMU svn commit: r3012
 
21
    * CVE-2007-2893: Not related to QEMU
 
22
    * dma.c: Non-CVE fix, r3917
 
23
    * block.c: Incorrect patch (negative offset IS allowed, switches
 
24
      between block and byte offset)
 
25
    * Remainder of the patch was split into: net-socket.patch
 
26
      (should be sent upstream)
 
27
  * debian/patches/series: updated accordingly
 
28
  * debian/patches/do-not-install-bios.patch: DROPPED
 
29
    added --disable-blobs to configure in debian/rules
 
30
  * debian/patches/reenable_audio_drivers.patch: DROPPED
 
31
    added --audio-drv-list="oss alsa sdl" to debian/rules
 
32
  * debian/patches/anon_inodes_fix.patch: DROPPED, this is already
 
33
    upstream
 
34
  * debian/patches/ppc-build.patch: DROPPED, not necessary
 
35
  * debian/rules: remove references to non-existant linux_boot.bin
 
36
 
 
37
  [ Remaining Patches ]
 
38
  * debian/patches/01_use_bios_files_in_usr_share_kvm.patch -p0
 
39
    debian/patches/04_use_etc_kvm_kvm-ifup.patch -p0
 
40
    debian/patches/07_change_qemu_docdir.patch
 
41
    |-----> merged to a single patch, rename_qemu_kvm.patch
 
42
  * debian/patches/CVE-2008-0928.patch: upstream work in progress
 
43
  * debian/patches/evdev_keycode_map.patch: upstream work in progress
 
44
  * debian/patches/02_fix_kernel_Makefile.patch: merged into dkmsify.patch
 
45
  * debian/patches/dkmsify.patch: Ubuntu-specific (should validate if
 
46
    still necessary...)
 
47
  * debian/patches/net-socket.patch: to be sent upstream
 
48
 
 
49
  [ Other Changes ]
 
50
  * scripts/qemu-ifup: bridge device determination was broken, required
 
51
    br0 to be present for this script to operate properly, LP: #125302
 
52
 
 
53
 -- Dustin Kirkland <kirkland@ubuntu.com>  Fri, 20 Feb 2009 16:11:06 -0600
 
54
 
1
55
kvm (1:84+dfsg-0ubuntu2) jaunty; urgency=low
2
56
 
3
57
  * debian/patches/reenable_audio_drivers.patch: drop the explicit list