index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
framebuffer.c
Age
Commit message (
Expand
)
Author
2013-04-08
hw: move display devices to hw/display/, configure via default-configs/
Paolo Bonzini
2013-03-18
console: stop using DisplayState in gfx hardware emulation
Gerd Hoffmann
2013-03-01
hw: include hw header files with full paths
Paolo Bonzini
2012-12-19
ui: move files to ui/ and include/ui/
Paolo Bonzini
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-05
cleanup useless return sentence
Amos Kong
2012-08-15
framebuffer: Fix spelling in comment (leight -> height)
Stefan Weil
2012-02-11
Fix memory dirty getting API change fallout
Blue Swirl
2012-02-04
memory: change dirty getting API to take a size
Blue Swirl
2012-01-13
prepare for future GPLv2+ relicensing
Paolo Bonzini
2011-12-20
framebuffer: drop use of cpu_physical_sync_dirty_bitmap()
Avi Kivity
2011-12-20
framebuffer: drop use of cpu_get_physical_page_desc()
Avi Kivity
2011-07-04
pxa2xx_lcd: add proper rotation support
Vasily Khoruzhick
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
Get rid of _t suffix
malc
2009-05-22
kvm: Fix framebuffer dirty log sync
Jan Kiszka
2009-04-01
Implement and use shared memory framebuffer device rendering reoutine.
pbrook