[Qemu-devel] [PATCH 0/5] Convert to realize()

2015-12-18 Thread Cao jin
some simple case

Cao jin (5):
  SH PCI Host: convert to realize()
  igd-passthrough-i440FX: convert to realize()
  PXB: convert to realize()
  gt64120: convert to realize()
  xen-pvdevice: convert to realize()

 hw/i386/xen/xen_pvdevice.c  | 12 ++--
 hw/mips/gt64xxx_pci.c   |  6 ++
 hw/pci-bridge/pci_expander_bridge.c | 24 ++--
 hw/pci-host/piix.c  | 16 +---
 hw/sh4/sh_pci.c |  5 ++---
 5 files changed, 33 insertions(+), 30 deletions(-)

-- 
2.1.0






Re: [Qemu-devel] [PATCH 0/5] Convert to realize()

2015-12-18 Thread Cao jin

forgot to CC to: Markus

On 12/18/2015 07:03 PM, Cao jin wrote:

some simple case

Cao jin (5):
   SH PCI Host: convert to realize()
   igd-passthrough-i440FX: convert to realize()
   PXB: convert to realize()
   gt64120: convert to realize()
   xen-pvdevice: convert to realize()

  hw/i386/xen/xen_pvdevice.c  | 12 ++--
  hw/mips/gt64xxx_pci.c   |  6 ++
  hw/pci-bridge/pci_expander_bridge.c | 24 ++--
  hw/pci-host/piix.c  | 16 +---
  hw/sh4/sh_pci.c |  5 ++---
  5 files changed, 33 insertions(+), 30 deletions(-)



--
Yours Sincerely,

Cao Jin