aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-10qerror: add five qerror stringsAmos Kong
2012-05-10move CPU definitions to /usr/share/qemu/cpus-x86_64.conf (v2)Eduardo Habkost
2012-05-10implement -no-user-config command-line option (v3)Eduardo Habkost
2012-05-10vl.c: change 'defconfig' variable to bool (v2)Eduardo Habkost
2012-05-10move list of default config files to an arrayEduardo Habkost
2012-05-10eliminate arch_config_name variableEduardo Habkost
2012-05-10move code to read default config files to a separate function (v2)Eduardo Habkost
2012-05-10block: fix warning introduced in efcc7a23Anthony Liguori
2012-05-10Switch SIG_IPI to SIGUSR1Jan Kiszka
2012-05-10Merge remote-tracking branch 'pmaydell/target-arm.for-upstream' into stagingAnthony Liguori
2012-05-10Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-05-10Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2012-05-10target-arm/cpu.h: Make cpu_init("nonexistent cpu") return NULLPeter Maydell
2012-05-10target-arm: When setting FPSCR.QC, don't clear other FPSCR bitsMatt Craighead
2012-05-10kvm: Fix dirty tracking with large kernel page sizeDavid Gibson
2012-05-10declare ECANCELED on all machinesPaolo Bonzini
2012-05-10tests/Makefile: Add missing $(EXESUF)Kevin Wolf
2012-05-10stream: do not copy unallocated sectors from the basePaolo Bonzini
2012-05-10stream: fix ratelimiting corner casePaolo Bonzini
2012-05-10stream: fix HMP block_job_set_speedPaolo Bonzini
2012-05-10stream: pass new base image format to bdrv_change_backing_filePaolo Bonzini
2012-05-10stream: add testcase for partial streamingPaolo Bonzini
2012-05-10stream: fix sectors not allocated testPaolo Bonzini
2012-05-10qemu-io: fix the alloc commandPaolo Bonzini
2012-05-10qemu-io: correctly print non-integer values as decimalsPaolo Bonzini
2012-05-10qemu-img: make "info" backing file output correct and easier to usePaolo Bonzini
2012-05-10block: move field reset from bdrv_open_common to bdrv_closePaolo Bonzini
2012-05-10block: protect path_has_protocol from filenames with colonsPaolo Bonzini
2012-05-10block: simplify path_is_absolutePaolo Bonzini
2012-05-10block: wait for job callback in block_job_cancel_syncPaolo Bonzini
2012-05-10block: add block_job_sleep_nsPaolo Bonzini
2012-05-10block: fully delete bs->file when closingPaolo Bonzini
2012-05-10block: do not reuse the backing file across bdrv_close/bdrv_openPaolo Bonzini
2012-05-10block: another bdrv_append fixPaolo Bonzini
2012-05-10block: fix snapshot on QEDPaolo Bonzini
2012-05-10qtest: Add floppy testKevin Wolf
2012-05-10qtest: Add function to send QMP commandsKevin Wolf
2012-05-10qemu-iotests: strip spaces from qemu-img/qemu-io/qemu command linesPaolo Bonzini
2012-05-10block: fix allocation size for dirty bitmapPaolo Bonzini
2012-05-10block: open backing file as read-only when probing for sizePaolo Bonzini
2012-05-10block: update in-memory backing file and formatPaolo Bonzini
2012-05-10block: push bdrv_change_backing_file error checking up from driversPaolo Bonzini
2012-05-10block: fail live snapshot if disk has no mediumPaolo Bonzini
2012-05-10block: add mode argument to blockdev-snapshot-syncPaolo Bonzini
2012-05-10block: add the support to drain throttled requestsZhi Yong Wu
2012-05-09Update version for 1.1.0-rc0 releaseAnthony Liguori
2012-05-09tcg/ppc: Fix CONFIG_TCG_PASS_AREG0 modeAndreas Färber
2012-05-09tcg/ppc: Clobber r5 for 64-bit qemu_ldAndreas Färber
2012-05-09tcg/ppc: Don't hardcode register numbersAndreas Färber
2012-05-09tcg/ppc: Do not overwrite lower address word on Darwin and AIXAndreas Färber