summary refs log tree commit diff stats
path: root/hw/display/qxl.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-08-10 15:22:36 +0200
committerGerd Hoffmann <kraxel@redhat.com>2018-08-21 09:51:40 +0200
commit408e2f37be43392374d8bf9b0bfcfb1939bc6f69 (patch)
tree288977b6328f56e8823a5f6948677e1c3c9f6606 /hw/display/qxl.h
parent3f4919e49e28e161567b3730ef02b6904bfd9887 (diff)
downloadfocaccia-qemu-408e2f37be43392374d8bf9b0bfcfb1939bc6f69.tar.gz
focaccia-qemu-408e2f37be43392374d8bf9b0bfcfb1939bc6f69.zip
qxl: drop unused generation variable
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20180810132236.25908-1-kraxel@redhat.com
Diffstat (limited to 'hw/display/qxl.h')
-rw-r--r--hw/display/qxl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/display/qxl.h b/hw/display/qxl.h
index 089696ef62..6eacba080d 100644
--- a/hw/display/qxl.h
+++ b/hw/display/qxl.h
@@ -43,7 +43,6 @@ typedef struct PCIQXLDevice {
 
     enum qxl_mode      mode;
     uint32_t           cmdflags;
-    int                generation;
     uint32_t           revision;
 
     int32_t            num_memslots;