dcavalca / rpms / qemu

Forked from rpms/qemu 11 months ago
Clone

Blame 0022-spice-display-pci-rev-fixups.patch

Justin M. Forbes a81953
From 2912f038b4bfddd4c3dacb3b0102e45553859632 Mon Sep 17 00:00:00 2001
Justin M. Forbes a81953
From: Gerd Hoffmann <kraxel@redhat.com>
Justin M. Forbes a81953
Date: Thu, 8 Jul 2010 16:29:15 +0200
Justin M. Forbes a81953
Subject: [PATCH 22/39] spice-display: pci rev fixups
Justin M. Forbes a81953
Justin M. Forbes a81953
---
Justin M. Forbes a81953
 spice-display.c |    4 ----
Justin M. Forbes a81953
 1 files changed, 0 insertions(+), 4 deletions(-)
Justin M. Forbes a81953
Justin M. Forbes a81953
diff --git a/spice-display.c b/spice-display.c
Justin M. Forbes a81953
index 2291cc7..87a71cd 100644
Justin M. Forbes a81953
--- a/spice-display.c
Justin M. Forbes a81953
+++ b/spice-display.c
Justin M. Forbes a81953
@@ -334,10 +334,6 @@ static const QXLInterface dpy_interface = {
Justin M. Forbes a81953
     .base.major_version      = SPICE_INTERFACE_QXL_MAJOR,
Justin M. Forbes a81953
     .base.minor_version      = SPICE_INTERFACE_QXL_MINOR,
Justin M. Forbes a81953
Justin M. Forbes a81953
-    .pci_vendor              = REDHAT_PCI_VENDOR_ID,
Justin M. Forbes a81953
-    .pci_id                  = QXL_DEVICE_ID,
Justin M. Forbes a81953
-    .pci_revision            = QXL_REVISION,
Justin M. Forbes a81953
-
Justin M. Forbes a81953
     .attache_worker          = interface_attach_worker,
Justin M. Forbes a81953
     .set_compression_level   = interface_set_compression_level,
Justin M. Forbes a81953
     .set_mm_time             = interface_set_mm_time,
Justin M. Forbes a81953
-- 
Justin M. Forbes a81953
1.7.2.3
Justin M. Forbes a81953