aboutsummaryrefslogtreecommitdiff
path: root/qemu-common.h
AgeCommit message (Expand)Author
2012-11-01Merge remote-tracking branch 'kraxel/pixman.v3' into stagingAnthony Liguori
2012-11-01Merge remote-tracking branch 'bonzini/threadpool' into stagingAnthony Liguori
2012-11-01console: remove DisplayAllocatorGerd Hoffmann
2012-11-01console: s/TextConsole/QemuConsole/Gerd Hoffmann
2012-10-31cpus: Pass CPUState to qemu_cpu_kick()Andreas Färber
2012-10-31cpus: Pass CPUState to qemu_cpu_is_self()Andreas Färber
2012-10-30aio: clean up now-unused functionsPaolo Bonzini
2012-10-30aio: introduce AioContext, move bottom halves therePaolo Bonzini
2012-10-30fdsets: use weak aliases instead of qemu-tool.c/qemu-user.cPaolo Bonzini
2012-10-05qemu-sockets: Fix compiler warning (regression for MinGW)Stefan Weil
2012-09-23net/socket: Fix compiler warning (regression for MinGW)Stefan Weil
2012-08-15block: Enable qemu_open/close to work with fd setsCorey Bryant
2012-08-15block: Convert close calls to qemu_closeCorey Bryant
2012-08-13Merge remote-tracking branch 'quintela/migration-next-20120808' into stagingAnthony Liguori
2012-08-09iscsi: Pick default initiator-name based on the name of the VMRonnie Sahlberg
2012-08-08Add uleb encoding/decoding functionsOrit Wasserman
2012-08-08Add cache handling functionsOrit Wasserman
2012-08-03Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori
2012-08-02Support 'help' as a synonym for '?' in command line optionsPeter Maydell
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi
2012-08-01net: Remove VLANStateStefan Hajnoczi
2012-07-26cutils: add strpadcpy()Dmitry Fleytman
2012-07-21cpus.c: Make all_cpu_threads_idle() staticPeter Maydell
2012-07-09Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori
2012-06-29Add MigrationParams structureIsaku Yamahata
2012-06-21qdev-properties: Introduce pci-host-devaddr.Anthony PERARD
2012-06-15Un-inline fdctrl_init_isa()Markus Armbruster
2012-06-11cleanup qemu_co_sendv(), qemu_co_recvv() and friendsMichael Tokarev
2012-06-11rename qemu_sendv to iov_send, change proto and move declarations to iov.hMichael Tokarev
2012-06-11change qemu_iovec_to_buf() to match other to,from_buf functionsMichael Tokarev
2012-06-11consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistentMichael Tokarev
2012-06-11allow qemu_iovec_from_buffer() to specify offset from which to start copyingMichael Tokarev
2012-06-11consolidate qemu_iovec_memset{,_skip}() into single function and use existing...Michael Tokarev
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