From 4f54596e0113c0692c10cfc1c25400c8070d67b3 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 8 Jul 2010 15:18:43 +0200 Subject: 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. --- server/spice.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'server/spice.h') 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); -- cgit