From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38777) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5DGE-0005FU-51 for qemu-devel@nongnu.org; Wed, 17 Jun 2015 09:20:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5DG5-0000J7-1y for qemu-devel@nongnu.org; Wed, 17 Jun 2015 09:20:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5DG4-0000Ip-U3 for qemu-devel@nongnu.org; Wed, 17 Jun 2015 09:20:01 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 524D5C300A for ; Wed, 17 Jun 2015 13:20:00 +0000 (UTC) From: Laszlo Ersek Date: Wed, 17 Jun 2015 14:44:58 +0200 Message-Id: <1434545105-5811-1-git-send-email-lersek@redhat.com> Subject: [Qemu-devel] [PATCH v6 0/7] PXB changes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, lersek@redhat.com Cc: Marcel Apfelbaum , "Michael S. Tsirkin" In v6, [PATCH v5 1/4] hw/pci-bridge: create interrupt-less, hotplug-less bridge for PXB has been replaced with [PATCH v6 1/7] migration: introduce VMSTATE_BUFFER_UNSAFE_INFO_TEST() [PATCH v6 2/7] hw/pci-bridge: expose _test parameter in SHPC_VMSTATE() [PATCH v6 3/7] hw/pci-bridge: introduce "hotplug" property [PATCH v6 4/7] hw/pci-bridge: disable hotplug in PXB No other changes. Cc: Michael S. Tsirkin Cc: Marcel Apfelbaum Thanks Laszlo Laszlo Ersek (7): migration: introduce VMSTATE_BUFFER_UNSAFE_INFO_TEST() hw/pci-bridge: expose _test parameter in SHPC_VMSTATE() hw/pci-bridge: introduce "hotplug" property hw/pci-bridge: disable hotplug in PXB hw/core: rebase sysbus_get_fw_dev_path() to g_strdup_printf() hw/core: explicit OFW unit address callback for SysBusDeviceClass hw/pci-bridge: format SeaBIOS-compliant OFW device node for PXB include/hw/pci/shpc.h | 5 ++- include/hw/sysbus.h | 17 +++++++ include/migration/vmstate.h | 7 ++- hw/core/sysbus.c | 27 ++++++----- hw/pci-bridge/pci_bridge_dev.c | 90 ++++++++++++++++++++++++++++++++----- hw/pci-bridge/pci_expander_bridge.c | 40 ++++++++++++++++- 6 files changed, 160 insertions(+), 26 deletions(-) -- 1.8.3.1