From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjmGt-0005MK-2N for qemu-devel@nongnu.org; Tue, 04 Jun 2013 04:07:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjmGq-0007Ft-8l for qemu-devel@nongnu.org; Tue, 04 Jun 2013 04:07:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12850) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjmGq-0007Fm-0f for qemu-devel@nongnu.org; Tue, 04 Jun 2013 04:07:08 -0400 Date: Tue, 4 Jun 2013 11:07:36 +0300 From: "Michael S. Tsirkin" Message-ID: <1370202787-3712-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 0/9] pci: misc cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Anthony Liguori Cc: akong@redhat.com, lersek@redhat.com, afaerber@suse.de The following changes since commit 87d23f78aa79b72da022afda358bbc8a8509ca70: virtio-pci: drop unused wmb macro (2013-05-29 08:16:21 -0500) 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 c3c4fe35be9f6c37388ba7615c6c33e8f4034438: pvpanic: use FWCfgState explicitly (2013-06-02 18:14:15 +0300) ---------------------------------------------------------------- pci: misc cleanups This includes some pci-related cleanups, and fw cfg cleanups which will be useful for on-going pci related work. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Laszlo Ersek (1): refer to FWCfgState explicitly Michael S. Tsirkin (8): q35: set fw_name dec.c - move to pci-bridge firmware_abi: move to include/hw/nvram/ apic: rename apic specific bitopts fw_cfg: move typedef to qemu/typedefs.h fw_cfg: add API to find FW cfg object fw_cfg: fw_cfg is a singleton pvpanic: use FWCfgState explicitly hw/acpi/piix4.c | 2 +- hw/core/loader.c | 2 +- hw/i386/multiboot.c | 2 +- hw/i386/multiboot.h | 4 ++- hw/i386/pc.c | 24 ++++++------- hw/i386/pc_piix.c | 2 +- hw/intc/apic.c | 42 +++++++++++----------- hw/misc/pvpanic.c | 4 +-- hw/nvram/fw_cfg.c | 18 +++++++--- hw/nvram/mac_nvram.c | 2 +- hw/pci-bridge/Makefile.objs | 2 ++ hw/{pci-host => pci-bridge}/dec.c | 0 hw/{pci-host => pci-bridge}/dec.h | 0 hw/pci-host/Makefile.objs | 1 - hw/pci-host/q35.c | 1 + hw/sparc/sun4m.c | 4 +-- hw/sparc64/sun4u.c | 4 +-- include/hw/i386/pc.h | 18 +++++----- include/hw/loader.h | 3 +- include/hw/nvram/fw_cfg.h | 4 ++- .../openbios_firmware_abi.h} | 0 include/qemu/typedefs.h | 1 + 22 files changed, 78 insertions(+), 62 deletions(-) rename hw/{pci-host => pci-bridge}/dec.c (100%) rename hw/{pci-host => pci-bridge}/dec.h (100%) rename include/hw/{sparc/firmware_abi.h => nvram/openbios_firmware_abi.h} (100%)