On 4/12/20 5:09 PM, Philippe Mathieu-Daudé wrote: > diff --git a/hw/ide/piix.c b/hw/ide/piix.c > index 3b2de4c312..b402a93636 100644 > --- a/hw/ide/piix.c > +++ b/hw/ide/piix.c > @@ -193,7 +193,7 @@ int pci_piix3_xen_ide_unplug(DeviceState *dev, bool aux) > blk_unref(blk); > } > } > - qdev_reset_all(DEVICE(dev)); > + qdev_reset_all(dev); > return 0; > } > Acked-by: John Snow <js...@redhat.com>
- [PATCH-for-5.1 0/3] various: Remove unnecessary ca... Philippe Mathieu-Daudé
- [PATCH-for-5.1 2/3] various: Remove unnecessa... Philippe Mathieu-Daudé
- Re: [PATCH-for-5.1 2/3] various: Remove u... Cornelia Huck
- Re: [PATCH-for-5.1 2/3] various: Remove u... Corey Minyard
- Re: [PATCH-for-5.1 2/3] various: Remove u... John Snow
- [PATCH-for-5.1 3/3] hw: Remove unnecessary DE... Philippe Mathieu-Daudé
- Re: [PATCH-for-5.1 3/3] hw: Remove unnece... David Gibson
- RE: [PATCH-for-5.1 3/3] hw: Remove unnece... Paul Durrant
- Re: [PATCH-for-5.1 3/3] hw: Remove unnece... Markus Armbruster
- Re: [PATCH-for-5.1 3/3] hw: Remove unnece... Cédric Le Goater
- Re: [PATCH-for-5.1 3/3] hw: Remove unnece... John Snow
- [PATCH-for-5.1 1/3] target: Remove unnecessar... Philippe Mathieu-Daudé
- Re: [PATCH-for-5.1 1/3] target: Remove un... David Gibson
- Re: [PATCH-for-5.1 1/3] target: Remove un... Cédric Le Goater
- Re: [PATCH-for-5.1 0/3] various: Remove unnec... Richard Henderson