All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Roth <mdroth@linux.vnet.ibm.com>
To: qemu-devel@nongnu.org
Cc: lersek@redhat.com, qemu-stable@nongnu.org, aliguori@amazon.com
Subject: Re: [Qemu-devel] [ANNOUNCE] QEMU 1.7.1 Stable released
Date: Tue, 25 Mar 2014 09:59:50 -0500	[thread overview]
Message-ID: <20140325145950.22831.46617@loki> (raw)
In-Reply-To: <20140325144401.22831.62702@loki>

Quoting Michael Roth (2014-03-25 09:44:01)
> Hi everyone,
> 
> I am pleased to announce that the QEMU v1.7.1 stable release is now
> available at:
> 
>   http://wiki.qemu.org/download/qemu-1.7.1.tar.bz2
> 
> v1.7.1 is now tagged in the official qemu.git repository,
> and the stable-1.7 branch has been updated accordingly:
> 
>   http://git.qemu.org/?p=qemu.git;a=shortlog;h=refs/heads/stable-1.7
> 
> This release contains 62 build/bug fixes, including important fixes
> for crashes at certain guest system memory sizes, and unplugging of
> virtio devices.
> 
> Thank you to everyone involved!

CHANGELOG:

ba014af: Update VERSION for 1.7.1 release (Michael Roth)
d689974: KVM: Use return value for error print (Alexander Graf)
e50218c: hw/intc/arm_gic: Fix GIC_SET_LEVEL (Christoffer Dall)
fa98e47: hw/arm/musicpal: Remove nonexistent CDTP2, CDTP3 registers (Peter Maydell)
ff51a1d: hw/intc/exynos4210_combiner: Don't overrun output_irq array in init (Peter Maydell)
5444df1: hw/timer/arm_timer: Avoid array overrun for bad addresses (Peter Maydell)
e498311: hw/misc/arm_sysctl: Fix bad boundary check on mb clock accesses (Peter Maydell)
4736fb3: qga: Fix memory allocation pasto (Markus Armbruster)
6d0a48a: qga: vss-win32: Fix interference with snapshot deletion by other VSS request (Tomoki Sekiyama)
5e5d4fc: qga: vss-win32: Fix interference with snapshot creation by other VSS requesters (Tomoki Sekiyama)
68e3bb1: qga: vss-win32: Use NULL as an invalid pointer for OpenEvent and CreateEvent (Tomoki Sekiyama)
c885105: adlib: fix patching of port I/O addresses (Paolo Bonzini)
2cd72ad: tcg-arm: The shift count of op_rotl_i32 is in args[2] not args[1]. (Huw Davies)
819ddf7: memory: fix limiting of translation at a page boundary (Paolo Bonzini)
ec6428b: Update OpenBIOS images (Mark Cave-Ayland)
4243889: linux-user: Fix trampoline code for CRIS (Stefan Weil)
6b579c8: i386: Add missing include file for QEMU_PACKED (Stefan Weil)
47c6edc: KVM: Retry KVM_CREATE_VM on EINTR (thomas knych)
a5221ee: virtio-scsi: Prevent assertion on missed events (Eric Farman)
30a0fc3: virtio-scsi: Cleanup of I/Os that never started (Eric Farman)
ad0a644: scsi: Assign cancel_io vector for scsi_disk_emulate_ops (Paolo Bonzini)
6b7ed87: scsi: Support TEST UNIT READY in the dummy LUN0 (Paolo Bonzini)
b54720b: block/curl: Implement the libcurl timer callback interface (Peter Maydell)
c426a2d: vfio-pci: Release all MSI-X vectors when disabled (Alex Williamson)
15a14f2: migration: qmp_migrate(): keep working after syntax error (Luiz Capitulino)
88d08de: mainstone: Fix duplicate array values for key 'space' (Stefan Weil)
109b243: seccomp: exit if seccomp_init() fails (Corey Bryant)
c2f6dc6: s390x/kvm: Fix diagnose handling. (Cornelia Huck)
dc9e1e7: qemu_opts_parse(): always check return value (Laszlo Ersek)
02e1c55: block/iscsi: use a bh to schedule co reentrance (Peter Lieven)
9692bad: hpet: fix build with CONFIG_HPET off (Michael S. Tsirkin)
6ec62b7: tcg/optimize: fix known-zero bits for right shift ops (Aurelien Jarno)
0e282ac: Fix QEMU build on OpenBSD on x86 archs (Brad)
75b4b74: linux-user: create target_structs header to place ipc_perm and shmid_ds (Petar Jovanovic)
0bc4142: linux-user: pass correct parameter to do_shmctl() (Petar Jovanovic)
b9cabc3: target-mips: fix 64-bit FPU config for user-mode emulation (Petar Jovanovic)
03bc4f6: piix: fix 32bit pci hole (Gerd Hoffmann)
8b6d92a: pc: map PCI address space as catchall region for not mapped addresses (Michael S. Tsirkin)
44c68b8: exec: separate sections and nodes per address space (Marcel Apfelbaum)
4c3e00d: exec: pass hw address to phys_page_find (Michael S. Tsirkin)
6a108c4: exec: replace leaf with skip (Michael S. Tsirkin)
e480a1b: split definitions for exec.c and translate-all.c radix trees (Paolo Bonzini)
29b0fcc: qdev-monitor: Avoid device_add crashing on non-device driver name (Markus Armbruster)
b8fca09: x86: only allow real mode to access 32bit without LMA (Alexander Graf)
50a203c: vl: add missing transition debug->finish_migrate (Paolo Bonzini) 
f227ed1: migration: Fix rate limit (Matthew Garrett)
2dc7975: qom: Split out object and class caches (Peter Crosthwaite)
8fa58fe: memory.c: bugfix - ref counting mismatch in memory_region_find (Marcel Apfelbaum)
97f74de: intel-hda: fix position buffer (Gerd Hoffmann)
30a08ab: scsi-disk: fix VERIFY emulation (Paolo Bonzini)
df3e347: scsi-bus: fix transfer length and direction for VERIFY command (Paolo Bonzini)
810766d: virtio-pci: add device_unplugged callback (Paolo Bonzini)
3220207: virtio-rng: switch exit callback to VirtioDeviceClass (Paolo Bonzini)
def56d2: virtio-balloon: switch exit callback to VirtioDeviceClass (Paolo Bonzini)
478f1f6: virtio-scsi: switch exit callback to VirtioDeviceClass (Paolo Bonzini)
8f08550: virtio-net: switch exit callback to VirtioDeviceClass (Paolo Bonzini)
e6c0070: virtio-serial: switch exit callback to VirtioDeviceClass (Paolo Bonzini)
e84e23d: virtio-blk: switch exit callback to VirtioDeviceClass (Paolo Bonzini)
40699a4: virtio-bus: cleanup plug/unplug interface (Paolo Bonzini)
cbf23fd: virtio-pci: remove vdev field (Paolo Bonzini)
a9b9ca7: virtio-ccw: remove vdev field (Paolo Bonzini)
d765275: virtio-bus: remove vdev field (Paolo Bonzini)
f475429: virtio-ccw: move virtio_ccw_stop_ioeventfd to virtio_ccw_busdev_unplug (Paolo Bonzini)

  reply	other threads:[~2014-03-25 15:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-25 14:44 [Qemu-devel] [ANNOUNCE] QEMU 1.7.1 Stable released Michael Roth
2014-03-25 14:59 ` Michael Roth [this message]
2014-03-25 15:22 ` Andreas Färber
2014-03-25 17:48 ` Laszlo Ersek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140325145950.22831.46617@loki \
    --to=mdroth@linux.vnet.ibm.com \
    --cc=aliguori@amazon.com \
    --cc=lersek@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-stable@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.