summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-10move CPU definitions to /usr/share/qemu/cpus-x86_64.conf (v2)Eduardo Habkost4-131/+138
2012-05-10implement -no-user-config command-line option (v3)Eduardo Habkost4-8/+27
2012-05-10vl.c: change 'defconfig' variable to bool (v2)Eduardo Habkost1-2/+2
2012-05-10move list of default config files to an arrayEduardo Habkost1-9/+16
2012-05-10eliminate arch_config_name variableEduardo Habkost2-4/+1
2012-05-10move code to read default config files to a separate function (v2)Eduardo Habkost3-8/+24
2012-05-10block: fix warning introduced in efcc7a23Anthony Liguori1-1/+1
2012-05-10Switch SIG_IPI to SIGUSR1Jan Kiszka1-4/+0
2012-05-10Merge remote-tracking branch 'pmaydell/target-arm.for-upstream' into stagingAnthony Liguori2-2/+10
2012-05-10Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori33-4347/+4777
2012-05-10Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-2/+12
2012-05-10target-arm/cpu.h: Make cpu_init("nonexistent cpu") return NULLPeter Maydell1-1/+9
2012-05-10target-arm: When setting FPSCR.QC, don't clear other FPSCR bitsMatt Craighead1-1/+1
2012-05-10kvm: Fix dirty tracking with large kernel page sizeDavid Gibson1-2/+12
2012-05-10declare ECANCELED on all machinesPaolo Bonzini1-0/+3
2012-05-10tests/Makefile: Add missing $(EXESUF)Kevin Wolf1-2/+2
2012-05-10stream: do not copy unallocated sectors from the basePaolo Bonzini2-16/+7
2012-05-10stream: fix ratelimiting corner casePaolo Bonzini1-5/+5
2012-05-10stream: fix HMP block_job_set_speedPaolo Bonzini1-1/+1
2012-05-10stream: pass new base image format to bdrv_change_backing_filePaolo Bonzini1-2/+5
2012-05-10stream: add testcase for partial streamingPaolo Bonzini2-3/+29
2012-05-10stream: fix sectors not allocated testPaolo Bonzini2-4/+7
2012-05-10qemu-io: fix the alloc commandPaolo Bonzini1-2/+8
2012-05-10qemu-io: correctly print non-integer values as decimalsPaolo Bonzini13-4190/+4196
2012-05-10qemu-img: make "info" backing file output correct and easier to usePaolo Bonzini3-13/+20
2012-05-10block: move field reset from bdrv_open_common to bdrv_closePaolo Bonzini1-7/+6
2012-05-10block: protect path_has_protocol from filenames with colonsPaolo Bonzini1-1/+6
2012-05-10block: simplify path_is_absolutePaolo Bonzini1-11/+4
2012-05-10block: wait for job callback in block_job_cancel_syncPaolo Bonzini3-7/+47
2012-05-10block: add block_job_sleep_nsPaolo Bonzini3-21/+35
2012-05-10block: fully delete bs->file when closingPaolo Bonzini1-4/+2
2012-05-10block: do not reuse the backing file across bdrv_close/bdrv_openPaolo Bonzini1-0/+2
2012-05-10block: another bdrv_append fixPaolo Bonzini1-0/+1
2012-05-10block: fix snapshot on QEDPaolo Bonzini4-0/+25
2012-05-10qtest: Add floppy testKevin Wolf2-0/+197
2012-05-10qtest: Add function to send QMP commandsKevin Wolf2-27/+113
2012-05-10qemu-iotests: strip spaces from qemu-img/qemu-io/qemu command linesPaolo Bonzini1-3/+3
2012-05-10block: fix allocation size for dirty bitmapPaolo Bonzini1-5/+7
2012-05-10block: open backing file as read-only when probing for sizePaolo Bonzini1-1/+6
2012-05-10block: update in-memory backing file and formatPaolo Bonzini2-13/+9
2012-05-10block: push bdrv_change_backing_file error checking up from driversPaolo Bonzini2-5/+5
2012-05-10block: fail live snapshot if disk has no mediumPaolo Bonzini1-3/+6
2012-05-10block: add mode argument to blockdev-snapshot-syncPaolo Bonzini1-1/+1
2012-05-10block: add the support to drain throttled requestsZhi Yong Wu1-1/+20
2012-05-09Update version for 1.1.0-rc0 releasev1.1-rc1Anthony Liguori1-1/+1
2012-05-09tcg/ppc: Fix CONFIG_TCG_PASS_AREG0 modeAndreas Färber1-1/+32
2012-05-09tcg/ppc: Clobber r5 for 64-bit qemu_ldAndreas Färber1-0/+3
2012-05-09tcg/ppc: Don't hardcode register numbersAndreas Färber1-12/+17
2012-05-09tcg/ppc: Do not overwrite lower address word on Darwin and AIXAndreas Färber1-4/+0
2012-05-08Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori6-12/+29