qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-2.6 0/2] Preparation for PCI devices convert to realize()
@ 2015-12-04  7:47 Cao jin
  2015-12-04  7:47 ` [Qemu-devel] [PATCH for-2.6 1/2] Add param Error** to msi_init() Cao jin
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Cao jin @ 2015-12-04  7:47 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-block, mst, jasowang, alex.williamson, hare, dmitry,
	pbonzini, jsnow, kraxel

Hi,
    As you know, there are many PCI devices still using .init() as its
    initialization function, I am planning to do the "convert to realize()"
    work, and PCI bridge devices are chosen first.
    The supporting functions should be modified first. msi_init() a supporting
    function for PCI devices.

    Maybe it should be put in 2.6, as title indicated

Cao jin (2):
  Add param Error** to msi_init()
  Modify callers of msi_init()

 hw/audio/intel-hda.c               |  7 ++++++-
 hw/ide/ich.c                       |  2 +-
 hw/net/vmxnet3.c                   |  3 ++-
 hw/pci-bridge/ioh3420.c            |  6 +++++-
 hw/pci-bridge/pci_bridge_dev.c     |  6 +++++-
 hw/pci-bridge/xio3130_downstream.c |  7 ++++++-
 hw/pci-bridge/xio3130_upstream.c   |  7 ++++++-
 hw/pci/msi.c                       | 17 +++++++++++++----
 hw/scsi/megasas.c                  |  2 +-
 hw/scsi/vmw_pvscsi.c               |  3 ++-
 hw/usb/hcd-xhci.c                  |  5 ++++-
 hw/vfio/pci.c                      |  3 ++-
 include/hw/pci/msi.h               |  4 ++--
 13 files changed, 55 insertions(+), 17 deletions(-)

-- 
2.1.0

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-12-07  9:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-04  7:47 [Qemu-devel] [PATCH for-2.6 0/2] Preparation for PCI devices convert to realize() Cao jin
2015-12-04  7:47 ` [Qemu-devel] [PATCH for-2.6 1/2] Add param Error** to msi_init() Cao jin
2015-12-04  7:47 ` [Qemu-devel] [PATCH for-2.6 2/2] Modify callers of msi_init() Cao jin
2015-12-04 17:55 ` [Qemu-devel] [PATCH for-2.6 0/2] Preparation for PCI devices convert to realize() John Snow
2015-12-07  2:42   ` Cao jin
2015-12-07  8:35     ` Markus Armbruster
2015-12-07  9:50       ` Markus Armbruster

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).