summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* create_config: remove *dir blockEduardo Habkost2012-04-241-1/+1
* config-host.mak: reorder variables a bitEduardo Habkost2012-04-241-2/+2
* config-host.mak: remove CONFIG_QEMU_SHAREDIREduardo Habkost2012-04-241-1/+0
* config-host.mak: rename docdir to qemu_docdirEduardo Habkost2012-04-242-3/+3
* Makefile: use $(qemu_confdir) instead of $(sysconfdir)/qemuEduardo Habkost2012-04-241-2/+2
* config-host.mak: rename confdir to qemu_confdirEduardo Habkost2012-04-241-1/+1
* config-host.mak: rename datadir to qemu_datadirEduardo Habkost2012-04-243-7/+7
* create_config: separate section for qemu_*dir variables (v2)Eduardo Habkost2012-04-241-0/+9
* configure: rename $confdir to $qemu_confdirEduardo Habkost2012-04-241-2/+2
* configure: rename $docdir to $qemu_docdirEduardo Habkost2012-04-241-4/+4
* configure: rename $datadir to $qemu_datadirEduardo Habkost2012-04-241-5/+5
* target-microblaze: QOM'ify CPU initAndreas Färber2012-04-242-2/+11
* target-microblaze: QOM'ify CPU resetAndreas Färber2012-04-242-50/+52
* target-microblaze: QOM'ify CPUAndreas Färber2012-04-245-1/+135
* target-cris: Start QOM'ifying CPU initAndreas Färber2012-04-242-1/+10
* target-cris: QOM'ify CPU resetAndreas Färber2012-04-242-21/+24
* target-cris: QOM'ify CPUAndreas Färber2012-04-245-1/+136
* Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori2012-04-231-2/+2
|\
| * qtest: fix memread and memwrite on 32 bit hostsBlue Swirl2012-04-231-2/+2
* | Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori2012-04-234-24/+34
|\ \
| * | qapi: g_hash_table_find() instead of GHashTableIter.NODA, Kai2012-04-231-8/+17
| * | qmp: make block job command naming consistentStefan Hajnoczi2012-04-233-16/+17
* | | Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-04-2350-567/+1704
|\ \ \ | |_|/ |/| |
| * | qemu-iotests: Fix test 031 for qcow2 v3 supportKevin Wolf2012-04-203-26/+172
| * | qemu-iotests: Add -o and make v3 the default for qcow2Kevin Wolf2012-04-203-5/+52
| * | qcow2: Zero write supportKevin Wolf2012-04-204-3/+105
| * | qemu-iotests: Test backing file COW with zero clustersKevin Wolf2012-04-203-0/+195
| * | qemu-iotests: add a simple test for write_zeroesPaolo Bonzini2012-04-203-0/+103
| * | qcow2: Support for feature table header extensionKevin Wolf2012-04-202-9/+69
| * | qcow2: Support reading zero clustersKevin Wolf2012-04-204-4/+33
| * | qcow2: Version 3 imagesKevin Wolf2012-04-203-15/+149
| * | qcow2: Ignore reserved bits in check_refcountsKevin Wolf2012-04-201-44/+54
| * | qcow2: Ignore reserved bits in refcount table entriesKevin Wolf2012-04-202-1/+3
| * | qcow2: Simplify count_cow_clustersKevin Wolf2012-04-201-18/+15
| * | qcow2: Refactor qcow2_free_any_clustersKevin Wolf2012-04-201-19/+22
| * | qcow2: Ignore reserved bits in L1/L2 entriesKevin Wolf2012-04-202-19/+19
| * | qcow2: Fail write_compressed when overwriting dataKevin Wolf2012-04-201-4/+3
| * | qcow2: Ignore reserved bits in count_contiguous_clusters()Kevin Wolf2012-04-201-10/+28
| * | qcow2: Ignore reserved bits in get_cluster_offsetKevin Wolf2012-04-203-19/+60
| * | qcow2: Save disk size in snapshot headerKevin Wolf2012-04-202-0/+17
| * | Specification for qcow2 version 3Kevin Wolf2012-04-201-23/+99
| * | qcow2: Fix refcount block allocation during qcow2_alloc_cluster_at()Kevin Wolf2012-04-201-0/+6
| * | iotests: Resolve test failures caused by hostnameAndreas Färber2012-04-201-1/+1
| * | qemu-img: let 'qemu-img convert' flush dataLiu Yuan2012-04-202-2/+3
| * | aio: simplify qemu_aio_waitPaolo Bonzini2012-04-191-69/+64
| * | aio: return "AIO in progress" state from qemu_aio_waitPaolo Bonzini2012-04-192-28/+22
| * | aio: remove process_queue callback and qemu_aio_process_queuePaolo Bonzini2012-04-199-64/+21
| * | posix-aio: merge posix_aio_process_queue and posix_aio_readPaolo Bonzini2012-04-191-28/+16
| * | qemu-tool: map vm_clock to rt_clockPaolo Bonzini2012-04-191-2/+1
| * | qemu-io: use main_loop_waitPaolo Bonzini2012-04-192-8/+9
OpenPOWER on IntegriCloud