Re: [Qemu-devel] [PATCH 2/4] piix_pci: Use ISA_BUS() instead of DO_UPCAST()

2013-02-20 Thread Andreas Färber
Am 21.02.2013 00:19, schrieb David Woodhouse: > On Thu, 2013-02-21 at 00:08 +0100, Andreas Färber wrote: >> Use of ISA_BUS() is correct, but it would be nice to use >> (DEVICE(piix3), ...) if respun. > > http://git.infradead.org/users/dwmw2/qemu.git/commitdiff/16d69961 Perfect! Andreas -- SUSE

Re: [Qemu-devel] [PATCH 2/4] piix_pci: Use ISA_BUS() instead of DO_UPCAST()

2013-02-20 Thread David Woodhouse
On Thu, 2013-02-21 at 00:08 +0100, Andreas Färber wrote: > Use of ISA_BUS() is correct, but it would be nice to use > (DEVICE(piix3), ...) if respun. http://git.infradead.org/users/dwmw2/qemu.git/commitdiff/16d69961 -- dwmw2 smime.p7s Description: S/MIME cryptographic signature

Re: [Qemu-devel] [PATCH 2/4] piix_pci: Use ISA_BUS() instead of DO_UPCAST()

2013-02-20 Thread Andreas Färber
Am 20.02.2013 22:46, schrieb David Woodhouse: > From: David Woodhouse > > Signed-off-by: David Woodhouse > --- > hw/piix_pci.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/hw/piix_pci.c b/hw/piix_pci.c > index 6b69e26..d45449a 100644 > --- a/hw/piix_pci.c > +++ b/

[Qemu-devel] [PATCH 2/4] piix_pci: Use ISA_BUS() instead of DO_UPCAST()

2013-02-20 Thread David Woodhouse
From: David Woodhouse Signed-off-by: David Woodhouse --- hw/piix_pci.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hw/piix_pci.c b/hw/piix_pci.c index 6b69e26..d45449a 100644 --- a/hw/piix_pci.c +++ b/hw/piix_pci.c @@ -301,8 +301,7 @@ static PCIBus *i440fx_common_init(