Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-22 | kvm: Fix framebuffer dirty log sync | Jan Kiszka | |
kvm_physical_sync_dirty_bitmap() takes the end address as second argument, not the region size. Moverover, the kvm API should not be used directly here, but cpu_physical_sync_dirty_bitmap(). Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> | |||
2009-04-01 | Implement and use shared memory framebuffer device rendering reoutine. | pbrook | |
Use DMA mapping API. Signed-off-by: Paul Brook <paul@codesourcery.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6965 c046a42c-6fe2-441c-8c8c-71466251a162 |