aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-common.h
AgeCommit message (Expand)AuthorFilesLines
2012-02-09cutils: extract buffer_is_zero() from qemu-img.cStefan Hajnoczi1-0/+2
2012-02-07qdev: remove print/parse methods from LostTickPolicy propertiesPaolo Bonzini1-0/+1
2012-02-01qdev: Introduce lost tick policy propertyJan Kiszka1-0/+7
2011-12-22sheepdog: move coroutine send/recv function to generic codePaolo Bonzini1-1/+31
2011-12-21add qemu_send_full and qemu_recv_fullPaolo Bonzini1-0/+4
2011-12-20isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...Hervé Poussineau1-0/+1
2011-12-05qemu-common: add QEMU_ALIGN_DOWN() and QEMU_ALIGN_UP() macrosStefan Hajnoczi1-0/+6
2011-11-01Move filedescriptor parsing code from net.c into qemu_parse_fd()Stefan Berger1-0/+1
2011-10-21main-loop: create main-loop.cPaolo Bonzini1-3/+0
2011-10-21main-loop: create main-loop.hPaolo Bonzini1-30/+0
2011-10-21qemu-timer: move icount to cpus.cPaolo Bonzini1-0/+4
2011-09-23core: remove qemu_service_ioFrediano Ziglio1-3/+0
2011-08-20Remove qemu_malloc/qemu_freeAnthony Liguori1-6/+0
2011-08-20Make glib mandatory and fixup utils appropriatelyAnthony Liguori1-0/+1
2011-08-08Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-0/+2
2011-08-05Avoid allocating TCG resources in non-TCG modeJan Kiszka1-1/+4
2011-08-05qemu: Add strtosz_suffix_unit functionJoerg Roedel1-0/+2
2011-08-04Merge remote-tracking branch 'kraxel/usb.22' into stagingAnthony Liguori1-0/+1
2011-08-04move QEMUSGList typedefGerd Hoffmann1-0/+1
2011-08-02async: Remove AsyncContextKevin Wolf1-4/+0
2011-07-29move WORDS_ALIGNED to qemu-common.hPaolo Bonzini1-0/+4
2011-07-25Wrap recv to avoid warningsBlue Swirl1-0/+6
2011-07-21Introduce compiler.h header fileLuiz Capitulino1-24/+1
2011-07-12Remove unneeded setjmp.h (fix compilation on Debian "lenny")Stefan Weil1-1/+0
2011-06-24w32: Remove redundant definitions of PRI*64Stefan Weil1-5/+0
2011-06-14cocoa: Provide central qemu_main() prototypeAndreas Färber1-0/+5
2011-06-08Fix compilation warning due to missing header for sigactionAlexandre Raymond1-0/+1
2011-05-18Add documentation for qemu_progress_{init,print}()Jes Sorensen1-1/+1
2011-05-15w32: Fix missing declaration of ffs()Stefan Weil1-5/+0
2011-04-15Move generic or OS function declarations to qemu-common.hBlue Swirl1-0/+19
2011-04-15enable vm_clock to "warp" in the iothread+icount casePaolo Bonzini1-0/+1
2011-04-07qemu-img: Initial progress printing supportJes Sorensen1-0/+4
2011-03-29add a service to reap zombies, use it in SLIRPPaolo Bonzini1-0/+1
2011-03-29extract I/O handler lists to iohandler.cPaolo Bonzini1-0/+3
2011-03-15x86: Refine error reporting of MCE injection servicesJan Kiszka1-3/+3
2011-03-13Refactor thread retrieval and checkJan Kiszka1-1/+1
2011-03-06WIN32: Add missing include for 'struct timeval', used in vnc.hHervé Poussineau1-0/+1
2011-02-16Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori1-0/+2
2011-02-14Introduce VCPU self-signaling serviceJan Kiszka1-0/+1
2011-02-10QCOW2: bug fix - read base image beyond its sizeChunqiang Tang1-0/+2
2011-01-31blockdev: Move BlockInterfaceType from qemu-common.h to blockdev.hMarkus Armbruster1-6/+0
2011-01-31Add documentation for STRTOSZ_DEFSUFFIX_ macrosJes Sorensen1-0/+7
2011-01-24Make strtosz() return int64_t instead of ssize_tJes Sorensen1-2/+2
2011-01-23Delete useless 'extern' qualifiers for functionsBlue Swirl1-1/+1
2010-12-27Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno1-0/+3
2010-12-17Introduce strtosz_suffix()Jes Sorensen1-0/+7
2010-12-09vnc: support password expireGerd Hoffmann1-0/+3
2010-11-22pcie/aer: helper functions for pcie aer capabilityIsaku Yamahata1-0/+3
2010-11-03Introduce strtosz() library function to convert a string to a byte count.Jes Sorensen1-0/+1
2010-11-01Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori1-0/+4