summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* hbitmap: add assertion on hbitmap_iter_initPaolo Bonzini2013-01-251-1/+2
* block: Add special error code for wrong formatStefan Weil2013-01-251-0/+3
* mirror: add buf-size argument to drive-mirrorPaolo Bonzini2013-01-251-2/+3
* mirror: allow customizing the granularityPaolo Bonzini2013-01-251-1/+2
* block: allow customizing the granularity of the dirty bitmapPaolo Bonzini2013-01-251-4/+1
* block: make round_to_clusters publicPaolo Bonzini2013-01-251-0/+4
* block: implement dirty bitmap using HBitmapPaolo Bonzini2013-01-252-4/+6
* add hierarchical bitmap data type and test casesPaolo Bonzini2013-01-251-0/+207
* host-utils: add ffslPaolo Bonzini2013-01-251-0/+26
* Merge remote-tracking branch 'quintela/thread.next' into stagingAnthony Liguori2013-01-212-4/+1
|\
| * migration: remove argument to qemu_savevm_state_cancelJuan Quintela2013-01-171-1/+1
| * migration: move beginning stage to the migration threadJuan Quintela2013-01-171-1/+0
| * migration: make function staticPaolo Bonzini2013-01-171-2/+0
* | Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2013-01-201-4/+2
|\ \
| * | aio: Fix return value of aio_poll()Kevin Wolf2013-01-171-4/+2
| |/
* | tci: Fix broken build (regression)Stefan Weil2013-01-191-7/+1
* | cpu-defs.h: Drop qemu_work_item prototypeAndreas Färber2013-01-191-2/+0
* | vl: Use size_t for sizes in get_boot_devices_list()Markus Armbruster2013-01-191-1/+1
* | Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori2013-01-173-4/+4
|\ \
| * | HMP: add QDict to info callback handlerWenchao Xia2013-01-173-4/+4
| |/
* | qom: Extend documentation on QOM method conceptsAndreas Färber2013-01-171-3/+101
* | bswap: improve gluingBlue Swirl2013-01-161-10/+10
|/
* chardev: fix QemuOpts lifecycleGerd Hoffmann2013-01-161-0/+1
* chardev: add error reporting for qemu_chr_new_from_optsGerd Hoffmann2013-01-161-1/+2
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2013-01-151-1/+1
|\
| * qom: Make object_resolve_path_component() path argument constAndreas Färber2013-01-151-1/+1
* | kvm: Add fake KVM constants to avoid #ifdefs on KVM-specific codeEduardo Habkost2013-01-151-0/+14
* | exec: Return CPUState from qemu_get_cpu()Andreas Färber2013-01-152-1/+10
* | kvm: Pass CPUState to kvm_init_vcpu()Andreas Färber2013-01-151-2/+3
* | cpu: Move cpu_index field to CPUStateAndreas Färber2013-01-153-2/+4
* | cpu: Move numa_node field to CPUStateAndreas Färber2013-01-152-1/+2
* | cpu: Move nr_{cores,threads} fields to CPUStateAndreas Färber2013-01-152-2/+5
|/
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2013-01-141-0/+1
|\
| * block: make qiov_is_aligned() publicStefan Hajnoczi2013-01-141-0/+1
* | build: some simplifications for "trace/Makefile.objs"Paolo Bonzini2013-01-121-0/+6
* | qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini2013-01-122-5/+8
|/
* pixman: fix warningGerd Hoffmann2013-01-121-0/+7
* bswap: Rewrite cpu_to_<endian><type>u with {ld,st}<type>_<endian>_pRichard Henderson2013-01-121-94/+53
* bswap: Rewrite all ld<type>_<endian>_p functionsRichard Henderson2013-01-121-270/+30
* bswap: Add host endian unaligned access functionsRichard Henderson2013-01-121-1/+50
* bswap: Tidy base definitions of bswapNRichard Henderson2013-01-121-42/+30
* fdt: Use bswapN instead of bswap_NRichard Henderson2013-01-121-8/+8
* Make all static TypeInfos constAndreas Färber2013-01-101-3/+3
* qemu-common.h: Make qemu_init_vcpu() stub static inlineAndreas Färber2013-01-081-1/+3
* cpu: Change parent type to DeviceEduardo Habkost2013-01-081-3/+3
* softfloat: Implement uint64_to_float128Richard Henderson2013-01-051-0/+3
* iov: add qemu_iovec_concat_iov()Stefan Hajnoczi2013-01-021-0/+3
* iov: add iov_discard_front/back() to remove dataStefan Hajnoczi2013-01-021-0/+13
* raw-posix: add raw_get_aio_fd() for virtio-blk-data-planeStefan Hajnoczi2013-01-021-0/+9
* Disable semaphores fallback code for OpenBSDBrad Smith2012-12-281-1/+1
OpenPOWER on IntegriCloud