[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v3 0/2] change type of pci_bridge_initfn()
From: |
Cao jin |
Subject: |
[Qemu-devel] [PATCH v3 0/2] change type of pci_bridge_initfn() |
Date: |
Thu, 14 Jan 2016 20:23:51 +0800 |
v3 changelog:
1. Just tweaked the commit message.
Test:
1. Compiled.
2. Did a hack to test dec bridge realization, prove it is ok after patch.
Will reply this mail to attach the screenshot.
Cao jin (2):
dec: convert to realize()
change type of pci_bridge_initfn() to void
hw/pci-bridge/dec.c | 6 +++---
hw/pci-bridge/i82801b11.c | 5 +----
hw/pci-bridge/ioh3420.c | 6 +-----
hw/pci-bridge/pci_bridge_dev.c | 8 +++-----
hw/pci-bridge/xio3130_downstream.c | 6 +-----
hw/pci-bridge/xio3130_upstream.c | 6 +-----
hw/pci-host/apb.c | 5 +----
hw/pci/pci_bridge.c | 3 +--
include/hw/pci/pci_bridge.h | 2 +-
9 files changed, 13 insertions(+), 34 deletions(-)
--
2.1.0
- [Qemu-devel] [PATCH v3 0/2] change type of pci_bridge_initfn(),
Cao jin <=