qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/9] pci: misc cleanups
@ 2013-06-04  8:07 Michael S. Tsirkin
  2013-06-04  8:07 ` [Qemu-devel] [PULL 1/9] q35: set fw_name Michael S. Tsirkin
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Michael S. Tsirkin @ 2013-06-04  8:07 UTC (permalink / raw)
  To: qemu-devel, Anthony Liguori; +Cc: akong, lersek, afaerber

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 <mst@redhat.com>

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-06-17 21:19 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-04  8:07 [Qemu-devel] [PULL 0/9] pci: misc cleanups Michael S. Tsirkin
2013-06-04  8:07 ` [Qemu-devel] [PULL 1/9] q35: set fw_name Michael S. Tsirkin
2013-06-04  8:07 ` [Qemu-devel] [PULL 2/9] dec.c - move to pci-bridge Michael S. Tsirkin
2013-06-04  8:07 ` [Qemu-devel] [PULL 3/9] firmware_abi: move to include/hw/nvram/ Michael S. Tsirkin
2013-06-04  8:07 ` [Qemu-devel] [PULL 4/9] apic: rename apic specific bitopts Michael S. Tsirkin
2013-06-04  8:07 ` [Qemu-devel] [PULL 5/9] refer to FWCfgState explicitly Michael S. Tsirkin
2013-06-04  8:07 ` [Qemu-devel] [PULL 6/9] fw_cfg: move typedef to qemu/typedefs.h Michael S. Tsirkin
2013-06-04  8:08 ` [Qemu-devel] [PULL 7/9] fw_cfg: add API to find FW cfg object Michael S. Tsirkin
2013-06-04  8:08 ` [Qemu-devel] [PULL 8/9] fw_cfg: fw_cfg is a singleton Michael S. Tsirkin
2013-06-04  8:08 ` [Qemu-devel] [PULL 9/9] pvpanic: use FWCfgState explicitly Michael S. Tsirkin
2013-06-17 21:17 ` [Qemu-devel] [PULL 0/9] pci: misc cleanups Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).