qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Anthony Liguori <anthony@codemonkey.ws>, qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL] qemu: pci fixes and cleanups
Date: Sun, 14 Feb 2010 16:29:16 +0200	[thread overview]
Message-ID: <20100214142916.GA32134@redhat.com> (raw)

The following changes since commit bc798c77e54f73b637e02bdc02bd799660adb7b7:
  Blue Swirl (1):
        Remove conditional rom loading support

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony

Alexander Graf (10):
      PPC: Uninorth config space accessor
      PPC: Use Mac99_U3 type on ppc64
      PPC: Include dump of lspci -nn on real G5
      PPC: Make interrupts work
      PPC: tell the guest about the time base frequency
      PPC: Use macio IDE controller for Newworld
      PPC: Get rid of segfaults in DBDMA emulation
      PPC: Add USB per default on U3
      PPC: Fix large pages
      PPC: Add timer when running KVM

Michael S. Tsirkin (6):
      pci: move pcibus_t to qemu-common
      bwap: add qemu_bswap helper
      rwhandler: simplified way to register for mem/io
      pci_host: rewrite using rwhandler
      versatile_pci: convert to symbolic names
      versatile_pci: cleanup

 Makefile.target        |    1 +
 bswap.h                |    6 ++
 hw/mac_dbdma.c         |   10 ++-
 hw/pci.h               |    1 -
 hw/pci_host.c          |  172 +++++++++++++++++++----------------------------
 hw/pci_host.h          |    4 +
 hw/pci_host_template.h |  109 ------------------------------
 hw/pci_ids.h           |    1 +
 hw/ppc.h               |    2 +
 hw/ppc_mac.h           |    1 +
 hw/ppc_newworld.c      |   73 ++++++++++++++++++--
 hw/ppc_oldworld.c      |    9 +++
 hw/unin_pci.c          |  151 +++++++++++++++++++++++++++++++++++++++++-
 hw/versatile_pci.c     |   10 +--
 qemu-common.h          |    2 +
 rwhandler.c            |   91 +++++++++++++++++++++++++
 rwhandler.h            |   27 ++++++++
 target-ppc/helper.c    |    9 +--
 target-ppc/kvm.c       |   69 +++++++++++++++++++
 target-ppc/kvm_ppc.h   |    2 +
 20 files changed, 511 insertions(+), 239 deletions(-)
 delete mode 100644 hw/pci_host_template.h
 create mode 100644 rwhandler.c
 create mode 100644 rwhandler.h

             reply	other threads:[~2010-02-14 14:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-14 14:29 Michael S. Tsirkin [this message]
2010-02-19 20:55 ` [Qemu-devel] Re: [PULL] qemu: pci fixes and 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=20100214142916.GA32134@redhat.com \
    --to=mst@redhat.com \
    --cc=anthony@codemonkey.ws \
    --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).