aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't leak file descriptorsKevin Wolf2009-12-031-0/+7
* pci: move typedef, PCIHostState, PCIExpressHost to qemu-common.h.Isaku Yamahata2009-12-011-0/+2
* BCD cleanupPaul Brook2009-11-221-0/+11
* Introduce contexts for asynchronous callbacksKevin Wolf2009-10-271-0/+4
* Split out bottom halvesKevin Wolf2009-10-271-0/+1
* net: add macaddr type.Gerd Hoffmann2009-10-271-0/+1
* Suppress warnings about 'warn_unused_result' attribute directiveBlue Swirl2009-10-181-0/+5
* net: refactor packet queueing codeMark McLoughlin2009-10-151-0/+1
* unlock iothread mutex before running kvm ioctlGlauber Costa2009-10-121-0/+3
* block: use fdatasync instead of fsync if possibleChristoph Hellwig2009-09-111-0/+1
* Add bdrv_aio_multiwriteKevin Wolf2009-09-111-0/+1
* user: compile path.c only onceBlue Swirl2009-08-151-0/+4
* Define ENOTSUP anywhere it isn't definedAnthony Liguori2009-07-281-1/+1
* define ENOTSUP the same that the other errorsJuan Quintela2009-07-271-2/+3
* rename HAVE_IOVEC to CONFIG_IOVECJuan Quintela2009-07-271-2/+2
* define MAP_ANONYMOUS if it is not defined in qemu-common.hJuan Quintela2009-07-271-1/+3
* Revert "support colon in filenames"Anthony Liguori2009-07-091-1/+0
* Fix missing strnlen problemsBlue Swirl2009-07-011-0/+1
* support colon in filenamesRam Pai2009-06-291-0/+1
* SSP bus frameworkPaul Brook2009-05-141-0/+1
* Basic qdev infrastructure.Paul Brook2009-05-141-0/+1
* Constructor supportAnthony Liguori2009-05-141-0/+2
* Include assert.h from qemu-common.hPaul Brook2009-05-131-0/+1
* Follow coding conventionsPaul Brook2009-05-101-1/+4
* qemu: introduce qemu_cpu_kick (Marcelo Tosatti)aliguori2009-04-241-0/+4
* qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori2009-04-241-0/+6
* qemu: create helper for event notification (Marcelo Tosatti)aliguori2009-04-241-0/+3
* add qemu_iovec_init_external (Christoph Hellwig)aliguori2009-03-281-0/+1
* DisplayAllocator interface (Stefano Stabellini)aliguori2009-03-131-0/+1
* Fix windows build and clean up use of <windows.h>aliguori2009-03-081-6/+0
* monitor: Rework API (Jan Kiszka)aliguori2009-03-051-0/+3
* Add qemu_iovec_reset() (Avi Kivity)aliguori2009-02-051-0/+1
* Replace noreturn with QEMU_NORETURNmalc2009-02-011-3/+3
* qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman)aliguori2009-01-261-1/+2
* I/O vector helpers (Avi Kivity)aliguori2009-01-221-0/+12
* DisplayState interface change (Stefano Stabellini)aliguori2009-01-151-0/+3
* Fix Windows build (Hervé Poussineau)aliguori2009-01-151-3/+6
* Add noreturn function attributeblueswir12009-01-141-3/+11
* Rename fls to qemu_flsblueswir12008-12-111-1/+1
* The configure test for struct iovec #includes <sys/uio.h> but qemu-common.h d...blueswir12008-12-061-0/+2
* Make struct iovec universally availablealiguori2008-12-051-1/+9
* Introduce fls() helperaliguori2008-12-041-0/+1
* Attached patch fixes a series of this warningblueswir12008-11-161-0/+16
* Include <strings.h> for ffs().balrog2008-11-121-0/+1
* sockets: helper functions for qemu (Gerd Hoffman)aliguori2008-11-111-0/+1
* Add qemu_strndup: qemu_strdup with length limit.balrog2008-11-091-0/+1
* Revert r5532, r5536 and a piece of r5531.balrog2008-11-081-1/+0
* Clarify qemu_bh_schedule_idle() usagealiguori2008-10-311-0/+6
* Make bottom halves more robustaliguori2008-10-311-0/+1
* Replace uses of strndup (a GNU extension) with Qemu pstrdupblueswir12008-10-251-0/+1