aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-12spapr: no need to verify the nodeDavid Hildenbrand1-8/+2
2018-06-12target/ppc: Allow PIR read in privileged modeluporl1-1/+1
2018-06-12ppc4xx_i2c: Clean up and improve error loggingBALATON Zoltan1-43/+51
2018-06-12target/ppc: extend eieio for POWER9Cédric Le Goater1-2/+23
2018-06-12mos6522: convert VMSTATE_TIMER_PTR_TEST to VMSTATE_TIMER_PTRMark Cave-Ayland1-8/+1
2018-06-12mos6522: move timer frequency initialisation to mos6522_resetMark Cave-Ayland3-14/+7
2018-06-12cuda: embed mos6522_cuda device directly rather than using QOM object linkMark Cave-Ayland4-42/+33
2018-06-12mos6522: fix vmstate_mos6522_timer version in vmstate_mos6522Mark Cave-Ayland1-1/+1
2018-06-12ppc: add missing FW_CFG_PPC_NVRAM_FLAT definitionMark Cave-Ayland1-0/+1
2018-06-12ppc: remove obsolete macio_init() definition from mac.hMark Cave-Ayland1-3/+0
2018-06-12ppc: remove obsolete pci_pmac_init() definitions from mac.hMark Cave-Ayland1-6/+0
2018-06-12hw/misc/mos6522: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé1-2/+2
2018-06-12MAINTAINERS: Add entries for the MOS6522 VIA devicePhilippe Mathieu-Daudé1-0/+2
2018-06-12MAINTAINERS: Add an entry for the MacIO device headersPhilippe Mathieu-Daudé1-1/+2
2018-06-12osdep: powerpc64 align memory to allow 2MB radix THP page tablesNicholas Piggin1-1/+2
2018-06-12spapr/vio: deprecate the "irq" propertyCédric Le Goater2-3/+31
2018-06-12target/ppc: Allow privileged access to SPR_PCRJoel Stanley3-2/+17
2018-06-12target/ppc: Factor out the parsing in kvmppc_get_cpu_characteristics()Suraj Jitindar Singh1-20/+39
2018-06-12prep: fix keyboard for the 40p machineMark Cave-Ayland1-1/+0
2018-06-1240p: remove pci_allow_0_address = true from 40p machine classMark Cave-Ayland1-1/+0
2018-06-12target/ppc: Use proper logging function for possible guest errorsThomas Huth1-25/+12
2018-06-12hw/ppc/spapr_drc: Replace error_setg(&error_abort) by error_report() + abort()Philippe Mathieu-Daudé1-1/+2
2018-06-12uninorth: remove token register from uninorth deviceMark Cave-Ayland2-7/+8
2018-06-12macio: add trace-events to timer deviceMark Cave-Ayland2-0/+7
2018-06-12ppc440_pcix: Fix a typo in setting a register (Coverity CID1390577)BALATON Zoltan1-1/+1
2018-06-11Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2018-06-11' in...Peter Maydell41-342/+970
2018-06-11iotests: Add case for a corrupted inactive imageMax Reitz2-0/+44
2018-06-11qcow2: Do not mark inactive images corruptMax Reitz1-1/+1
2018-06-11block: Make bdrv_is_writable() publicMax Reitz2-3/+15
2018-06-11throttle: Fix crash on reopenAlberto Garcia1-21/+33
2018-06-11block/qcow2-bitmap: fix free_bitmap_clustersVladimir Sementsov-Ogievskiy1-1/+0
2018-06-11qemu-img: Remove deprecated -s snapshot_id_or_name optionThomas Huth6-23/+8
2018-06-11iotests: Fix 219's timingMax Reitz2-11/+25
2018-06-11iotests: improve pause_jobVladimir Sementsov-Ogievskiy1-2/+7
2018-06-11iotests: Test post-backing convert target behaviorMax Reitz2-0/+60
2018-06-11qemu-img: Special post-backing convert handlingMax Reitz1-1/+25
2018-06-11iotests: Add test for rebasing with relative pathsMax Reitz2-3/+109
2018-06-11qemu-img: Resolve relative backing paths in rebaseMax Reitz1-1/+22
2018-06-11iotests: Let 216 make use of qemu-io's exit codeMax Reitz2-26/+14
2018-06-11iotests.py: Add qemu_io_silentMax Reitz1-0/+9
2018-06-11qemu-io: Exit with error when a command failedMax Reitz1-6/+22
2018-06-11qemu-io: Let command functions return error codeMax Reitz3-157/+232
2018-06-11qemu-io: Drop command functions' return valuesMax Reitz3-179/+157
2018-06-11iotests: Repairing error during snapshot deletionMax Reitz3-0/+133
2018-06-11qcow2: Repair OFLAG_COPIED when fixing leaksMax Reitz1-8/+17
2018-06-11iotests: Rework 113Max Reitz2-13/+13
2018-06-11iotests: Test help option for unsupporting formatsMax Reitz2-0/+18
2018-06-11qemu-img: Recognize no creation support in -o helpMax Reitz1-0/+10
2018-06-11qemu-img: Add print_amend_option_help()Max Reitz2-19/+55
2018-06-11qemu-option: Pull out "Supported options" printMax Reitz2-1/+1