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