aboutsummaryrefslogtreecommitdiff
path: root/qemu-common.h
AgeCommit message (Expand)Author
2010-03-19rename IOCanRWHandler to IOCanReadHandlerJuan Quintela
2010-03-17split out qemu-timer.cPaolo Bonzini
2010-02-22Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2010-02-19Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori
2010-02-18get rid of hostregs_helper.hPaolo Bonzini
2010-02-17use eventfd for iothreadPaolo Bonzini
2010-02-14pci: move pcibus_t to qemu-commonMichael S. Tsirkin
2010-01-26block: avoid creating too large iovecs in multiwrite_mergeChristoph Hellwig
2010-01-26force to test result for qemu_write_full()Juan Quintela
2010-01-26Introduce qemu_write_full()Kirill A. Shutemov
2010-01-19Fix QEMU_WARN_UNUSED_RESULTKevin Wolf
2009-12-03Don't leak file descriptorsKevin Wolf
2009-12-01pci: move typedef, PCIHostState, PCIExpressHost to qemu-common.h.Isaku Yamahata
2009-11-22BCD cleanupPaul Brook
2009-10-27Introduce contexts for asynchronous callbacksKevin Wolf
2009-10-27Split out bottom halvesKevin Wolf
2009-10-27net: add macaddr type.Gerd Hoffmann
2009-10-18Suppress warnings about 'warn_unused_result' attribute directiveBlue Swirl
2009-10-15net: refactor packet queueing codeMark McLoughlin
2009-10-12unlock iothread mutex before running kvm ioctlGlauber Costa
2009-09-11block: use fdatasync instead of fsync if possibleChristoph Hellwig
2009-09-11Add bdrv_aio_multiwriteKevin Wolf
2009-08-15user: compile path.c only onceBlue Swirl
2009-07-28Define ENOTSUP anywhere it isn't definedAnthony Liguori
2009-07-27define ENOTSUP the same that the other errorsJuan Quintela
2009-07-27rename HAVE_IOVEC to CONFIG_IOVECJuan Quintela
2009-07-27define MAP_ANONYMOUS if it is not defined in qemu-common.hJuan Quintela
2009-07-09Revert "support colon in filenames"Anthony Liguori
2009-07-01Fix missing strnlen problemsBlue Swirl
2009-06-29support colon in filenamesRam Pai
2009-05-14SSP bus frameworkPaul Brook
2009-05-14Basic qdev infrastructure.Paul Brook
2009-05-14Constructor supportAnthony Liguori
2009-05-13Include assert.h from qemu-common.hPaul Brook
2009-05-10Follow coding conventionsPaul Brook
2009-04-24qemu: introduce qemu_cpu_kick (Marcelo Tosatti)aliguori
2009-04-24qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori
2009-04-24qemu: create helper for event notification (Marcelo Tosatti)aliguori
2009-03-28add qemu_iovec_init_external (Christoph Hellwig)aliguori
2009-03-13DisplayAllocator interface (Stefano Stabellini)aliguori
2009-03-08Fix windows build and clean up use of <windows.h>aliguori
2009-03-05monitor: Rework API (Jan Kiszka)aliguori
2009-02-05Add qemu_iovec_reset() (Avi Kivity)aliguori
2009-02-01Replace noreturn with QEMU_NORETURNmalc
2009-01-26qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman)aliguori
2009-01-22I/O vector helpers (Avi Kivity)aliguori
2009-01-15DisplayState interface change (Stefano Stabellini)aliguori
2009-01-15Fix Windows build (Hervé Poussineau)aliguori
2009-01-14Add noreturn function attributeblueswir1
2008-12-11Rename fls to qemu_flsblueswir1