From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwzFn-0006HL-U4 for qemu-devel@nongnu.org; Thu, 12 Nov 2015 16:18:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZwzFi-0007IM-OM for qemu-devel@nongnu.org; Thu, 12 Nov 2015 16:17:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34170) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwzFi-0007IF-It for qemu-devel@nongnu.org; Thu, 12 Nov 2015 16:17:54 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 2B60C8E93E for ; Thu, 12 Nov 2015 21:17:54 +0000 (UTC) References: <1447354938-1575-1-git-send-email-ehabkost@redhat.com> From: Eric Blake Message-ID: <56450201.20107@redhat.com> Date: Thu, 12 Nov 2015 14:17:53 -0700 MIME-Version: 1.0 In-Reply-To: <1447354938-1575-1-git-send-email-ehabkost@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="3OfIspWCDuDrIQhiCImk16V4wUvo5GsWA" Subject: Re: [Qemu-devel] [PATCH v2 0/7] vl: graphics stubs + #ifdef cleanup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost , qemu-devel@nongnu.org Cc: Paolo Bonzini This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --3OfIspWCDuDrIQhiCImk16V4wUvo5GsWA Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 11/12/2015 12:02 PM, Eduardo Habkost wrote: > Clean up the graphics initialization code to reduce the number of >=20 Lame of git for eating lines that start with #ifdef. But at least it doesn't matter on the cover letter :) > Changes v1 -> v2: > * Patches 2-6: Move stub files to stubs/ui/ > * Patch 7: Move stubs to qemu-spice.h, as the header file > already had a separate section for !CONFIG_SPICE > * Removed DT_NOGRAPHIC patches from the series (they will be sent > as a separate series) >=20 > Eduardo Habkost (7): > vl: Add DT_COCOA DisplayType value > stubs: VNC initialization stubs > stubs: curses_display_init() stub > stubs: SDL initialization stubs > stubs: cocoa_display_init() stub > stubs: gtk_display_init() stub > spice: Initialization stubs on qemu-spice.h >=20 > include/sysemu/sysemu.h | 1 + > include/ui/console.h | 4 ++-- > include/ui/qemu-spice.h | 13 +++++++++++++ > stubs/Makefile.objs | 1 + > stubs/ui/Makefile.objs | 5 +++++ > stubs/ui/cocoa.c | 10 ++++++++++ > stubs/ui/curses.c | 10 ++++++++++ > stubs/ui/gtk.c | 10 ++++++++++ > stubs/ui/sdl.c | 17 +++++++++++++++++ > stubs/ui/vnc.c | 22 ++++++++++++++++++++++ > vl.c | 37 ++++++------------------------------- > 11 files changed, 97 insertions(+), 33 deletions(-) > create mode 100644 stubs/ui/Makefile.objs > create mode 100644 stubs/ui/cocoa.c > create mode 100644 stubs/ui/curses.c > create mode 100644 stubs/ui/gtk.c > create mode 100644 stubs/ui/sdl.c > create mode 100644 stubs/ui/vnc.c >=20 --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --3OfIspWCDuDrIQhiCImk16V4wUvo5GsWA Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJWRQIBAAoJEKeha0olJ0NqfDIH/3kIcu4PdqRqNqA0baad4kMy 6I1U6Fd+d5QyTfajm1kntsbO4aMiA+T7wby5e3xlpxCOctPEd2VSlD7BR4RzisVZ CXi6T4ZCzC8uiYPA1jEzjzK1eX96qopRlNj14i3lPDmSa/iiK4RE3c1YVtIxOjdZ rn0/CN93KNWqWa7PvukanWU4Y8J6V1Q1Q1U+Q+FrNarm9oH7E+WLzoJiq6dl+Use kV2Wc70h2QB2IbykpGU9P1oCrHBrmVPTHrnfuwMPh6w1ff6EI688Wi5LA90MFwrS tiB80kxZNdh835F6gIfmkCWWbE2jdlEUF2i8J8yxDmjD3LyzCeEILj6jtknTSCQ= =jvrc -----END PGP SIGNATURE----- --3OfIspWCDuDrIQhiCImk16V4wUvo5GsWA--