From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51073) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g7KWP-0003xO-ME for qemu-devel@nongnu.org; Tue, 02 Oct 2018 09:15:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g7KWM-0003Yi-L4 for qemu-devel@nongnu.org; Tue, 02 Oct 2018 09:15:29 -0400 Received: from mail-oi1-x244.google.com ([2607:f8b0:4864:20::244]:39504) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g7KWM-0003YO-GM for qemu-devel@nongnu.org; Tue, 02 Oct 2018 09:15:26 -0400 Received: by mail-oi1-x244.google.com with SMTP id y81-v6so1440944oia.6 for ; Tue, 02 Oct 2018 06:15:25 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20181001220942.2382-8-f4bug@amsat.org> References: <20181001220942.2382-1-f4bug@amsat.org> <20181001220942.2382-8-f4bug@amsat.org> From: Peter Maydell Date: Tue, 2 Oct 2018 14:15:04 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 07/15] hw/mips/gt64xxx_pci: Convert gt64120_reset() function into Device reset method List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= Cc: =?UTF-8?Q?C=C3=A9dric_Le_Goater?= , QEMU Developers , Eduardo Habkost , Aurelien Jarno , Aleksandar Markovic On 1 October 2018 at 23:09, Philippe Mathieu-Daud=C3=A9 w= rote: > Convert the gt64120_reset() function into a proper Device reset method. > > Signed-off-by: Philippe Mathieu-Daud=C3=A9 > --- > hw/mips/gt64xxx_pci.c | 17 +++-------------- > 1 file changed, 3 insertions(+), 14 deletions(-) Reviewed-by: Peter Maydell thanks -- PMM