summaryrefslogtreecommitdiffstats
path: root/server/spice.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-07-08 15:18:43 +0200
committerAlexander Larsson <alexl@redhat.com>2010-07-08 15:18:43 +0200
commit4f54596e0113c0692c10cfc1c25400c8070d67b3 (patch)
tree8e2405c0f7cfbf403744409f0cf74e3147515ae3 /server/spice.h
parent10734c8d74bc26043c9714a80468040b8bfa7249 (diff)
downloadspice-4f54596e0113c0692c10cfc1c25400c8070d67b3.tar.gz
spice-4f54596e0113c0692c10cfc1c25400c8070d67b3.tar.xz
spice-4f54596e0113c0692c10cfc1c25400c8070d67b3.zip
server: Remove unnecessary pci id/rev checks
There is no need to check the pci ids or revisions. Thats a contract between qemu and the driver, and spice need not care, as long as we get the right data from qemu.
Diffstat (limited to 'server/spice.h')
-rw-r--r--server/spice.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/server/spice.h b/server/spice.h
index 99546cff..3c2c32e2 100644
--- a/server/spice.h
+++ b/server/spice.h
@@ -161,10 +161,6 @@ struct QXLDevSurfaceCreate {
struct QXLInterface {
SpiceBaseInterface base;
- uint16_t pci_vendor;
- uint16_t pci_id;
- uint8_t pci_revision;
-
void (*attache_worker)(QXLInstance *qin, QXLWorker *qxl_worker);
void (*set_compression_level)(QXLInstance *qin, int level);
void (*set_mm_time)(QXLInstance *qin, uint32_t mm_time);