aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-13target/arm: Enable ARMv8.2-ATS1E1 in -cpu maxRichard Henderson2-0/+9
2020-02-13target/arm: Implement ATS1E1 system registersRichard Henderson1-6/+50
2020-02-13target/arm: Set PAN bit as required on exception entryRichard Henderson1-3/+50
2020-02-13target/arm: Enforce PAN semantics in get_S1protRichard Henderson2-0/+16
2020-02-13target/arm: Update arm_mmu_idx_el for PANRichard Henderson1-0/+9
2020-02-13target/arm: Update MSR access for PANRichard Henderson4-0/+43
2020-02-13target/arm: Introduce aarch64_pstate_valid_maskRichard Henderson2-0/+13
2020-02-13target/arm: Remove CPSR_RESERVEDRichard Henderson2-7/+8
2020-02-13target/arm: Use aarch32_cpsr_valid_mask in helper_exception_returnRichard Henderson1-2/+3
2020-02-13target/arm: Replace CPSR_ERET_MASK with aarch32_cpsr_valid_maskRichard Henderson2-3/+4
2020-02-13target/arm: Mask CPSR_J when Jazelle is not enabledRichard Henderson1-1/+4
2020-02-13target/arm: Split out aarch32_cpsr_valid_maskRichard Henderson2-23/+38
2020-02-13target/arm: Move LOR regdefs to file scopeRichard Henderson1-28/+29
2020-02-13target/arm: Add isar_feature tests for PAN + ATS1E1Richard Henderson1-0/+29
2020-02-13target/arm: Add mmu_idx for EL1 and EL2 w/ PAN enabledRichard Henderson6-22/+87
2020-02-13target/arm: Add arm_mmu_idx_is_stage1_of_2Richard Henderson2-5/+21
2020-02-13virt/acpi: update golden masters for DSDT updateHeyi Guo4-3/+0
2020-02-13arm/acpi: simplify the description of PCI _CRSHeyi Guo1-1/+0
2020-02-13arm/acpi: fix duplicated _UID of PCI interrupt link devicesHeyi Guo1-1/+1
2020-02-13arm/acpi: fix PCI _PRT definitionHeyi Guo1-5/+5
2020-02-13arm/virt/acpi: remove _ADR from devices identified by _HIDHeyi Guo1-8/+0
2020-02-13arm/virt/acpi: remove meaningless sub device "RP0" from PCI0Heyi Guo1-4/+0
2020-02-13bios-tables-test: prepare to change ARM virt ACPI DSDTHeyi Guo1-0/+3
2020-02-13i.MX: Add support for WDT on i.MX6Roman Kapl2-0/+24
2020-02-13i.MX: Fix inverted register bits in wdt code.Roman Kapl1-1/+1
2020-02-13Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell14-33/+34
2020-02-13Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200212-pull-request' i...Peter Maydell7-80/+51
2020-02-13git: Make submodule check only needed modulesJuan Quintela1-4/+8
2020-02-13migration-test: fix some memleaks in migration-testPan Nengyuan1-2/+12
2020-02-13tests/migration: Add some slack to auto convergeDr. David Alan Gilbert1-1/+2
2020-02-13migration/rdma: rdma_accept_incoming_migration fix error handlingDr. David Alan Gilbert1-4/+7
2020-02-13migration: Optimization about wait-unplug migration stateKeqian Zhu3-23/+4
2020-02-13migration: Maybe VM is paused when migration is cancelledZhimin Feng1-8/+16
2020-02-13qxl: introduce hardware revision 5Gerd Hoffmann3-2/+9
2020-02-12tcg: Add tcg_gen_gvec_5_ptrRichard Henderson2-0/+39
2020-02-12linux-user: implement TARGET_SO_PEERSECLaurent Vivier1-0/+22
2020-02-12linux-user: fix use of SIGRTMINLaurent Vivier2-5/+48
2020-02-12linux-user: fix TARGET_NSIG and _NSIG usesLaurent Vivier1-15/+37
2020-02-12linux-user: cleanup signal.cLaurent Vivier1-20/+28
2020-02-12linux-user: add missing TARGET_SIGRTMIN for hppaLaurent Vivier1-0/+1
2020-02-12uas: fix super speed bMaxPacketSize0Gerd Hoffmann1-1/+1
2020-02-12usb-host: wait for cancel completeGerd Hoffmann1-8/+9
2020-02-12target/i386: enable monitor and ucode revision with -cpu maxPaolo Bonzini1-0/+2
2020-02-12target/i386: check for availability of MSR_IA32_UCODE_REV as an emulated MSRPaolo Bonzini1-2/+5
2020-02-12target/i386: fix TCG UCODE_REV accessPaolo Bonzini1-4/+4
2020-02-12build: move TARGET_GPROF to config-host.makPaolo Bonzini5-8/+10
2020-02-12exec: do not define use_icount for user-mode emulationPaolo Bonzini1-4/+4
2020-02-12minikconf: accept alnum identifiersMarc-André Lureau1-1/+1
2020-02-12Remove support for CLOCK_MONOTONIC not being definedPeter Maydell2-11/+5
2020-02-12seqlock: fix seqlock_write_unlock_impl functionLuc Michel1-2/+2