aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-08iotests/055: refactor compressed backup to vmdkVladimir Sementsov-Ogievskiy2-35/+39
2020-05-08iotests/041: drop self.assert_no_active_block_jobs()Vladimir Sementsov-Ogievskiy1-8/+0
2020-05-08iotests/148: use skip_if_unsupportedVladimir Sementsov-Ogievskiy1-0/+1
2020-05-08iotests/082: require bochsVladimir Sementsov-Ogievskiy1-0/+1
2020-05-08iotests: handle tmpfsVladimir Sementsov-Ogievskiy2-3/+36
2020-05-07Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200507a'...Peter Maydell8-31/+192
2020-05-07migration/multifd: Do error_free after migrate_set_error to avoid memleaksPan Nengyuan1-0/+3
2020-05-07migration/multifd: fix memleaks in multifd_new_send_channel_asyncPan Nengyuan1-0/+2
2020-05-07migration/xbzrle: add encoding rateWei Wang4-3/+44
2020-05-07migration/rdma: fix a memleak on error path in rdma_start_incoming_migrationPan Nengyuan1-0/+1
2020-05-07migration/ram: Consolidate variable reset after placement in ram_load_postcopy()David Hildenbrand1-5/+5
2020-05-07migration/throttle: Add cpu-throttle-tailslow migration parameterKeqian Zhu4-5/+89
2020-05-07migration/colo: Add missing error-propagation codePhilippe Mathieu-Daudé1-0/+3
2020-05-07docs/devel/migration: start a debugging sectionMarc-André Lureau1-0/+20
2020-05-07migration: move the units of migrate parameters from milliseconds to msMao Zhongyi2-5/+5
2020-05-07monitor/hmp-cmds: add hmp_handle_error() for hmp_migrate_set_speed()Mao Zhongyi1-1/+4
2020-05-07migration/migration: improve error reporting for migrate parametersMao Zhongyi1-8/+12
2020-05-07migration: fix bad indentation in error_report()Mao Zhongyi1-5/+5
2020-05-07Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-pull-request...Peter Maydell4-26/+87
2020-05-07crypto: extend hash benchmark to cover more algorithmsDaniel P. Berrangé1-14/+59
2020-05-07block: luks: better error message when creating too large filesMaxim Levitsky1-4/+21
2020-05-07crypto: Redundant type conversion for AES_KEY pointerChen Qun1-6/+4
2020-05-07crypto/secret: fix inconsequential errors.Alexey Krasikov1-1/+1
2020-05-07crypto: fix getter of a QCryptoSecret's propertyTong Ho1-1/+2
2020-05-07Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.1-20200507' into...Peter Maydell10-217/+506
2020-05-07Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200506' into stagingPeter Maydell10-140/+167
2020-05-07target-ppc: fix rlwimi, rlwinm, rlwnm for Clang-9Daniele Buono1-3/+21
2020-05-07spapr_nvdimm: Tweak error messagesDavid Gibson1-3/+3
2020-05-07spapr_nvdimm.c: make 'label-size' mandatoryDaniel Henrique Barboza1-0/+6
2020-05-07target/ppc: Add support for Radix partition-scoped translationCédric Le Goater3-19/+181
2020-05-07target/ppc: Rework ppc_radix64_walk_tree() for partition-scoped translationCédric Le Goater1-27/+52
2020-05-07target/ppc: Extend ppc_radix64_check_prot() with a 'partition_scoped' boolCédric Le Goater1-5/+6
2020-05-07target/ppc: Introduce ppc_radix64_xlate() for Radix tree translationCédric Le Goater1-96/+123
2020-05-07spapr: Don't allow unplug of NVLink2 devicesDavid Gibson1-0/+4
2020-05-07target/ppc: Assert if HV mode is set when running under a pseries machineCédric Le Goater1-0/+1
2020-05-07target/ppc: Introduce a relocation bool in ppc_radix64_handle_mmu_fault()Cédric Le Goater1-2/+3
2020-05-07target/ppc: Enforce that the root page directory size must be at least 5Suraj Jitindar Singh1-0/+3
2020-05-07spapr: Drop CAS reboot flagGreg Kurz3-34/+18
2020-05-07spapr/cas: Separate CAS handling from rebuilding the FDTAlexey Kardashevskiy3-27/+48
2020-05-07spapr: Simplify selection of radix/hash during CASGreg Kurz2-5/+2
2020-05-07ppc/pnv: Add support for NMI interfaceNicholas Piggin1-0/+29
2020-05-07ppc/spapr: tweak change system reset helperNicholas Piggin3-8/+8
2020-05-07spapr: Don't check capabilities removed between CAS callsGreg Kurz1-13/+1
2020-05-07target/ppc: Improve syscall exception loggingNicholas Piggin1-4/+26
2020-05-06Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-05-06-1...Peter Maydell10-12/+71
2020-05-06tcg: Fix integral argument type to tcg_gen_rot[rl]i_i{32,64}Richard Henderson2-12/+12
2020-05-06tcg: Add load_dest parameter to GVecGen2Richard Henderson2-13/+34
2020-05-06tcg: Improve vector tail clearingRichard Henderson1-20/+64
2020-05-06tcg: Add tcg_gen_gvec_dup_tlRichard Henderson1-0/+6
2020-05-06tcg: Remove tcg_gen_gvec_dup{8,16,32,64}iRichard Henderson2-33/+0