qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [RFC prep-next 0/2] prep_pci: Prepare for QOM realize


From: Andreas Färber
Subject: [Qemu-devel] [RFC prep-next 0/2] prep_pci: Prepare for QOM realize
Date: Sat, 26 May 2012 20:15:27 +0200

Hello,

This mini-series, based on master, starts fixing issues in the way of calling
recursive object_realize() at machine-level (vl.c).

Patch 1 is a cherry-pick from Anthony's / Wan Peng's i440fx series, fixing
Coding Style issues and dropping parts dependent on MemoryRegion QOM'ification.

Patch 2 avoids two allocations, the PCIBus and the controller's PCIDevice,
by allocating them as part of the host controller state. This requires access
to struct PCIBus, which Anthony and Paolo have refactored on qom-next, so for
simplicity I just #include pci_internals.h for now.

Anthony, do you have further refactorings of PCIBus queued already, moving the
struct to pci.h?

Regards,
Andreas

Cc: Anthony Liguori <address@hidden>
Cc: Paolo Bonzini <address@hidden>
Cc: Alexander Graf <address@hidden>

Andreas Färber (2):
  pci-host: Turn into SysBus-derived QOM type
  prep_pci: Create PCIBus and PCIDevice in-place

 hw/pci_host.c |   11 ++++++++++
 hw/pci_host.h |    3 ++
 hw/prep_pci.c |   62 ++++++++++++++++++++++++++++++++++++++++----------------
 3 files changed, 58 insertions(+), 18 deletions(-)

-- 
1.7.7




reply via email to

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