summaryrefslogtreecommitdiffstats
path: root/qemu-common.h
Commit message (Expand)AuthorAgeFilesLines
* qemu-common: add QEMU_ALIGN_DOWN() and QEMU_ALIGN_UP() macrosStefan Hajnoczi2011-12-051-0/+6
* Move filedescriptor parsing code from net.c into qemu_parse_fd()Stefan Berger2011-11-011-0/+1
* main-loop: create main-loop.cPaolo Bonzini2011-10-211-3/+0
* main-loop: create main-loop.hPaolo Bonzini2011-10-211-30/+0
* qemu-timer: move icount to cpus.cPaolo Bonzini2011-10-211-0/+4
* core: remove qemu_service_ioFrediano Ziglio2011-09-231-3/+0
* Remove qemu_malloc/qemu_freeAnthony Liguori2011-08-201-6/+0
* Make glib mandatory and fixup utils appropriatelyAnthony Liguori2011-08-201-0/+1
* Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2011-08-081-0/+2
|\
| * qemu: Add strtosz_suffix_unit functionJoerg Roedel2011-08-051-0/+2
* | Avoid allocating TCG resources in non-TCG modeJan Kiszka2011-08-051-1/+4
|/
* Merge remote-tracking branch 'kraxel/usb.22' into stagingAnthony Liguori2011-08-041-0/+1
|\
| * move QEMUSGList typedefGerd Hoffmann2011-08-041-0/+1
* | async: Remove AsyncContextKevin Wolf2011-08-021-4/+0
|/
* move WORDS_ALIGNED to qemu-common.hPaolo Bonzini2011-07-291-0/+4
* Wrap recv to avoid warningsBlue Swirl2011-07-251-0/+6
* Introduce compiler.h header fileLuiz Capitulino2011-07-211-24/+1
* Remove unneeded setjmp.h (fix compilation on Debian "lenny")Stefan Weil2011-07-121-1/+0
* w32: Remove redundant definitions of PRI*64Stefan Weil2011-06-241-5/+0
* cocoa: Provide central qemu_main() prototypeAndreas Färber2011-06-141-0/+5
* Fix compilation warning due to missing header for sigactionAlexandre Raymond2011-06-081-0/+1
* Add documentation for qemu_progress_{init,print}()Jes Sorensen2011-05-181-1/+1
* w32: Fix missing declaration of ffs()Stefan Weil2011-05-151-5/+0
* Move generic or OS function declarations to qemu-common.hBlue Swirl2011-04-151-0/+19
* enable vm_clock to "warp" in the iothread+icount casePaolo Bonzini2011-04-151-0/+1
* qemu-img: Initial progress printing supportJes Sorensen2011-04-071-0/+4
* add a service to reap zombies, use it in SLIRPPaolo Bonzini2011-03-291-0/+1
* extract I/O handler lists to iohandler.cPaolo Bonzini2011-03-291-0/+3
* x86: Refine error reporting of MCE injection servicesJan Kiszka2011-03-151-3/+3
* Refactor thread retrieval and checkJan Kiszka2011-03-131-1/+1
* WIN32: Add missing include for 'struct timeval', used in vnc.hHervé Poussineau2011-03-061-0/+1
* Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2011-02-161-0/+2
|\
| * QCOW2: bug fix - read base image beyond its sizeChunqiang Tang2011-02-101-0/+2
* | Introduce VCPU self-signaling serviceJan Kiszka2011-02-141-0/+1
|/
* blockdev: Move BlockInterfaceType from qemu-common.h to blockdev.hMarkus Armbruster2011-01-311-6/+0
* Add documentation for STRTOSZ_DEFSUFFIX_ macrosJes Sorensen2011-01-311-0/+7
* Make strtosz() return int64_t instead of ssize_tJes Sorensen2011-01-241-2/+2
* Delete useless 'extern' qualifiers for functionsBlue Swirl2011-01-231-1/+1
* Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno2010-12-271-0/+3
|\
| * vnc: support password expireGerd Hoffmann2010-12-091-0/+3
* | Introduce strtosz_suffix()Jes Sorensen2010-12-171-0/+7
|/
* pcie/aer: helper functions for pcie aer capabilityIsaku Yamahata2010-11-221-0/+3
* Introduce strtosz() library function to convert a string to a byte count.Jes Sorensen2010-11-031-0/+1
* Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori2010-11-011-0/+4
|\
| * 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
OpenPOWER on IntegriCloud