summaryrefslogtreecommitdiffstats
path: root/qemu-common.h
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge branch 'pci' into for_anthonyMichael S. Tsirkin2010-10-271-0/+4
| |\
| | * pcie port: define struct PCIEPort/PCIESlot and helper functionsIsaku Yamahata2010-10-201-0/+2
| | * pcie: helper functions for pcie capability and extended capabilityIsaku Yamahata2010-10-191-0/+1
| | * pci_bridge: introduce pci bridge library.Isaku Yamahata2010-09-071-0/+1
* | | Consolidate oom_check() functionsJes Sorensen2010-10-301-0/+1
* | | Move qemu_gettimeofday() to OS specific filesJes Sorensen2010-10-301-0/+5
* | | Add fprintf_function for function pointers to fprintf-like functionsStefan Weil2010-10-301-0/+3
* | | Mov muldiv64 to qemu-common.h (Thus unbreaking gus)malc2010-10-301-0/+24
|/ /
* | qemu-timer: move commonly used timer code to qemu-timer-commonBlue Swirl2010-10-231-2/+0
* | Remove special handling of system include files (no longer needed)Stefan Weil2010-10-221-7/+0
* | Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil2010-10-031-2/+1
* | Move macros GCC_ATTR and GCC_FMT_ATTR to common header fileStefan Weil2010-09-221-0/+16
* | cutils: qemu_iovec_copy and qemu_iovec_memsetKevin Wolf2010-09-211-0/+3
* | Rearrange block headersBlue Swirl2010-08-241-0/+7
|/
* apic: qdev conversion cleanupBlue Swirl2010-06-191-1/+1
* cow: stop using mmapChristoph Hellwig2010-06-151-3/+0
* Move stdbool.hPaul Brook2010-06-131-0/+1
* port qemu-kvm's on_vcpu codeMarcelo Tosatti2010-05-111-0/+8
* virtio: move typedef to qemu-commonMichael S. Tsirkin2010-04-011-0/+1
* notifier: event notifier implementationMichael S. Tsirkin2010-04-011-0/+1
* Compile qemu-timer only onceBlue Swirl2010-03-291-4/+4
* Move cpu_exec_init_all() declaration to qemu-common.hBlue Swirl2010-03-291-0/+2
* rename IOCanRWHandler to IOCanReadHandlerJuan Quintela2010-03-191-1/+1
* split out qemu-timer.cPaolo Bonzini2010-03-171-0/+1
* Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2010-02-221-0/+1
|\
| * use eventfd for iothreadPaolo Bonzini2010-02-171-0/+1
* | Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori2010-02-191-0/+2
|\ \
| * | pci: move pcibus_t to qemu-commonMichael S. Tsirkin2010-02-141-0/+2
| |/
* | get rid of hostregs_helper.hPaolo Bonzini2010-02-181-0/+2
|/
* block: avoid creating too large iovecs in multiwrite_mergeChristoph Hellwig2010-01-261-0/+4
* force to test result for qemu_write_full()Juan Quintela2010-01-261-1/+2
* Introduce qemu_write_full()Kirill A. Shutemov2010-01-261-0/+1
* Fix QEMU_WARN_UNUSED_RESULTKevin Wolf2010-01-191-1/+2
* 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
OpenPOWER on IntegriCloud