[Spice-devel] [spice-protocol PATCH 28/46] qxlhw: qxl_driver: remove qxl_driver_t.release_ring
Alon Levy
alevy at redhat.com
Tue Apr 10 04:50:24 PDT 2012
---
src/qxl.h | 2 --
src/qxlhw_pci.c | 1 -
2 files changed, 3 deletions(-)
diff --git a/src/qxl.h b/src/qxl.h
index 6cedba3..7cdf787 100644
--- a/src/qxl.h
+++ b/src/qxl.h
@@ -127,8 +127,6 @@ struct _qxl_screen_t
struct qxlhw * hw;
/* These are the names QXL uses */
- struct qxl_ring * release_ring;
-
int num_modes;
struct QXLMode * modes;
long surface0_size;
diff --git a/src/qxlhw_pci.c b/src/qxlhw_pci.c
index 84af649..9db7604 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->release_ring = hw->release_ring;
base->qxl->n_mem_slots = hw->n_mem_slots;
base->qxl->slot_gen_bits = hw->slot_gen_bits;
base->qxl->slot_id_bits = hw->slot_id_bits;
--
1.7.9.3
More information about the Spice-devel
mailing list