Re: [Qemu-devel] [PATCH v3] PXB: convert to realize()

2016-01-11 Thread Markus Armbruster
Cao jin writes: > Hi, > The patch has been reviewed by: Marcel Apfelbaum > , but still not seeing it in upstream, is it > missed? Copying the maintainer you forgot :)

Re: [Qemu-devel] [PATCH v3] PXB: convert to realize()

2016-01-09 Thread Cao jin
Hi, The patch has been reviewed by: Marcel Apfelbaum , but still not seeing it in upstream, is it missed? On 12/22/2015 10:11 PM, Marcel Apfelbaum wrote: On 12/22/2015 02:50 PM, Cao jin wrote: Signed-off-by: Cao jin --- v3 changelog: 1. As per Paolo`s review, also Marcel`s test suggestio

Re: [Qemu-devel] [PATCH v3] PXB: convert to realize()

2015-12-22 Thread Marcel Apfelbaum
On 12/22/2015 02:50 PM, Cao jin wrote: Signed-off-by: Cao jin --- v3 changelog: 1. As per Paolo`s review, also Marcel`s test suggestion, just unparent bus object while unref the ds & bds object hw/pci-bridge/pci_expander_bridge.c | 33 +++-- 1 file changed, 19

[Qemu-devel] [PATCH v3] PXB: convert to realize()

2015-12-22 Thread Cao jin
Signed-off-by: Cao jin --- v3 changelog: 1. As per Paolo`s review, also Marcel`s test suggestion, just unparent bus object while unref the ds & bds object hw/pci-bridge/pci_expander_bridge.c | 33 +++-- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git

[Qemu-devel] [PATCH v3] PXB: convert to realize()

2015-12-22 Thread Cao jin
Signed-off-by: Cao jin --- v3 changelog: 1. As per Paolo`s review, also Marcel`s test suggestion, just unparent bus object while unref the ds & bds object hw/pci-bridge/pci_expander_bridge.c | 33 +++-- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git