pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/qemu



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Aug 16 21:20:11 UTC 2013

Modified Files:
        pkgsrc/emulators/qemu: Makefile PLIST distinfo
        pkgsrc/emulators/qemu/patches: patch-et patch-hw_net_etraxfs__eth.c
            patch-memory.c patch-net_tap-bsd.c patch-user-exec.c
Removed Files:
        pkgsrc/emulators/qemu/patches: patch-include_qemu_thread-posix.h
            patch-ioport.c patch-util_qemu-thread-posix.c

Log Message:
Changes 1.6.0:
Block devices
* New device "nvme" provides a PCI device that implements the NVMe standard.
* Fix for a possible data loss on crashes with IDE disks (due to mishandling of 
FLUSH requests)

Device assignment
* Legacy PCI assignment supports CPU affinity for MSI interrupts.

USB
* The XHCI (USB 3.0) controller supports live migration.

PCI
* ACPI hotplug of devices behind a PCI bridge is supported.

ARM
* The 32-bit ARMv8 LDA/STL instructions for load-acquire/store-release are 
supported (only with -cpu any); the remainder of the new v8 instructions will 
follow in a future release.
* The vexpress-a9 and vexpress-a15 boards have experimental support for virtio 
devices via a virtio-mmio transport. Note that the virtio command lines used 
with x86 systems won't work as they will create PCI virtio devices; use the 
devices "virtio-blk-device", "virtio-net-device", etc instead. Note that this 
functionality may change in future releases.
* The -initrd option now accepts ramdisks with a U-Boot header.
* A model of the Calxeda ECX-2000 / Midway system is now supported ("midway").

PPC
* Mac OS X guests supported (10.2-10.4 for PPC, 10.4 for PPC64)
* pSeries guests support live migration and savevm.

s390x
* If the kernel supports it, virtio-ccw supports ioeventfd and vhost when 
running on KVM.
* The dump-guest-memory command is supported.

SPARC
* Sun4c and Sun4d architectures and related CPUs were not fully implemented and 
have been removed.
* 24-bit display mode works

x86
* Firmware can be exposed to the guest as a flash device (using -pflash) also 
when running on KVM.
* In addition to the "xenfv" machine type, which is kept for backwards 
compatibility, Xen can now use the pc machine type (including versioned machine 
types) using "-M pc -machine accel=xen". Note that using PV-on-HVM drivers 
requires "-M pc -machine accel=xen -device xen-platform".
* QEMU can expose the full set of ACPI tables to the guest: See 
Features/ACPITableGeneration
* Conroe, Penryn and Nehalem CPUs have had their CPUID values fixed
* "-M isapc" now works on KVM too.
* -pflash can be used with KVM too.

more...


To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 pkgsrc/emulators/qemu/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/emulators/qemu/PLIST
cvs rdiff -u -r1.86 -r1.87 pkgsrc/emulators/qemu/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/emulators/qemu/patches/patch-et
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/emulators/qemu/patches/patch-hw_net_etraxfs__eth.c
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/emulators/qemu/patches/patch-include_qemu_thread-posix.h
cvs rdiff -u -r1.8 -r0 pkgsrc/emulators/qemu/patches/patch-ioport.c
cvs rdiff -u -r1.5 -r1.6 pkgsrc/emulators/qemu/patches/patch-memory.c
cvs rdiff -u -r1.4 -r1.5 pkgsrc/emulators/qemu/patches/patch-net_tap-bsd.c
cvs rdiff -u -r1.2 -r1.3 pkgsrc/emulators/qemu/patches/patch-user-exec.c
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/emulators/qemu/patches/patch-util_qemu-thread-posix.c

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