pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/43994 CVS commit: pkgsrc/emulators/qemu



The following reply was made to PR pkg/43994; it has been noted by GNATS.

From: "Izumi Tsutsui" <tsutsui%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/43994 CVS commit: pkgsrc/emulators/qemu
Date: Wed, 27 Oct 2010 13:24:10 +0000

 Module Name:   pkgsrc
 Committed By:  tsutsui
 Date:          Wed Oct 27 13:24:10 UTC 2010
 
 Modified Files:
        pkgsrc/emulators/qemu: Makefile PLIST distinfo
        pkgsrc/emulators/qemu/patches: patch-aa patch-ba patch-dd patch-ee
 Added Files:
        pkgsrc/emulators/qemu/patches: patch-ef patch-eg patch-eh patch-ei
            patch-ej patch-ek patch-el patch-em patch-en patch-eo patch-ep
            patch-eq patch-er patch-es
 Removed Files:
        pkgsrc/emulators/qemu/patches: patch-ab patch-dk
 
 Log Message:
 Update qemu to 0.13.0.  PR pkg/43994
 "Looks good" from wiz@ and obache@.
 
 ChangeLog for 0.13.0 is not updated but there is a list in announcement:
 
 This release consists of over 2,500 commits from 145 contributors.
 
 Some major features were added in this release including:
 
 - vhost-net: kernel-accelerating network backend for virtio devices (using KVM)
 - qmp: significant improvements covering most monitor commands
 - vnc: introduction of new encodings that dramatically improve bandwidth
   (part of GSoC project)
 - ivshmem: new shared memory device allowing multiple guests to share
   a memory region
 - mips: introduction of fulong mini-pc
 - virtio-9p: introduction of a paravirtual file system passthrough mechanism
 - hpet: many enhancements
 - target-s390: support for s390 usermode emulation
 - many more features and bug fixes
 
 A special note about QMP support in 0.13.0. QMP is still considered
 experimental in 0.13.0. There are no plans to change the protocol
 in an incompatible way but there are likely to be missing features.
 
 ChangeLog for version 0.12.5:
 
  - audio/alsa: Handle SND_PCM_STATE_SETUP in alsa_poll_handler
  - block: Handle multiwrite errors only when all requests have completed
  - block: Fix early failure in multiwrite
  - vpc: Use bdrv_(p)write_sync for metadata writes
  - vmdk: Use bdrv_(p)write_sync for metadata writes
  - qcow2: Use bdrv_(p)write_sync for metadata writes
  - qcow: Use bdrv_(p)write_sync for metadata writes
  - block: Add bdrv_(p)write_sync
  - qcow2: Restore L1 entry on l2_allocate failure
  - block/vdi: Fix image opening and creation for odd disk sizes
  - block/vpc: Fix conversion from size to disk geometry
  - qcow2: Remove abort on free_clusters failure
  - vmdk: Fix COW
  - qcow2: Fix creation of large images
  - vmdk: fix double free
  - qemu-options: add documentation for stdio signal=on|off
  - target-arm : fix parallel saturated subtraction implementation
  - target-arm : fix thumb2 parallel add/sub opcode decoding
  - target-arm: fix addsub/subadd implementation
  - target-i386: fix xchg rax,r8
  - block/vvfat.c: fix warnings with _FORTIFY_SOURCE
  - audio/alsa: Spelling typo (paramters)
  - target-mips: fix DINSU instruction
  - Correct definitions for FD_CMD_SAVE and FD_CMD_RESTORE
  - qcow2: Fix corruption after error in update_refcount
  - qcow2: Fix corruption after refblock allocation
  - block: Fix multiwrite with overlapping requests
  - qcow2: Fix error handling in l2_allocate
  - qcow2: Clear L2 table cache after write error
  - ide: Fix ide_dma_cancel
  - usb-bus: fix no params
  - Avoid crash on '-usbdevice <device>' without parameters
  - Fix -usbdevice crash
  - Fix multiboot compilation
  - Fix missing symbols in .rel/.rela.plt sections
  - target-ppc: fix RFI by clearing some bits of MSR
  - Fix typo in balloon help
  - arm_timer: fix oneshot mode
  - arm_timer: reload timer when enabled
  - qemu-sockets: avoid strlen of NULL pointer
  - block: fix aio_flush segfaults for read-only protocols (e.g. curl)
  - virtio-blk: fix barrier support
  - block: fix sector comparism in multiwrite_req_compare
  - pci: irq_state vmstate breakage
  - qemu-img: use the heap instead of the huge stack array for win32
 
 Pkgsrc changes:
 
 patch-aa
 patch-ao
 patch-ba
 patch-de
 patch-ed
  - lifted from previous (some adjustments per upstream changes)
 
 patch-ab
  - removed (looks similar fix applied in upstream)
 
 patch-dd
  - adjust configure for location of man page dir (as previous)
  - fix detection for arm hosts
 
 patch-dk
  - removed (looks no longer applicable due to reorganized upstream)
 
 patch-ee
  - remove old e1000.c fix (pulled up to upstream)
  - pull block/sheepdog.c build fix on *BSD hosts from upstream
 
 patch-ef
 patch-eg
 patch-eh
 patch-ei
  - workaround for conflicts with SSP read() macro in NetBSD's <ssp/unistd.h>
    (PR lib/43832: ssp causes common names to be defines)
 
 patch-ej
  - pull build/warning fixes in ui/vnc-enc-tight.c from upstream
 
 patch-ek
  - pull ATA PIO fix (by jakllsch@) from upstream
  - pull warning fix from upstream
 
 patch-el
  - workaround for missing C99 FP macro on netbsd-4
    (PR pkg/42899, but od(1) fixes for netbsd-4 not included)
 
 patch-em
 patch-en
  - build fix on NetBSD/arm host using gcc-4.1.3
    (built qemu binary on NetBSD/hpcarm host fails though)
 
 patch-eo
 patch-ep
 patch-er
 patch-es
  - pull ESP SCSI DMA fixes (that might affect sparc) from upstream
 
 patch-eq
  - pull ESP SCSI DMA fixes from upstream
  - disable broken ARC JAZZ floppy that causes hang on MIPS NT 4.0 guest
 
 Makefile
  - bump DISTNAME
  - add makeinfo to USE_TOOLS
    XXX: gets "qemu-doc.texi:7: warning: unrecognized encoding name `UTF-8'."
  - adjust SUBST_FILES.qaudio per upstream changes
  - enable nbd support *BSD per upstream update
 
 PLIST
 distinfo
  - update per each file
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.73 -r1.74 pkgsrc/emulators/qemu/Makefile
 cvs rdiff -u -r1.22 -r1.23 pkgsrc/emulators/qemu/PLIST
 cvs rdiff -u -r1.60 -r1.61 pkgsrc/emulators/qemu/distinfo
 cvs rdiff -u -r1.7 -r1.8 pkgsrc/emulators/qemu/patches/patch-aa
 cvs rdiff -u -r1.13 -r0 pkgsrc/emulators/qemu/patches/patch-ab
 cvs rdiff -u -r1.2 -r1.3 pkgsrc/emulators/qemu/patches/patch-ba \
     pkgsrc/emulators/qemu/patches/patch-ee
 cvs rdiff -u -r1.3 -r1.4 pkgsrc/emulators/qemu/patches/patch-dd
 cvs rdiff -u -r1.5 -r0 pkgsrc/emulators/qemu/patches/patch-dk
 cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/qemu/patches/patch-ef \
     pkgsrc/emulators/qemu/patches/patch-eg \
     pkgsrc/emulators/qemu/patches/patch-eh \
     pkgsrc/emulators/qemu/patches/patch-ei \
     pkgsrc/emulators/qemu/patches/patch-ej \
     pkgsrc/emulators/qemu/patches/patch-ek \
     pkgsrc/emulators/qemu/patches/patch-el \
     pkgsrc/emulators/qemu/patches/patch-em \
     pkgsrc/emulators/qemu/patches/patch-en \
     pkgsrc/emulators/qemu/patches/patch-eo \
     pkgsrc/emulators/qemu/patches/patch-ep \
     pkgsrc/emulators/qemu/patches/patch-eq \
     pkgsrc/emulators/qemu/patches/patch-er \
     pkgsrc/emulators/qemu/patches/patch-es
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index