aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-common.h
AgeCommit message (Expand)AuthorFilesLines
2009-01-22I/O vector helpers (Avi Kivity)aliguori1-0/+12
2009-01-15DisplayState interface change (Stefano Stabellini)aliguori1-0/+3
2009-01-15Fix Windows build (Hervé Poussineau)aliguori1-3/+6
2009-01-14Add noreturn function attributeblueswir11-3/+11
2008-12-11Rename fls to qemu_flsblueswir11-1/+1
2008-12-06The configure test for struct iovec #includes <sys/uio.h> but qemu-common.h d...blueswir11-0/+2
2008-12-05Make struct iovec universally availablealiguori1-1/+9
2008-12-04Introduce fls() helperaliguori1-0/+1
2008-11-16Attached patch fixes a series of this warningblueswir11-0/+16
2008-11-12Include <strings.h> for ffs().balrog1-0/+1
2008-11-11sockets: helper functions for qemu (Gerd Hoffman)aliguori1-0/+1
2008-11-09Add qemu_strndup: qemu_strdup with length limit.balrog1-0/+1
2008-11-08Revert r5532, r5536 and a piece of r5531.balrog1-1/+0
2008-10-31Clarify qemu_bh_schedule_idle() usagealiguori1-0/+6
2008-10-31Make bottom halves more robustaliguori1-0/+1
2008-10-25Replace uses of strndup (a GNU extension) with Qemu pstrdupblueswir11-0/+1
2008-10-08Fix IO performance regression in sparcaliguori1-0/+3
2008-09-28Add a "null" bluetooth HCI and a header file for bluetooth.balrog1-0/+1
2008-08-06Add qemu_realloc(), by Gerd Hoffmann.ths1-0/+1
2008-07-01Implement resolution switching in common console code.pbrook1-0/+1
2008-06-30Move CPU save/load registration to common code.pbrook1-0/+4
2008-04-11Remove osdep.c/qemu-img code duplicationaurel321-0/+8
2008-02-17Unify RTCs that use host time, fix M48t59 alarm.balrog1-0/+3
2007-12-17Use WIN32_LEAN_AND_MEAN, by Stefan Weil.ths1-0/+1
2007-11-19Avoid duplicated definitions: move common definitions from exec-all.hj_mayer1-31/+0
2007-11-17Break up vl.h.pbrook1-0/+71
2007-11-11Split block API from vl.h.pbrook1-0/+83