Re: [Qemu-devel] [PATCH v2 15/26] ahci: use realize for ahci

2013-07-21 Thread Andreas Färber
Am 01.07.2013 12:18, schrieb Hu Tao: > Signed-off-by: Hu Tao > --- > hw/ide/ahci.c | 12 +--- > 1 file changed, 5 insertions(+), 7 deletions(-) > > diff --git a/hw/ide/ahci.c b/hw/ide/ahci.c > index 5dcd662..d92239b 100644 > --- a/hw/ide/ahci.c > +++ b/hw/ide/ahci.c > @@ -1300,14 +1300,1

[Qemu-devel] [PATCH v2 15/26] ahci: use realize for ahci

2013-07-01 Thread Hu Tao
Signed-off-by: Hu Tao --- hw/ide/ahci.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/hw/ide/ahci.c b/hw/ide/ahci.c index 5dcd662..d92239b 100644 --- a/hw/ide/ahci.c +++ b/hw/ide/ahci.c @@ -1300,14 +1300,13 @@ static void sysbus_ahci_reset(DeviceState *dev)