aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-06target/s390x: Use unwind data for helper_mvstRichard Henderson
2017-06-06target/s390x: Use unwind data for helper_mvpgRichard Henderson
2017-06-06target/s390x: Use unwind data for helper_clstRichard Henderson
2017-06-06target/s390x: Use unwind data for helper_srstRichard Henderson
2017-06-06target/s390x: Use unwind data for helper_clmRichard Henderson
2017-06-06target/s390x: Use unwind data for helper_clcRichard Henderson
2017-06-06target/s390x: Use unwind data for helper_mvcRichard Henderson
2017-06-06target/s390x: Use unwind data for helper_xcRichard Henderson
2017-06-06target/s390x: Use unwind data for helper_ocRichard Henderson
2017-06-06target/s390x: Use unwind data for helper_ncRichard Henderson
2017-06-06target/s390x: Move helper_ex to end of fileRichard Henderson
2017-06-06target/s390x: Use cpu_loop_exit_restore for tlb_fillRichard Henderson
2017-06-06target/s390x: Add support for the TEST BLOCK instructionThomas Huth
2017-06-06Merge remote-tracking branch 'remotes/xtensa/tags/20170606-xtensa' into stagingPeter Maydell
2017-06-06Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2017-06-06' into ...Peter Maydell
2017-06-06Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170606' int...Peter Maydell
2017-06-06target/xtensa: handle unknown registers in gdbstubMax Filippov
2017-06-06target/xtensa: support output to chardev consoleMax Filippov
2017-06-06target/xtensa: fix return value of read/write simcallsMax Filippov
2017-06-06target/xtensa: fix mapping direction in read/write simcallsMax Filippov
2017-06-06Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell
2017-06-06monitor: fix object_del for command-line-created objectsMichael Roth
2017-06-06tests: check-qom-proplist: add checks for cmdline-created objectsMichael Roth
2017-06-06virtio-scsi-test: Use scsi-hd instead of legacy scsi-diskMarkus Armbruster
2017-06-06block: Clarify documentation of BlockInfo member io-statusMarkus Armbruster
2017-06-06spapr: Remove some non-useful properties on DRC objectsDavid Gibson
2017-06-06spapr: Eliminate spapr_drc_get_type_str()David Gibson
2017-06-06spapr: Move configure-connector state into DRCDavid Gibson
2017-06-06spapr: Clean up spapr_dr_connector_by_*()David Gibson
2017-06-06spapr: Introduce DRC subclassesDavid Gibson
2017-06-06spapr/drc: don't migrate DRC of cold-plugged CPUs and LMBsGreg Kurz
2017-06-06spapr: Allow boot from vhost-*-scsi backendsFelipe Franciosi
2017-06-06ppc/pnv: check the return value of fdt_setprop()Cédric Le Goater
2017-06-06spapr_nvram: Check return value from blk_getlength()Peter Maydell
2017-06-06target/ppc: Fixup set_spr error in h_register_process_tableSuraj Jitindar Singh
2017-06-06target-ppc: Fix openpic timer read register offsetAaron Larson
2017-06-06spapr: Make DRC get_index and get_type methods into plain functionsDavid Gibson
2017-06-06spapr: Abolish DRC set_configured methodDavid Gibson
2017-06-06spapr: Abolish DRC get_fdt methodDavid Gibson
2017-06-06spapr: Move DRC RTAS calls into spapr_drc.cDavid Gibson
2017-06-06migration: Mark CPU states dirty before incoming migration/loadvmDavid Gibson
2017-06-06migration: remove register_savevm()Laurent Vivier
2017-06-05scripts: Test script to look for -device crashesEduardo Habkost
2017-06-05qemu.py: Add QEMUMachine.exitcode() methodEduardo Habkost
2017-06-05qemu.py: Don't set _popen=None on error/shutdownEduardo Habkost
2017-06-05spapr: cleanup spapr_fixup_cpu_numa_dt() usageIgor Mammedov
2017-06-05numa: move numa_node from CPUState into target specific classesIgor Mammedov
2017-06-05numa: make hmp 'info numa' fetch numa nodes from qmp_query_cpus() resultIgor Mammedov
2017-06-05numa: make sure that all cpus have has_node_id set if numa is enabledIgor Mammedov
2017-06-05numa: move default mapping init to machineIgor Mammedov