[Qemu-devel] [PATCH 3/4] qxl: simplify page dirtying

2013-09-19 Thread Gerd Hoffmann
No need to do target page size calculations here, memory_region_set_dirty will care for us. Signed-off-by: Gerd Hoffmann --- hw/display/qxl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hw/display/qxl.c b/hw/display/qxl.c index bcbf97a..ee2db0d 100644 --- a/hw/display/q

[Qemu-devel] [PATCH 3/4] qxl: simplify page dirtying

2013-09-11 Thread Gerd Hoffmann
No need to do target page size calculations here, memory_region_set_dirty will care for us. Signed-off-by: Gerd Hoffmann --- hw/display/qxl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hw/display/qxl.c b/hw/display/qxl.c index bcbf97a..ee2db0d 100644 --- a/hw/display/q