From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MGyeU-0005Bl-9v for qemu-devel@nongnu.org; Wed, 17 Jun 2009 13:10:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MGyeP-00053B-Mb for qemu-devel@nongnu.org; Wed, 17 Jun 2009 13:10:21 -0400 Received: from [199.232.76.173] (port=54817 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MGyeP-00052w-BD for qemu-devel@nongnu.org; Wed, 17 Jun 2009 13:10:17 -0400 Received: from mx2.redhat.com ([66.187.237.31]:35934) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MGyeO-0007wa-78 for qemu-devel@nongnu.org; Wed, 17 Jun 2009 13:10:16 -0400 From: Glauber Costa Date: Wed, 17 Jun 2009 13:09:49 -0400 Message-Id: <1245258604-2843-1-git-send-email-glommer@redhat.com> Subject: [Qemu-devel] [GIT PULL 00/15] Stable branch update 2009-06-17 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com Hi, I've updated my repository at: git://git.kernel.org/pub/scm/virt/qemu/glommer/qemu-stable.git The branch stable-0.10 contains proposed updates for the official stable branch. Patches marked with "BACKPORT" are not clean cherry-picks, and as such, should be reviewed with more care. The patches included are: Andrea Arcangeli (1): fix qemu_aio_flush Blue Swirl (2): BACKPORT: Register reset functions for e1000 and rtl8139 BACKPORT: Update irqs on reset and device load Christoph Hellwig (1): fix raw_pread_aligned return value Eduardo Habkost (1): Fix vga_screen_dump_blank() PPM generation Gleb Natapov (3): Minimal ethernet frame length is 64 bytes. Don't send all gratuitous packets at once. BACKPORT: Add rtc reset function. Jan Kiszka (1): kvm: Fix IRQ injection into full queue Jason Wessel (1): serial: fix lost character after sysrq Kevin Wolf (1): e1000: Ignore reset command Mark McLoughlin (1): Prevent CD-ROM media eject while device is locked Nitin A Kamble (1): QEMU KVM: i386: Fix the cpu reset state Stefan Weil (1): VNC: Fix memory allocation (wrong structure size). aliguori (1): net: Fix -net socket,listen (Jan Kiszka) diffstat is: ======================= aio.c | 8 ++++++-- block.c | 9 ++++++++- block.h | 2 +- hw/e1000.c | 31 +++++++++++++++++++++++-------- hw/hw.h | 1 - hw/ide.c | 26 ++++++++++++++++++-------- hw/mc146818rtc.c | 23 +++++++++++++++++++++++ hw/rtl8139.c | 6 +++++- hw/vga.c | 5 +++-- kvm-all.c | 3 +-- migration-exec.c | 33 +++++++++++---------------------- qemu-aio.h | 7 ++++--- savevm.c | 12 +----------- target-i386/helper.c | 18 ++++++++++++------ 14 files changed, 116 insertions(+), 68 deletions(-)