[Spice-devel] [spice-protocol PATCH 25/46] qxlhw: qxl_screen_t: remove command_ring

Alon Levy alevy at redhat.com
Tue Apr 10 04:50:21 PDT 2012


---
 src/qxl.h       |    1 -
 src/qxlhw_pci.c |    1 -
 2 files changed, 2 deletions(-)

diff --git a/src/qxl.h b/src/qxl.h
index 03bb74e..c58f7ff 100644
--- a/src/qxl.h
+++ b/src/qxl.h
@@ -127,7 +127,6 @@ struct _qxl_screen_t
     struct qxlhw *              hw;
     /* These are the names QXL uses */
     
-    struct qxl_ring *		command_ring;
     struct qxl_ring *		release_ring;
     
     int				num_modes;
diff --git a/src/qxlhw_pci.c b/src/qxlhw_pci.c
index ed2f554..f8059be 100644
--- a/src/qxlhw_pci.c
+++ b/src/qxlhw_pci.c
@@ -524,7 +524,6 @@ static void qxlhw_pci_reset(struct qxlhw *base)
     base->qxl->io_pages_physical = hw->io_pages_physical;
 #endif
     base->qxl->mem_slots = hw->mem_slots;
-    base->qxl->command_ring = hw->command_ring;
     base->qxl->release_ring = hw->release_ring;
     base->qxl->n_mem_slots = hw->n_mem_slots;
     base->qxl->slot_gen_bits = hw->slot_gen_bits;
-- 
1.7.9.3



More information about the Spice-devel mailing list