Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kvm: Fix framebuffer dirty log sync | Jan Kiszka | 2009-05-22 | 1 | -4/+1![]() |
| | | | | | | | | | 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> | ||||
* | Implement and use shared memory framebuffer device rendering reoutine. | pbrook | 2009-04-01 | 1 | -0/+119 |
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 |