summaryrefslogtreecommitdiff
path: root/qemu-common.h
AgeCommit message (Expand)AuthorFilesLines
2012-11-15osdep: Move qemu_{open,close}() prototypesAndreas Färber1-2/+0
2012-11-15Move qemu_irq typedef out of qemu-common.hIgor Mammedov1-1/+0
2012-11-15qemu-common.h: Comment about usage rulesEduardo Habkost1-1/+10
2012-11-01Merge remote-tracking branch 'kraxel/pixman.v3' into stagingAnthony Liguori1-3/+1
2012-11-01Merge remote-tracking branch 'bonzini/threadpool' into stagingAnthony Liguori1-2/+1
2012-11-01console: remove DisplayAllocatorGerd Hoffmann1-1/+0
2012-11-01console: s/TextConsole/QemuConsole/Gerd Hoffmann1-2/+1
2012-10-31cpus: Pass CPUState to qemu_cpu_kick()Andreas Färber1-1/+0
2012-10-31cpus: Pass CPUState to qemu_cpu_is_self()Andreas Färber1-1/+0
2012-10-30aio: clean up now-unused functionsPaolo Bonzini1-1/+0
2012-10-30aio: introduce AioContext, move bottom halves therePaolo Bonzini1-0/+1
2012-10-30fdsets: use weak aliases instead of qemu-tool.c/qemu-user.cPaolo Bonzini1-1/+0
2012-10-05qemu-sockets: Fix compiler warning (regression for MinGW)Stefan Weil1-1/+9
2012-09-23net/socket: Fix compiler warning (regression for MinGW)Stefan Weil1-0/+5
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