summaryrefslogtreecommitdiff
path: root/qemu-common.h
AgeCommit message (Expand)AuthorFilesLines
2012-08-15block: Enable qemu_open/close to work with fd setsCorey Bryant1-0/+1
2012-08-15block: Convert close calls to qemu_closeCorey Bryant1-0/+1
2012-08-13Merge remote-tracking branch 'quintela/migration-next-20120808' into stagingAnthony Liguori1-0/+21
2012-08-09iscsi: Pick default initiator-name based on the name of the VMRonnie Sahlberg1-0/+1
2012-08-08Add uleb encoding/decoding functionsOrit Wasserman1-0/+8
2012-08-08Add cache handling functionsOrit Wasserman1-0/+13
2012-08-03Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori1-2/+1
2012-08-02Support 'help' as a synonym for '?' in command line optionsPeter Maydell1-0/+18
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi1-1/+1
2012-08-01net: Remove VLANStateStefan Hajnoczi1-1/+0
2012-07-26cutils: add strpadcpy()Dmitry Fleytman1-0/+1
2012-07-21cpus.c: Make all_cpu_threads_idle() staticPeter Maydell1-1/+0
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