aboutsummaryrefslogtreecommitdiff
path: root/qemu-common.h
AgeCommit message (Expand)Author
2012-06-21qdev-properties: Introduce pci-host-devaddr.Anthony PERARD
2012-06-15Un-inline fdctrl_init_isa()Markus Armbruster
2012-06-03Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2012-05-16Introduce MSIMessage structureJan Kiszka
2012-05-10declare ECANCELED on all machinesPaolo Bonzini
2012-04-10Merge commit 'ff71f2e8cacefae99179993204172bc65e4303df' into stagingAnthony Liguori
2012-03-30qtest: add C version of test infrastructureAnthony Liguori
2012-03-19cleanup obsolete typedefJoshua Housh
2012-03-16shpc: standard hot plug controllerMichael S. Tsirkin
2012-03-11w64: Don't redefine lseek, ftruncateStefan Weil
2012-02-28Move definition of HOST_LONG_BITS to qemu-common.hStefan Weil
2012-02-09cutils: extract buffer_is_zero() from qemu-img.cStefan Hajnoczi
2012-02-07qdev: remove print/parse methods from LostTickPolicy propertiesPaolo Bonzini
2012-02-01qdev: Introduce lost tick policy propertyJan Kiszka
2011-12-22sheepdog: move coroutine send/recv function to generic codePaolo Bonzini
2011-12-21add qemu_send_full and qemu_recv_fullPaolo Bonzini
2011-12-20isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...Hervé Poussineau
2011-12-05qemu-common: add QEMU_ALIGN_DOWN() and QEMU_ALIGN_UP() macrosStefan Hajnoczi
2011-11-01Move filedescriptor parsing code from net.c into qemu_parse_fd()Stefan Berger
2011-10-21main-loop: create main-loop.cPaolo Bonzini
2011-10-21main-loop: create main-loop.hPaolo Bonzini
2011-10-21qemu-timer: move icount to cpus.cPaolo Bonzini
2011-09-23core: remove qemu_service_ioFrediano Ziglio
2011-08-20Remove qemu_malloc/qemu_freeAnthony Liguori
2011-08-20Make glib mandatory and fixup utils appropriatelyAnthony Liguori
2011-08-08Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2011-08-05Avoid allocating TCG resources in non-TCG modeJan Kiszka
2011-08-05qemu: Add strtosz_suffix_unit functionJoerg Roedel
2011-08-04Merge remote-tracking branch 'kraxel/usb.22' into stagingAnthony Liguori
2011-08-04move QEMUSGList typedefGerd Hoffmann
2011-08-02async: Remove AsyncContextKevin Wolf
2011-07-29move WORDS_ALIGNED to qemu-common.hPaolo Bonzini
2011-07-25Wrap recv to avoid warningsBlue Swirl
2011-07-21Introduce compiler.h header fileLuiz Capitulino
2011-07-12Remove unneeded setjmp.h (fix compilation on Debian "lenny")Stefan Weil
2011-06-24w32: Remove redundant definitions of PRI*64Stefan Weil
2011-06-14cocoa: Provide central qemu_main() prototypeAndreas Färber
2011-06-08Fix compilation warning due to missing header for sigactionAlexandre Raymond
2011-05-18Add documentation for qemu_progress_{init,print}()Jes Sorensen
2011-05-15w32: Fix missing declaration of ffs()Stefan Weil
2011-04-15Move generic or OS function declarations to qemu-common.hBlue Swirl
2011-04-15enable vm_clock to "warp" in the iothread+icount casePaolo Bonzini
2011-04-07qemu-img: Initial progress printing supportJes Sorensen
2011-03-29add a service to reap zombies, use it in SLIRPPaolo Bonzini
2011-03-29extract I/O handler lists to iohandler.cPaolo Bonzini
2011-03-15x86: Refine error reporting of MCE injection servicesJan Kiszka
2011-03-13Refactor thread retrieval and checkJan Kiszka
2011-03-06WIN32: Add missing include for 'struct timeval', used in vnc.hHervé Poussineau
2011-02-16Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
2011-02-14Introduce VCPU self-signaling serviceJan Kiszka