aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-common.h
AgeCommit message (Expand)AuthorFilesLines
2010-10-03Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil1-2/+1
2010-09-22Move macros GCC_ATTR and GCC_FMT_ATTR to common header fileStefan Weil1-0/+16
2010-09-21cutils: qemu_iovec_copy and qemu_iovec_memsetKevin Wolf1-0/+3
2010-08-24Rearrange block headersBlue Swirl1-0/+7
2010-06-19apic: qdev conversion cleanupBlue Swirl1-1/+1
2010-06-15cow: stop using mmapChristoph Hellwig1-3/+0
2010-06-13Move stdbool.hPaul Brook1-0/+1
2010-05-11port qemu-kvm's on_vcpu codeMarcelo Tosatti1-0/+8
2010-04-01virtio: move typedef to qemu-commonMichael S. Tsirkin1-0/+1
2010-04-01notifier: event notifier implementationMichael S. Tsirkin1-0/+1
2010-03-29Compile qemu-timer only onceBlue Swirl1-4/+4
2010-03-29Move cpu_exec_init_all() declaration to qemu-common.hBlue Swirl1-0/+2
2010-03-19rename IOCanRWHandler to IOCanReadHandlerJuan Quintela1-1/+1
2010-03-17split out qemu-timer.cPaolo Bonzini1-0/+1
2010-02-22Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-0/+1
2010-02-19Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori1-0/+2
2010-02-18get rid of hostregs_helper.hPaolo Bonzini1-0/+2
2010-02-17use eventfd for iothreadPaolo Bonzini1-0/+1
2010-02-14pci: move pcibus_t to qemu-commonMichael S. Tsirkin1-0/+2
2010-01-26block: avoid creating too large iovecs in multiwrite_mergeChristoph Hellwig1-0/+4
2010-01-26force to test result for qemu_write_full()Juan Quintela1-1/+2
2010-01-26Introduce qemu_write_full()Kirill A. Shutemov1-0/+1
2010-01-19Fix QEMU_WARN_UNUSED_RESULTKevin Wolf1-1/+2
2009-12-03Don't leak file descriptorsKevin Wolf1-0/+7
2009-12-01pci: move typedef, PCIHostState, PCIExpressHost to qemu-common.h.Isaku Yamahata1-0/+2
2009-11-22BCD cleanupPaul Brook1-0/+11
2009-10-27Introduce contexts for asynchronous callbacksKevin Wolf1-0/+4
2009-10-27Split out bottom halvesKevin Wolf1-0/+1
2009-10-27net: add macaddr type.Gerd Hoffmann1-0/+1
2009-10-18Suppress warnings about 'warn_unused_result' attribute directiveBlue Swirl1-0/+5
2009-10-15net: refactor packet queueing codeMark McLoughlin1-0/+1
2009-10-12unlock iothread mutex before running kvm ioctlGlauber Costa1-0/+3
2009-09-11block: use fdatasync instead of fsync if possibleChristoph Hellwig1-0/+1
2009-09-11Add bdrv_aio_multiwriteKevin Wolf1-0/+1
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