qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: qemu-devel@nongnu.org, Anthony Liguori <anthony@codemonkey.ws>
Cc: akong@redhat.com, lersek@redhat.com, afaerber@suse.de
Subject: [Qemu-devel] [PULL 0/9] pci: misc cleanups
Date: Tue, 4 Jun 2013 11:07:36 +0300	[thread overview]
Message-ID: <1370202787-3712-1-git-send-email-mst@redhat.com> (raw)

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

             reply	other threads:[~2013-06-04  8:07 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-04  8:07 Michael S. Tsirkin [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1370202787-3712-1-git-send-email-mst@redhat.com \
    --to=mst@redhat.com \
    --cc=afaerber@suse.de \
    --cc=akong@redhat.com \
    --cc=anthony@codemonkey.ws \
    --cc=lersek@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).