aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-22hw/intc/arm_gicv3_its: Split out process_its_cmd() physical interrupt codePeter Maydell1-17/+32
2022-04-22hw/intc/arm_gicv3_its: Factor out CTE lookup sequencePeter Maydell1-70/+39
2022-04-22hw/intc/arm_gicv3_its: Factor out "find ITE given devid, eventid"Peter Maydell1-50/+54
2022-04-22hw/intc/arm_gicv3_its: Distinguish success and error cases of CMD_CONTINUEPeter Maydell1-13/+16
2022-04-22hw/intc/arm_gicv3_its: Implement VMAPPPeter Maydell3-0/+102
2022-04-22hw/intc/arm_gicv3_its: Implement VMAPI and VMAPTIPeter Maydell3-0/+102
2022-04-22hw/intc/arm_gicv3_its: Implement GITS_BASER2 for GICv4Peter Maydell3-0/+42
2022-04-22hw/intc/arm_gicv3_its: Factor out "is intid a valid LPI ID?"Peter Maydell1-3/+7
2022-04-22target/arm/cpu.c: ignore VIRQ and VFIQ if no EL2Peter Maydell1-2/+10
2022-04-22hw/intc/arm_gicv3: Report correct PIDR0 values for ID registersPeter Maydell4-5/+16
2022-04-22hw/intc/arm_gicv3: Insist that redist region capacity matches CPU countPeter Maydell1-2/+2
2022-04-22hw/intc/arm_gicv3: Sanity-check num-cpu propertyPeter Maydell1-0/+4
2022-04-22hw/intc/arm_gicv3_its: Add missing blank linePeter Maydell1-0/+1
2022-04-21Merge tag 'pull-migration-20220421a' of https://gitlab.com/dagrh/qemu into st...Richard Henderson12-238/+267
2022-04-21Merge tag 'pull-rx-20220421' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson4-33/+40
2022-04-21Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into stagingRichard Henderson32-726/+423
2022-04-21migration: Read state onceDr. David Alan Gilbert1-2/+3
2022-04-21migration: Fix operator typeDr. David Alan Gilbert1-1/+1
2022-04-21migration: Allow migrate-recover to run multiple timesPeter Xu3-15/+2
2022-04-21migration: Move channel setup out of postcopy_try_recover()Peter Xu1-12/+11
2022-04-21migration: Export ram_load_postcopy()Peter Xu2-1/+2
2022-04-21migration: Move migrate_allow_multifd and helpers into migration.cPeter Xu4-22/+24
2022-04-21migration: Add pss.postcopy_requested statusPeter Xu1-0/+6
2022-04-21migration: Drop multifd tls_hostname cachePeter Xu2-9/+3
2022-04-21migration: Postpone releasing MigrationState.hostnamePeter Xu2-1/+3
2022-04-21tests: expand the migration precopy helper to support failuresDaniel P. Berrangé1-9/+42
2022-04-21tests: switch migration FD passing test to use common precopy helperDaniel P. Berrangé1-36/+21
2022-04-21tests: introduce ability to provide hooks for migration precopy testDaniel P. Berrangé1-0/+38
2022-04-21tests: merge code for UNIX and TCP migration pre-copy testsDaniel P. Berrangé1-49/+49
2022-04-21tests: switch MigrateStart struct to be stack allocatedDaniel P. Berrangé1-78/+56
2022-04-21migration: fix use of TLS PSK credentials with a UNIX socketDaniel P. Berrangé1-4/+0
2022-04-21tests: print newline after QMP response in qtest logsDaniel P. Berrangé1-1/+4
2022-04-21tests: support QTEST_TRACE env variableDaniel P. Berrangé1-2/+6
2022-04-21tests: improve error message when saving TLS PSK file failsDaniel P. Berrangé1-1/+1
2022-04-21Merge tag 'pull-qapi-2022-04-21' of git://repo.or.cz/qemu/armbru into stagingRichard Henderson16-10/+82
2022-04-21target/rx: update PC correctly in wait instructionTomoaki Kawada1-1/+1
2022-04-21target/rx: set PSW.I when executing wait instructionTomoaki Kawada1-0/+1
2022-04-21hw/rx: rx-gdbsim DTB load address aligned of 16byte.Yoshinori Sato1-1/+1
2022-04-21target/rx: Swap stack pointers on clrpsw/setpsw instructionRichard Henderson1-1/+6
2022-04-21target/rx: Move DISAS_UPDATE check for write to PSWRichard Henderson1-10/+4
2022-04-21target/rx: Store PSW.U in tb->flagsRichard Henderson2-19/+24
2022-04-21target/rx: Put tb_flags into DisasContextRichard Henderson1-1/+3
2022-04-21Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingRichard Henderson110-482/+475
2022-04-21Merge tag 'pull-target-arm-20220421' of https://git.linaro.org/people/pmaydel...Richard Henderson25-600/+1457
2022-04-21python/qmp: remove pylint workaround from legacy.pyJohn Snow1-2/+0
2022-04-21python: rename 'aqmp-tui' to 'qmp-tui'John Snow2-9/+9
2022-04-21python: rename qemu.aqmp to qemu.qmpJohn Snow30-71/+71
2022-04-21python: re-enable pylint duplicate-code warningsJohn Snow1-1/+0
2022-04-21python: remove the old QMP packageJohn Snow6-410/+4
2022-04-21python/aqmp: copy qmp docstrings to qemu.aqmp.legacyJohn Snow1-8/+90