qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 0/9] pci: misc cleanups


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PULL 0/9] pci: misc cleanups
Date: Tue, 4 Jun 2013 11:07:36 +0300

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 <address@hidden>

----------------------------------------------------------------
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%)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]