diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2013-07-30 18:48:58 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-07-30 18:48:58 -0500 |
commit | 75e2a4baf1536682d111d9bee0261806737a32dc (patch) | |
tree | 4d3c93e4a0977e7c9adcedb36cd51fbe1374a86c /include/sysemu | |
parent | c095e108473f57516e7ad958d905a7017b225f82 (diff) | |
parent | 58ae52a8dc7752e3da9a905678580b4cb8181cdc (diff) |
Merge remote-tracking branch 'spice/spice.v72' into staging
# By Gerd Hoffmann
# Via Gerd Hoffmann
* spice/spice.v72:
spice: fix display initialization
Message-id: 1375173625-3784-1-git-send-email-kraxel@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'include/sysemu')
-rw-r--r-- | include/sysemu/sysemu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h index 3caeb66eb2..d7a77b6488 100644 --- a/include/sysemu/sysemu.h +++ b/include/sysemu/sysemu.h @@ -103,7 +103,6 @@ typedef enum { extern int vga_interface_type; #define xenfb_enabled (vga_interface_type == VGA_XENFB) -#define qxl_enabled (vga_interface_type == VGA_QXL) extern int graphic_width; extern int graphic_height; |