From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SiEIU-0005Qo-J5 for qemu-devel@nongnu.org; Fri, 22 Jun 2012 20:33:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SiEIS-0007rw-Ln for qemu-devel@nongnu.org; Fri, 22 Jun 2012 20:33:54 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:50139) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SiEIS-0007rl-CG for qemu-devel@nongnu.org; Fri, 22 Jun 2012 20:33:52 -0400 Received: by dadn2 with SMTP id n2so3053134dad.4 for ; Fri, 22 Jun 2012 17:33:49 -0700 (PDT) Sender: fluxion From: Michael Roth Date: Fri, 22 Jun 2012 19:33:04 -0500 Message-Id: <1340411610-22596-1-git-send-email-mdroth@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH stable-1.1 00/26] Initial tree and candidates for stable-1.1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com Hi everyone, I've set up a tree for stable-1.1 at: git://github.com/mdroth/qemu.git stable-1.1 That is simply the initial commit for v1.1.0 I've set up a staging tree for the first batch of commits at: git://github.com/mdroth/qemu.git stable-1.1-staging This should capture everything explicitly tagged for stable/1.1. I've also pulled in relevant build fixes and a handful of applicable bug fixes. Please let me know if I've missed any patches, or if any of these shouldn't be applied. Testing so far has been all-target builds on x86, make check, qemu-test, and installation + old(current stable-1.1)->new and new->old migration for fc15/fc16/winxp. I plan on doing a more extensive final round of testing later next week before committing, as that will more or less be QEMU v1.1.1 For the next release I plan on doing weekly or bi-weekly testing of staged patches and emails of this sort before committing to stable-1.1, depending on the number of patches and code churn, and will continue working off my stable-1.1-staging tree on github for those. The following changes since commit 78260a5f085d34e4ae46e42bdc010dfcd6f6cc31: Update version for 1.1.0 release (2012-06-01 16:55:34 +0800) Bruce Rogers (1): build: install qmp-commands.txt Christian Borntraeger (1): virtio-blk: Fix geometry sector calculation Fernando Luis Vazquez Cao (1): rtl8139: honor RxOverflow flag in can_receive method Harsh Prateek Bora (2): trace/simple.c: fix deprecated glib2 interface configure: report missing libraries for virtfs Jan Kiszka (3): kvm: i8254: Fix conversion of in-kernel to userspace state ahci: Fix reset of MSI function intel-hda: Fix reset of MSI function Jason Baron (2): qdev: release parent properties on dc->init failure pci_bridge_dev: fix error path in pci_bridge_dev_initfn() Jim Meyering (1): kvm/apic: correct short memset Kevin Wolf (1): qcow2: Silence false warning Max Filippov (8): target-xtensa: flush TLB page for new MMU mapping target-xtensa: update EXCVADDR in case of page table lookup target-xtensa: extract TLB entry setting method target-xtensa: update autorefill TLB entries conditionally target-xtensa: control page table lookup explicitly target-xtensa: add MMU pagewalking tests exec: fix TB invalidation after breakpoint insertion/deletion target-xtensa: fix CCOUNT for conditional branches Pavel Dovgaluk (1): Prevent disk data loss when closing qemu Pavel Hrdina (1): fdc: fix implied seek while there is no media in drive Stefan Hajnoczi (1): qcow2: fix autoclear image header update Stefan Weil (2): monitor: Fix memory leak with readline completion configure: Fix build for some versions of glibc (9pfs) Zhi Yong Wu (1): qcow2: fix endianness conversion Makefile | 1 + block/qcow2-cluster.c | 2 + block/qcow2-refcount.c | 2 +- block/qcow2.c | 17 ++-- configure | 7 +- exec.c | 3 +- hw/fdc.c | 4 + hw/ide/ich.c | 12 ++- hw/intel-hda.c | 3 + hw/kvm/apic.c | 2 +- hw/kvm/i8254.c | 57 ++++++++++- hw/pci_bridge_dev.c | 4 +- hw/qdev.c | 1 + hw/rtl8139.c | 2 +- hw/virtio-blk.c | 17 +++- os-win32.c | 8 ++- readline.c | 3 + target-xtensa/cpu.h | 5 +- target-xtensa/helper.c | 61 +++++++----- target-xtensa/op_helper.c | 20 +++- target-xtensa/translate.c | 2 + tests/tcg/xtensa/test_mmu.S | 221 ++++++++++++++++++++++++++++++++++++++++--- trace/simple.c | 5 +- 23 files changed, 388 insertions(+), 71 deletions(-)