From: "Michael S. Tsirkin" <mst@redhat.com>
To: qemu-devel@nongnu.org, Anthony Liguori <anthony@codemonkey.ws>,
pbonzini@redhat.com, kraxel@redhat.com, armbru@redhat.com,
weil@mail.berlios.de, yamahata@valinux.co.jp
Subject: [Qemu-devel] what's new in qemu.git pci tree
Date: Mon, 22 Nov 2010 10:04:17 +0200 [thread overview]
Message-ID: <20101122080417.GA10911@redhat.com> (raw)
Last chance to object to the following patches :)
The following changes since commit e927d48722fdcba50f82d653c5a1927752483054:
pci: allow hotplug removal of cold-plugged devices (2010-11-16 14:55:23 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git pci
Anthony Liguori (2):
qbus: add functions to walk both devices and busses
qdev: reset qdev along with qdev tree
Isaku Yamahata (11):
pci: add W1C bits to pci status register
pcie_regs.h: more constants
pcie/aer: helper functions for pcie aer capability
ioh3420: support aer
x3130/upstream: support aer
x3130/downstream: support aer.
pcie/port: fix bridge control register wmask
qdev: introduce reset call back for qbus level
qdev: trigger reset from a given device
pci: use qdev reset framework for pci bus reset
pci bridge: implement secondary bus reset
Michael S. Tsirkin (3):
pcie_aer: get rid of recursion
pcie_aer: complete unwinding recursion
pci: fix bridge control bit wmask
Stefan Weil (3):
pci: Replace unneeded type casts in calls of pci_register_bar
pci: Automatically patch PCI vendor id and device id in PCI ROM
eepro100: Use a single rom file for all i825xx devices
Makefile | 1 -
Makefile.objs | 2 +-
hw/cirrus_vga.c | 4 +-
hw/e1000.c | 4 +-
hw/eepro100.c | 14 +-
hw/ide/via.c | 2 +-
hw/ioh3420.c | 80 +++-
hw/lsi53c895a.c | 7 +-
hw/openpic.c | 2 +-
hw/pci.c | 137 ++++++-
hw/pci.h | 1 +
hw/pci_bridge.c | 11 +-
hw/pcie.h | 14 +
hw/pcie_aer.c | 815 ++++++++++++++++++++++++++++++++++++
hw/pcie_aer.h | 106 +++++
hw/pcie_port.c | 8 +
hw/pcie_regs.h | 2 +
hw/qdev.c | 87 ++++-
hw/qdev.h | 18 +
hw/usb-ohci.c | 2 +-
hw/xio3130_downstream.c | 43 ++-
hw/xio3130_upstream.c | 33 +-
pc-bios/README | 2 +-
pc-bios/gpxe-eepro100-80861229.rom | Bin 56832 -> 0 bytes
qemu-common.h | 3 +
vl.c | 1 +
26 files changed, 1327 insertions(+), 72 deletions(-)
create mode 100644 hw/pcie_aer.c
create mode 100644 hw/pcie_aer.h
delete mode 100644 pc-bios/gpxe-eepro100-80861229.rom
reply other threads:[~2010-11-22 8:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20101122080417.GA10911@redhat.com \
--to=mst@redhat.com \
--cc=anthony@codemonkey.ws \
--cc=armbru@redhat.com \
--cc=kraxel@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=weil@mail.berlios.de \
--cc=yamahata@valinux.co.jp \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.