--- src/qxl.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/qxl.h b/src/qxl.h index 585f204..a386651 100644 --- a/src/qxl.h +++ b/src/qxl.h @@ -224,14 +224,6 @@ struct _qxl_screen_t #endif /* XSPICE */ }; -static inline uint64_t -physical_address (qxl_screen_t *qxl, void *virtual, uint8_t slot_id) -{ - qxl_memslot_t *p_slot = &(qxl->mem_slots[slot_id]); - - return p_slot->high_bits | ((unsigned long)virtual - p_slot->start_virt_addr); -} - static inline void * u64_to_pointer (uint64_t u) { -- 1.7.9.3
_______________________________________________ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel