aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-11nvdimm: make persistence option symbolicRoss Zwisler6-42/+35
2018-06-11hw/i386: Update SSDT table used by "make check"Ross Zwisler1-0/+0
2018-06-11qapi: add disabled parameter to block-dirty-bitmap-addVladimir Sementsov-Ogievskiy2-1/+15
2018-06-11qapi: add x-block-dirty-bitmap-mergeVladimir Sementsov-Ogievskiy4-1/+88
2018-06-11qmp: transaction support for x-block-dirty-bitmap-enable/disableVladimir Sementsov-Ogievskiy2-1/+84
2018-06-11qapi: add x-block-dirty-bitmap-enable/disableVladimir Sementsov-Ogievskiy2-0/+84
2018-06-11block/dirty-bitmap: add lock to bdrv_enable/disable_dirty_bitmapVladimir Sementsov-Ogievskiy1-2/+4
2018-06-11block: simplify code around releasing bitmapsPaolo Bonzini1-52/+32
2018-06-11block: remove bdrv_dirty_bitmap_make_anonPaolo Bonzini3-11/+0
2018-06-11cli: Don't run early event loop if no --preconfig was specifiedIgor Mammedov1-2/+2
2018-06-11Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell5-69/+210
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