qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] vl: Simplify vga interface configuration code
@ 2015-11-11 21:27 Eduardo Habkost
  2015-11-11 21:27 ` [Qemu-devel] [PATCH 1/2] vl: Table-based select_vgahw() Eduardo Habkost
  2015-11-11 21:27 ` [Qemu-devel] [PATCH 2/2] vl: Replace *_vga_available() functions with class_names field Eduardo Habkost
  0 siblings, 2 replies; 6+ messages in thread
From: Eduardo Habkost @ 2015-11-11 21:27 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini

Instead of duplicating class lookup and strstart() code for each
VGA interface type, use a table to implement select_vgahw().

This series needs the following patch to be applied first:

  From: Eduardo Habkost <ehabkost@redhat.com>
  Date: Wed, 11 Nov 2015 18:39:18 -0200
  Message-Id: <1447274358-2772-1-git-send-email-ehabkost@redhat.com>
  Subject: [PATCH] vl: Use exit(1) when requested VGA interface is unavailable

Eduardo Habkost (2):
  vl: Table-based select_vgahw()
  vl: Replace *_vga_available() functions with class_names field

 include/sysemu/sysemu.h |   1 +
 vl.c                    | 156 ++++++++++++++++++++++--------------------------
 2 files changed, 72 insertions(+), 85 deletions(-)

-- 
2.1.0

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-11-12 15:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-11 21:27 [Qemu-devel] [PATCH 0/2] vl: Simplify vga interface configuration code Eduardo Habkost
2015-11-11 21:27 ` [Qemu-devel] [PATCH 1/2] vl: Table-based select_vgahw() Eduardo Habkost
2015-11-11 22:05   ` Eric Blake
2015-11-12 15:08     ` Eduardo Habkost
2015-11-11 21:27 ` [Qemu-devel] [PATCH 2/2] vl: Replace *_vga_available() functions with class_names field Eduardo Habkost
2015-11-11 22:09   ` Eric Blake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).