summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: Use proper logging function for possible guest errorsThomas Huth2018-06-121-25/+12Star
* hw/ppc/spapr_drc: Replace error_setg(&error_abort) by error_report() + abort()Philippe Mathieu-Daudé2018-06-121-1/+2
* uninorth: remove token register from uninorth deviceMark Cave-Ayland2018-06-122-7/+8
* macio: add trace-events to timer deviceMark Cave-Ayland2018-06-122-0/+7
* ppc440_pcix: Fix a typo in setting a register (Coverity CID1390577)BALATON Zoltan2018-06-121-1/+1
* Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2018-06-11' in...Peter Maydell2018-06-1141-342/+970
|\
| * iotests: Add case for a corrupted inactive imageMax Reitz2018-06-112-0/+44
| * qcow2: Do not mark inactive images corruptMax Reitz2018-06-111-1/+1
| * block: Make bdrv_is_writable() publicMax Reitz2018-06-112-3/+15
| * throttle: Fix crash on reopenAlberto Garcia2018-06-111-21/+33
| * block/qcow2-bitmap: fix free_bitmap_clustersVladimir Sementsov-Ogievskiy2018-06-111-1/+0Star
| * qemu-img: Remove deprecated -s snapshot_id_or_name optionThomas Huth2018-06-116-23/+8Star
| * iotests: Fix 219's timingMax Reitz2018-06-112-11/+25
| * iotests: improve pause_jobVladimir Sementsov-Ogievskiy2018-06-111-2/+7
| * iotests: Test post-backing convert target behaviorMax Reitz2018-06-112-0/+60
| * qemu-img: Special post-backing convert handlingMax Reitz2018-06-111-1/+25
| * iotests: Add test for rebasing with relative pathsMax Reitz2018-06-112-3/+109
| * qemu-img: Resolve relative backing paths in rebaseMax Reitz2018-06-111-1/+22
| * iotests: Let 216 make use of qemu-io's exit codeMax Reitz2018-06-112-26/+14Star
| * iotests.py: Add qemu_io_silentMax Reitz2018-06-111-0/+9
| * qemu-io: Exit with error when a command failedMax Reitz2018-06-111-6/+22
| * qemu-io: Let command functions return error codeMax Reitz2018-06-113-157/+232
| * qemu-io: Drop command functions' return valuesMax Reitz2018-06-113-179/+157Star
| * iotests: Repairing error during snapshot deletionMax Reitz2018-06-113-0/+133
| * qcow2: Repair OFLAG_COPIED when fixing leaksMax Reitz2018-06-111-8/+17
| * iotests: Rework 113Max Reitz2018-06-112-13/+13
| * iotests: Test help option for unsupporting formatsMax Reitz2018-06-112-0/+18
| * qemu-img: Recognize no creation support in -o helpMax Reitz2018-06-111-0/+10
| * qemu-img: Add print_amend_option_help()Max Reitz2018-06-112-19/+55
| * qemu-option: Pull out "Supported options" printMax Reitz2018-06-112-1/+1
| * block: Add Error parameter to bdrv_amend_optionsMax Reitz2018-06-119-52/+58
| * qemu-img: Amendment support implies create_optsMax Reitz2018-06-111-2/+5
| * iotests: Add creation test to 153Max Reitz2018-06-112-0/+31
| * block/file-posix: File locking during creationMax Reitz2018-06-111-2/+35
| * block/file-posix: Pass FD to locking helpersMax Reitz2018-06-111-13/+14
|/
* Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-3.0-pull-request' ...Peter Maydell2018-06-111-176/+180
|\
| * target/m68k: Merge disas_m68k_insn into m68k_tr_translate_insnRichard Henderson2018-06-111-11/+6Star
| * target/m68k: Improve ending TB at page boundariesRichard Henderson2018-06-111-3/+19
| * target/m68k: Convert to TranslatorOpsRichard Henderson2018-06-111-92/+88Star
| * target/m68k: Convert to DisasContextBaseRichard Henderson2018-06-111-70/+67Star
| * target/m68k: Rename DISAS_UPDATE and gen_lookup_tbRichard Henderson2018-06-111-10/+10
| * target/m68k: Use lookup_and_goto_tb for DISAS_JUMPRichard Henderson2018-06-111-1/+4
| * target/m68k: Remove DISAS_JUMP_NEXT as unusedRichard Henderson2018-06-111-1/+0Star
| * target/m68k: Replace DISAS_TB_JUMP with DISAS_NORETURNRichard Henderson2018-06-111-3/+1Star
| * target/m68k: Use DISAS_NORETURN for exceptionsRichard Henderson2018-06-111-8/+8
* | Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell2018-06-1112-246/+574
|\ \ | |/ |/|
| * ide: introduce ide_transfer_start_norecursePaolo Bonzini2018-06-083-23/+37
| * atapi: call ide_set_irq before ide_transfer_startPaolo Bonzini2018-06-081-2/+2
| * ide: make ide_transfer_stop idempotentPaolo Bonzini2018-06-081-10/+4Star
| * ide: call ide_cmd_done from ide_transfer_stopPaolo Bonzini2018-06-081-7/+4Star