aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-common.h
AgeCommit message (Expand)AuthorFilesLines
2009-08-15user: compile path.c only onceBlue Swirl1-0/+4
2009-07-28Define ENOTSUP anywhere it isn't definedAnthony Liguori1-1/+1
2009-07-27define ENOTSUP the same that the other errorsJuan Quintela1-2/+3
2009-07-27rename HAVE_IOVEC to CONFIG_IOVECJuan Quintela1-2/+2
2009-07-27define MAP_ANONYMOUS if it is not defined in qemu-common.hJuan Quintela1-1/+3
2009-07-09Revert "support colon in filenames"Anthony Liguori1-1/+0
2009-07-01Fix missing strnlen problemsBlue Swirl1-0/+1
2009-06-29support colon in filenamesRam Pai1-0/+1
2009-05-14SSP bus frameworkPaul Brook1-0/+1
2009-05-14Basic qdev infrastructure.Paul Brook1-0/+1
2009-05-14Constructor supportAnthony Liguori1-0/+2
2009-05-13Include assert.h from qemu-common.hPaul Brook1-0/+1
2009-05-10Follow coding conventionsPaul Brook1-1/+4
2009-04-24qemu: introduce qemu_cpu_kick (Marcelo Tosatti)aliguori1-0/+4
2009-04-24qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori1-0/+6
2009-04-24qemu: create helper for event notification (Marcelo Tosatti)aliguori1-0/+3
2009-03-28add qemu_iovec_init_external (Christoph Hellwig)aliguori1-0/+1
2009-03-13DisplayAllocator interface (Stefano Stabellini)aliguori1-0/+1
2009-03-08Fix windows build and clean up use of <windows.h>aliguori1-6/+0
2009-03-05monitor: Rework API (Jan Kiszka)aliguori1-0/+3
2009-02-05Add qemu_iovec_reset() (Avi Kivity)aliguori1-0/+1
2009-02-01Replace noreturn with QEMU_NORETURNmalc1-3/+3
2009-01-26qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman)aliguori1-1/+2
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