From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rk0c9-0003mB-Nh for qemu-devel@nongnu.org; Sun, 08 Jan 2012 16:49:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rk0c8-0003uD-LZ for qemu-devel@nongnu.org; Sun, 08 Jan 2012 16:49:17 -0500 Received: from cantor2.suse.de ([195.135.220.15]:41200 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rk0c8-0003tt-9O for qemu-devel@nongnu.org; Sun, 08 Jan 2012 16:49:16 -0500 Message-ID: <4F0A0EFE.4050808@suse.de> Date: Sun, 08 Jan 2012 22:47:42 +0100 From: =?ISO-8859-1?Q?Andreas_F=E4rber?= MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 4/4] sga: fix copypasta List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: Anthony Liguori , qemu-devel Add "Fix the name of the init function."? Am 08.01.2012 22:11, schrieb Blue Swirl: > Signed-off-by: Blue Swirl Reviewed-by: Andreas F=E4rber This seems independent of the other VGA patches and probably should go in early for Anthony to rebase his second QOM series onto? Andreas > --- > hw/sga.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/hw/sga.c b/hw/sga.c > index 7ef750a..ea11937 100644 > --- a/hw/sga.c > +++ b/hw/sga.c > @@ -35,7 +35,7 @@ typedef struct ISAGAState { > ISADevice dev; > } ISASGAState; >=20 > -static int isa_cirrus_vga_initfn(ISADevice *dev) > +static int sga_initfn(ISADevice *dev) > { > rom_add_vga(SGABIOS_FILENAME); > return 0; > @@ -45,7 +45,7 @@ static ISADeviceInfo sga_info =3D { > .qdev.name =3D "sga", > .qdev.desc =3D "Serial Graphics Adapter", > .qdev.size =3D sizeof(ISASGAState), > - .init =3D isa_cirrus_vga_initfn, > + .init =3D sga_initfn, > }; >=20 > static void sga_register(void) --=20 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imend=F6rffer; HRB 16746 AG N=FCrnbe= rg