summaryrefslogtreecommitdiffstats
path: root/qemu-common.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kraxel/pixman.v3' into stagingAnthony Liguori2012-11-011-3/+1
|\
| * console: remove DisplayAllocatorGerd Hoffmann2012-11-011-1/+0
| * console: s/TextConsole/QemuConsole/Gerd Hoffmann2012-11-011-2/+1
* | Merge remote-tracking branch 'bonzini/threadpool' into stagingAnthony Liguori2012-11-011-2/+1
|\ \
| * | aio: clean up now-unused functionsPaolo Bonzini2012-10-301-1/+0
| * | aio: introduce AioContext, move bottom halves therePaolo Bonzini2012-10-301-0/+1
| * | fdsets: use weak aliases instead of qemu-tool.c/qemu-user.cPaolo Bonzini2012-10-301-1/+0
| |/
* | cpus: Pass CPUState to qemu_cpu_kick()Andreas Färber2012-10-311-1/+0
* | cpus: Pass CPUState to qemu_cpu_is_self()Andreas Färber2012-10-311-1/+0
|/
* qemu-sockets: Fix compiler warning (regression for MinGW)Stefan Weil2012-10-051-1/+9
* net/socket: Fix compiler warning (regression for MinGW)Stefan Weil2012-09-231-0/+5
* block: Enable qemu_open/close to work with fd setsCorey Bryant2012-08-151-0/+1
* block: Convert close calls to qemu_closeCorey Bryant2012-08-151-0/+1
* Merge remote-tracking branch 'quintela/migration-next-20120808' into stagingAnthony Liguori2012-08-131-0/+21
|\
| * Add uleb encoding/decoding functionsOrit Wasserman2012-08-081-0/+8
| * Add cache handling functionsOrit Wasserman2012-08-081-0/+13
* | iscsi: Pick default initiator-name based on the name of the VMRonnie Sahlberg2012-08-091-0/+1
|/
* Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori2012-08-031-2/+1
|\
| * net: Rename VLANClientState to NetClientStateStefan Hajnoczi2012-08-011-1/+1
| * net: Remove VLANStateStefan Hajnoczi2012-08-011-1/+0
* | Support 'help' as a synonym for '?' in command line optionsPeter Maydell2012-08-021-0/+18
|/
* cutils: add strpadcpy()Dmitry Fleytman2012-07-261-0/+1
* cpus.c: Make all_cpu_threads_idle() staticPeter Maydell2012-07-211-1/+0
* Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori2012-07-091-31/+25
|\
| * cleanup qemu_co_sendv(), qemu_co_recvv() and friendsMichael Tokarev2012-06-111-20/+17
| * rename qemu_sendv to iov_send, change proto and move declarations to iov.hMichael Tokarev2012-06-111-3/+0
| * change qemu_iovec_to_buf() to match other to,from_buf functionsMichael Tokarev2012-06-111-1/+2
| * consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistentMichael Tokarev2012-06-111-3/+2
| * allow qemu_iovec_from_buffer() to specify offset from which to start copyingMichael Tokarev2012-06-111-1/+2
| * consolidate qemu_iovec_memset{,_skip}() into single function and use existing...Michael Tokarev2012-06-111-3/+2
* | Add MigrationParams structureIsaku Yamahata2012-06-291-0/+1
* | qdev-properties: Introduce pci-host-devaddr.Anthony PERARD2012-06-211-0/+7
* | Un-inline fdctrl_init_isa()Markus Armbruster2012-06-151-0/+1
|/
* Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2012-06-031-0/+1
|\
| * Introduce MSIMessage structureJan Kiszka2012-05-161-0/+1
* | declare ECANCELED on all machinesPaolo Bonzini2012-05-101-0/+3
|/
* Merge commit 'ff71f2e8cacefae99179993204172bc65e4303df' into stagingAnthony Liguori2012-04-101-0/+1
|\
| * shpc: standard hot plug controllerMichael S. Tsirkin2012-03-161-0/+1
* | qtest: add C version of test infrastructureAnthony Liguori2012-03-301-1/+0
* | cleanup obsolete typedefJoshua Housh2012-03-191-1/+0
|/
* w64: Don't redefine lseek, ftruncateStefan Weil2012-03-111-2/+6
* Move definition of HOST_LONG_BITS to qemu-common.hStefan Weil2012-02-281-0/+9
* cutils: extract buffer_is_zero() from qemu-img.cStefan Hajnoczi2012-02-091-0/+2
* qdev: remove print/parse methods from LostTickPolicy propertiesPaolo Bonzini2012-02-071-0/+1
* qdev: Introduce lost tick policy propertyJan Kiszka2012-02-011-0/+7
* sheepdog: move coroutine send/recv function to generic codePaolo Bonzini2011-12-221-1/+31
* add qemu_send_full and qemu_recv_fullPaolo Bonzini2011-12-211-0/+4
* isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...Hervé Poussineau2011-12-201-0/+1
* qemu-common: add QEMU_ALIGN_DOWN() and QEMU_ALIGN_UP() macrosStefan Hajnoczi2011-12-051-0/+6
* Move filedescriptor parsing code from net.c into qemu_parse_fd()Stefan Berger2011-11-011-0/+1
OpenPOWER on IntegriCloud