index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu-common.h
Age
Commit message (
Expand
)
Author
2009-03-28
add qemu_iovec_init_external (Christoph Hellwig)
aliguori
2009-03-13
DisplayAllocator interface (Stefano Stabellini)
aliguori
2009-03-08
Fix windows build and clean up use of <windows.h>
aliguori
2009-03-05
monitor: Rework API (Jan Kiszka)
aliguori
2009-02-05
Add qemu_iovec_reset() (Avi Kivity)
aliguori
2009-02-01
Replace noreturn with QEMU_NORETURN
malc
2009-01-26
qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman)
aliguori
2009-01-22
I/O vector helpers (Avi Kivity)
aliguori
2009-01-15
DisplayState interface change (Stefano Stabellini)
aliguori
2009-01-15
Fix Windows build (Hervé Poussineau)
aliguori
2009-01-14
Add noreturn function attribute
blueswir1
2008-12-11
Rename fls to qemu_fls
blueswir1
2008-12-06
The configure test for struct iovec #includes <sys/uio.h> but qemu-common.h d...
blueswir1
2008-12-05
Make struct iovec universally available
aliguori
2008-12-04
Introduce fls() helper
aliguori
2008-11-16
Attached patch fixes a series of this warning
blueswir1
2008-11-12
Include <strings.h> for ffs().
balrog
2008-11-11
sockets: helper functions for qemu (Gerd Hoffman)
aliguori
2008-11-09
Add qemu_strndup: qemu_strdup with length limit.
balrog
2008-11-08
Revert r5532, r5536 and a piece of r5531.
balrog
2008-10-31
Clarify qemu_bh_schedule_idle() usage
aliguori
2008-10-31
Make bottom halves more robust
aliguori
2008-10-25
Replace uses of strndup (a GNU extension) with Qemu pstrdup
blueswir1
2008-10-08
Fix IO performance regression in sparc
aliguori
2008-09-28
Add a "null" bluetooth HCI and a header file for bluetooth.
balrog
2008-08-06
Add qemu_realloc(), by Gerd Hoffmann.
ths
2008-07-01
Implement resolution switching in common console code.
pbrook
2008-06-30
Move CPU save/load registration to common code.
pbrook
2008-04-11
Remove osdep.c/qemu-img code duplication
aurel32
2008-02-17
Unify RTCs that use host time, fix M48t59 alarm.
balrog
2007-12-17
Use WIN32_LEAN_AND_MEAN, by Stefan Weil.
ths
2007-11-19
Avoid duplicated definitions: move common definitions from exec-all.h
j_mayer
2007-11-17
Break up vl.h.
pbrook
2007-11-11
Split block API from vl.h.
pbrook