summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hw/tpm: Clean includesPhilippe Mathieu-Daudé2022-02-213-4/+5
* scripts: Remove the old switch-timer-api scriptThomas Huth2022-02-211-178/+0Star
* tests/qtest: failover: migration abort test with failover offLaurent Vivier2022-02-211-0/+180
* tests/qtest: failover: test migration if the guest doesn't support failoverLaurent Vivier2022-02-211-0/+142
* tests/qtest: failover: check migration with failover offLaurent Vivier2022-02-211-0/+133
* tests/qtest: failover: check missing guest featureLaurent Vivier2022-02-211-0/+33
* tests/qtest: failover: check the feature is correctly providedLaurent Vivier2022-02-211-53/+86
* tests/qtest: failover: use a macro for check_one_card()Laurent Vivier2022-02-211-26/+21Star
* tests/qtest: failover: clean up pathname of testsLaurent Vivier2022-02-211-8/+13
* tests/qtest/ide-test: Remove bad retry_isa testThomas Huth2022-02-211-12/+1Star
* tests/qtest/vhost-user-test.c: Use vhostforce=onEric Auger2022-02-211-1/+1
* erst: drop cast to long longMichael S. Tsirkin2022-02-211-1/+1
* tests/x86: Use 'pc' machine type for hotplug testsDr. David Alan Gilbert2022-02-214-10/+56
* tests/x86: Use 'pc' machine type for old hardware testsDr. David Alan Gilbert2022-02-214-6/+13
* Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220218' into s...Peter Maydell2022-02-2022-1334/+2132
|\
| * target/ppc: Move common SPR functions out of cpu_initFabiano Rosas2022-02-183-400/+403
| * target/ppc: cpu_init: Move check_pow and QOM macros to a headerFabiano Rosas2022-02-182-37/+39
| * target/ppc: cpu_init: Move SPR registration macros to a headerFabiano Rosas2022-02-182-56/+65
| * target/ppc: cpu_init: Expose some SPR registration helpersFabiano Rosas2022-02-182-7/+15
| * target/ppc: Rename spr_tcg.h to spr_common.hFabiano Rosas2022-02-183-4/+4
| * target/ppc: cpu_init: Remove register_usprg3_sprsFabiano Rosas2022-02-181-10/+11
| * target/ppc: cpu_init: Rename register_ne_601_sprsFabiano Rosas2022-02-181-21/+20Star
| * target/ppc: cpu_init: Reuse init_proc_745 for the 755Fabiano Rosas2022-02-181-17/+1Star
| * target/ppc: cpu_init: Reuse init_proc_604 for the 604eFabiano Rosas2022-02-181-11/+1Star
| * target/ppc: cpu_init: Reuse init_proc_603 for the e300Fabiano Rosas2022-02-181-58/+46Star
| * target/ppc: cpu_init: Move 604e SPR registration into a functionFabiano Rosas2022-02-181-19/+24
| * target/ppc: cpu_init: Move e300 SPR registration into a functionFabiano Rosas2022-02-181-29/+35
| * target/ppc: cpu_init: Move 755 L2 cache SPRs into a functionFabiano Rosas2022-02-181-9/+15
| * target/ppc: cpu_init: Deduplicate 7xx SPR registrationFabiano Rosas2022-02-181-57/+11Star
| * target/ppc: cpu_init: Deduplicate 745/755 SPR registrationFabiano Rosas2022-02-181-31/+19Star
| * target/ppc: cpu_init: Deduplicate 604 SPR registrationFabiano Rosas2022-02-181-10/+7Star
| * target/ppc: cpu_init: Deduplicate 603 SPR registrationFabiano Rosas2022-02-181-19/+9Star
| * target/ppc: cpu_init: Deduplicate 440 SPR registrationFabiano Rosas2022-02-181-74/+26Star
| * target/ppc: cpu_init: Decouple 74xx SPR registration from 7xxFabiano Rosas2022-02-181-16/+91
| * target/ppc: cpu_init: Decouple G2 SPR registration from 755Fabiano Rosas2022-02-181-5/+20
| * target/ppc: cpu_init: Move G2 SPRs into register_G2_sprsFabiano Rosas2022-02-181-19/+22
| * target/ppc: cpu_init: Move 405 SPRs into register_405_sprsFabiano Rosas2022-02-181-11/+13
| * target/ppc: cpu_init: Avoid nested SPR register functionsFabiano Rosas2022-02-181-3/+3
| * target/ppc: cpu_init: Move Timebase registration into the common functionFabiano Rosas2022-02-181-80/+18Star
| * target/ppc: cpu_init: Group registration of generic SPRsFabiano Rosas2022-02-181-26/+32
| * target/ppc: cpu_init: Remove G2LE init codeFabiano Rosas2022-02-181-41/+1Star
| * target/ppc: cpu_init: Remove not implemented commentsFabiano Rosas2022-02-181-329/+253Star
| * spapr: implement nested-hv capability for the virtual hypervisorNicholas Piggin2022-02-185-11/+452
| * target/ppc: Introduce a vhyp framework for nested HV supportNicholas Piggin2022-02-185-13/+81
| * target/ppc: Add powerpc_reset_excp_state helperNicholas Piggin2022-02-181-20/+22
| * target/ppc: add helper for books vhyp hypercall handlerNicholas Piggin2022-02-181-1/+13
| * target/ppc: make vhyp get_pate method take lpid and return successNicholas Piggin2022-02-183-3/+15
| * target/ppc: add vhyp addressing mode helper for radix MMUNicholas Piggin2022-02-181-4/+15
| * ppc: allow the hdecr timer to be created/destroyedNicholas Piggin2022-02-182-0/+24
| * spapr: prevent hdec timer being set up under virtual hypervisorNicholas Piggin2022-02-182-4/+4