qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 0/2] pci_host: Convert to QOM


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH v2 0/2] pci_host: Convert to QOM
Date: Mon, 18 Jun 2012 10:08:08 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1

On 06/10/2012 10:57 AM, Andreas Färber wrote:
Hello Michael,

This series, based on a recent PReP RFC series, in turn based on Anthony's and
Wanpeng's i440fx refactoring, makes pci_host a proper QOM type and in this v2
also updates all remaining host controllers beyond PReP.

Only compile-tested were typhoon, bonito, ppc440 and ppce500.
I've checked it also applies cleanly to the current pci branch.

Please review and apply.

Reviewed-by: Anthony Liguori <address@hidden>

Regards,

Anthony Liguori


Intended merge plan is:
Merge this preparatory series through pci branch.
Follow up with move of struct PCIBus from pci_internals.h to pci.h (currently
typedef in qemu-common.h) once qom-next QBus refactoring is merged (qom-next-2),
merge through pci branch.
Rebase Raven PCI in-place initialization on that, merge through prep branch.

Regards,
Andreas

Cc: Michael S. Tsirkin<address@hidden>
Cc: Anthony Liguori<address@hidden>

Cc: Benjamin Herrenschmidt<address@hidden>  (still no MAINTAINERS entry!)

Cc: Jan Kiszka<address@hidden>  (FYI)

Andreas Färber (2):
   pci_host: Turn into SysBus-derived QOM type
   pci_host: Derive remaining PCI host controllers from TYPE_PCI_HOST

  hw/alpha_typhoon.c |    4 +-
  hw/bonito.c        |   73 ++++++++++++++++++++++++++++++++--------------------
  hw/dec_pci.c       |   11 ++++---
  hw/dec_pci.h       |    2 +
  hw/grackle_pci.c   |   22 ++++++++-------
  hw/gt64xxx.c       |   23 +++++++++-------
  hw/pci_host.c      |   11 ++++++++
  hw/pci_host.h      |    3 ++
  hw/piix_pci.c      |   14 +++++----
  hw/ppc4xx_pci.c    |    4 +-
  hw/ppc_mac.h       |    1 +
  hw/ppc_prep.c      |    4 +--
  hw/ppce500_pci.c   |    7 +++--
  hw/prep_pci.c      |    7 +++--
  hw/spapr_pci.c     |   17 ++++++-----
  hw/spapr_pci.h     |    6 +++-
  hw/unin_pci.c      |   13 +++++----
  17 files changed, 135 insertions(+), 87 deletions(-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]