[Spice-devel] [spice-protocol PATCH 09/46] qxl_driver: remove another outb
Alon Levy
alevy at redhat.com
Tue Apr 10 04:50:05 PDT 2012
---
src/qxl_driver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/qxl_driver.c b/src/qxl_driver.c
index 6ffbfa9..a4c5912 100644
--- a/src/qxl_driver.c
+++ b/src/qxl_driver.c
@@ -950,7 +950,7 @@ qxl_leave_vt(int scrnIndex, int flags)
qxl->vt_surfaces = qxl_surface_cache_evacuate_all (qxl->surface_cache);
- outb(qxl->io_base + QXL_IO_RESET, 0);
+ qxlhw_device_reset(qxl->hw);
qxlhw_restore_state(qxl->hw, pScrn);
}
--
1.7.9.3
More information about the Spice-devel
mailing list