qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] vl: Simplify vga interface configuration code


From: Eduardo Habkost
Subject: [Qemu-devel] [PATCH 0/2] vl: Simplify vga interface configuration code
Date: Wed, 11 Nov 2015 19:27:51 -0200

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 <address@hidden>
  Date: Wed, 11 Nov 2015 18:39:18 -0200
  Message-Id: <address@hidden>
  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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]