[Qemu-devel] [PATCH 07/15] hw/mips/gt64xxx_pci: Convert gt64120_reset() function into Device reset method

2018-10-01 Thread Philippe Mathieu-Daudé
Convert the gt64120_reset() function into a proper Device reset method. Signed-off-by: Philippe Mathieu-Daudé --- hw/mips/gt64xxx_pci.c | 17 +++-- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/hw/mips/gt64xxx_pci.c b/hw/mips/gt64xxx_pci.c index 24ad0ad024..dcd1a6632

Re: [Qemu-devel] [PATCH 07/15] hw/mips/gt64xxx_pci: Convert gt64120_reset() function into Device reset method

2018-10-02 Thread Peter Maydell
On 1 October 2018 at 23:09, Philippe Mathieu-Daudé wrote: > Convert the gt64120_reset() function into a proper Device reset method. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/mips/gt64xxx_pci.c | 17 +++-- > 1 file changed, 3 insertions(+), 14 deletions(-) Reviewed-by: Pet

Re: [Qemu-devel] [PATCH 07/15] hw/mips/gt64xxx_pci: Convert gt64120_reset() function into Device reset method

2018-10-02 Thread Cédric Le Goater
On 10/2/18 12:09 AM, Philippe Mathieu-Daudé wrote: > Convert the gt64120_reset() function into a proper Device reset method. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Cédric Le Goater Thanks, C. > --- > hw/mips/gt64xxx_pci.c | 17 +++-- > 1 file changed, 3 insertion