From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjVuZ-0003V9-2x for qemu-devel@nongnu.org; Thu, 21 Nov 2013 10:11:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VjVuS-00011W-VO for qemu-devel@nongnu.org; Thu, 21 Nov 2013 10:11:19 -0500 Date: Thu, 21 Nov 2013 17:14:21 +0200 From: "Michael S. Tsirkin" Message-ID: <1385046834-11929-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL for-1.7 0/5] pc very last minute fixes for 1.7 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Vlad Yasevich , Richard Henderson , Alexander Graf , qemu-stable@nongnu.org, Bandan Das , Anthony Liguori , Amos Kong , =?us-ascii?B?PT9VVEYtOD9xP0FuZHJlYXM9MjBGPUMzPUE0cmJlcj89?= , Richard Henderson The following changes since commit 394cfa39ba24dd838ace1308ae24961243947fb8: Merge remote-tracking branch 'quintela/migration.next' into staging (2013-11-19 13:03:06 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_anthony for you to fetch changes up to 90d131fb6504ed12a37dc8433375cc683c30e9da: Revert "e1000/rtl8139: update HMP NIC when every bit is written" (2013-11-21 16:28:27 +0200) ---------------------------------------------------------------- pc very last minute fixes for 1.7 This has a fix for a crasher bug with pci bridges, boot failure fix for s390 on 32 bit hosts, and fixes build for hosts with old glib. I've also reverted a e1000/rtl mac programming change that seems slightly wrong and too risky for 1.8. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Bandan Das (1): pci: unregister vmstate_pcibus on unplug Michael S. Tsirkin (4): s390x: fix flat file load on 32 bit systems acpi-build: fix build on glib < 2.22 acpi-build: fix build on glib < 2.14 Revert "e1000/rtl8139: update HMP NIC when every bit is written" hw/i386/acpi-build.c | 16 ++++++++++------ hw/i386/bios-linker-loader.c | 8 ++++---- hw/net/e1000.c | 2 +- hw/net/rtl8139.c | 5 ++++- hw/pci/pci.c | 8 ++++++++ hw/s390x/ipl.c | 17 +++++++++-------- 6 files changed, 36 insertions(+), 20 deletions(-)