aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 releasev1.1-rc1Anthony 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
2012-05-08Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori
2012-05-08hmp: fix bad value conversion for M typeLuiz Capitulino
2012-05-08hmp: expr_unary(): check for overflow in strtoul()/strtoull()Luiz Capitulino
2012-05-08vl: drop is_suspended variableLuiz Capitulino
2012-05-08runstate: introduce suspended stateLuiz Capitulino
2012-05-08qapi-schema.json: fix RunState enums alphabetical orderLuiz Capitulino
2012-05-08wakeup on migrationGerd Hoffmann
2012-05-08user-exec.c: Don't assert on segfaults for non-valid addressesPeter Maydell
2012-05-08scripts/qemu-binfmt-conf.sh: Fix shell syntaxAndreas Färber
2012-05-08cpu: Update documentation and commentAndreas Färber
2012-05-08configure: Assure printing "yes" or "no" for VirtFS supportAndreas Färber