Displaying 2 results from an estimated 2 matches for "spapr_pci".
2012 Oct 08
21
[PATCH 00/14] Remove old_portio users for memory region PIO mapping
...| 24 ++++++----
hw/mc146818rtc.c | 19 +++++---
hw/pc.c | 19 +++++---
hw/pckbd.c | 48 +++++++++++---------
hw/ppc/e500.c | 3 +-
hw/ppce500_pci.c | 9 +++-
hw/rtl8139.c | 78 +++++++++++++++------------------
hw/serial.c | 31 ++++++++-----
hw/spapr_pci.c | 44 +------------------
hw/spapr_pci.h | 2 +-
hw/virtio-pci.c | 126 ++++++++++++++++++++--------------------------------
hw/vmport.c | 21 +++++----
hw/xen_platform.c | 48 ++++++++++++++++----
16 files changed, 362 insertions(+), 285 deletions(-)
2012 Jan 24
2
[PATCH 26/28] pci: convert to QEMU Object Model
.../ppc4xx_pci.c | 21 +++--
hw/ppce500_pci.c | 21 +++--
hw/prep_pci.c | 33 ++++----
hw/qdev.c | 1 +
hw/qxl.c | 62 ++++++++-----
hw/rtl8139.c | 41 ++++++----
hw/sh_pci.c | 19 +++--
hw/spapr_pci.c | 15 +++-
hw/sun4u.c | 23 ++++--
hw/unin_pci.c | 92 +++++++++++++-------
hw/usb-ehci.c | 54 ++++++++-----
hw/usb-ohci.c | 37 +++++---
hw/usb-uhci.c | 168 +++++++++++++++++++++++--------------
hw/usb-x...