summaryrefslogtreecommitdiff
path: root/qemu-common.h
AgeCommit message (Expand)AuthorFilesLines
2012-07-09Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori1-31/+25
2012-06-29Add MigrationParams structureIsaku Yamahata1-0/+1
2012-06-21qdev-properties: Introduce pci-host-devaddr.Anthony PERARD1-0/+7
2012-06-15Un-inline fdctrl_init_isa()Markus Armbruster1-0/+1
2012-06-11cleanup qemu_co_sendv(), qemu_co_recvv() and friendsMichael Tokarev1-20/+17
2012-06-11rename qemu_sendv to iov_send, change proto and move declarations to iov.hMichael Tokarev1-3/+0
2012-06-11change qemu_iovec_to_buf() to match other to,from_buf functionsMichael Tokarev1-1/+2
2012-06-11consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistentMichael Tokarev1-3/+2
2012-06-11allow qemu_iovec_from_buffer() to specify offset from which to start copyingMichael Tokarev1-1/+2
2012-06-11consolidate qemu_iovec_memset{,_skip}() into single function and use existing...Michael Tokarev1-3/+2
2012-06-03Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-0/+1
2012-05-16Introduce MSIMessage structureJan Kiszka1-0/+1
2012-05-10declare ECANCELED on all machinesPaolo Bonzini1-0/+3
2012-04-10Merge commit 'ff71f2e8cacefae99179993204172bc65e4303df' into stagingAnthony Liguori1-0/+1
2012-03-30qtest: add C version of test infrastructureAnthony Liguori1-1/+0
2012-03-19cleanup obsolete typedefJoshua Housh1-1/+0
2012-03-16shpc: standard hot plug controllerMichael S. Tsirkin1-0/+1
2012-03-11w64: Don't redefine lseek, ftruncateStefan Weil1-2/+6
2012-02-28Move definition of HOST_LONG_BITS to qemu-common.hStefan Weil1-0/+9
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