aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-01qapi/machine: Fix an incorrect comment of SMPConfigurationYanan Wang1-1/+1
2021-10-01tests/tcg/multiarch: Re-enable signals test for most guestsRichard Henderson4-11/+14
2021-10-01linux-user: Remove default for TARGET_ARCH_HAS_SIGTRAMP_PAGERichard Henderson1-4/+0
2021-10-01linux-user/xtensa: Implement setup_sigtrampRichard Henderson2-20/+38
2021-10-01linux-user/sparc: Implement setup_sigtrampRichard Henderson2-14/+30
2021-10-01linux-user/sh4: Implement setup_sigtrampRichard Henderson2-18/+24
2021-10-01linux-user/s390x: Implement setup_sigtrampRichard Henderson2-8/+18
2021-10-01linux-user/riscv: Implement setup_sigtrampRichard Henderson2-9/+15
2021-10-01linux-user/ppc: Implement setup_sigtrampRichard Henderson2-16/+20
2021-10-01linux-user/ppc: Simplify encode_trampolineRichard Henderson1-4/+2
2021-10-01linux-user/openrisc: Implement setup_sigtrampRichard Henderson2-8/+16
2021-10-01linux-user/nios2: Document non-use of setup_sigtrampRichard Henderson1-0/+3
2021-10-01linux-user/mips: Implement setup_sigtrampRichard Henderson3-10/+27
2021-10-01linux-user/mips: Tidy install_sigtrampRichard Henderson1-4/+1
2021-10-01linux-user/microblaze: Implement setup_sigtrampRichard Henderson2-7/+19
2021-10-01linux-user/m68k: Implement setup_sigtrampRichard Henderson2-25/+24
2021-10-01linux-user/x86_64: Raise SIGSEGV if SA_RESTORER not setRichard Henderson1-6/+5
2021-10-01linux-user/i386: Implement setup_sigtrampRichard Henderson3-18/+43
2021-10-01linux-user/hppa: Document non-use of setup_sigtrampRichard Henderson1-0/+14
2021-10-01linux-user/hexagon: Implement setup_sigtrampRichard Henderson2-2/+19
2021-10-01linux-user/cris: Implement setup_sigtrampRichard Henderson2-8/+23
2021-10-01linux-user/alpha: Implement setup_sigtrampRichard Henderson2-14/+21
2021-10-01linux-user/arm: Implement setup_sigtrampRichard Henderson2-71/+110
2021-10-01linux-user/arm: Drop "_v2" from symbols in signal.cRichard Henderson1-70/+45
2021-10-01linux-user/arm: Drop v1 signal framesRichard Henderson1-216/+4
2021-10-01linux-user/aarch64: Implement setup_sigtrampRichard Henderson2-13/+23
2021-10-01linux-user: Add infrastructure for a signal trampoline pageRichard Henderson3-0/+27
2021-09-30Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210930'...Peter Maydell108-447/+3806
2021-09-30Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell64-38/+1397
2021-09-30Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.2-20210930' in...Peter Maydell35-445/+741
2021-09-30meson_options.txt: Switch the default value for the vnc option to 'auto'Thomas Huth1-1/+1
2021-09-30build-sys: add HAVE_IPPROTO_MPTCPMarc-André Lureau4-5/+7
2021-09-30memory: Add tracepoint for dirty syncPeter Xu2-0/+3
2021-09-30memory: Name all the memory listenersPeter Xu19-4/+33
2021-09-30target/i386: Fix memory leak in sev_read_file_base64()Peter Maydell1-1/+1
2021-09-30tests: qtest: bios-tables-test depends on the unpacked edk2 ROMsPaolo Bonzini2-4/+5
2021-09-30meson: unpack edk2 firmware even if --disable-blobsPaolo Bonzini3-11/+11
2021-09-30target/i386: Add the query-sgx-capabilities QMP commandYang Zhong6-0/+97
2021-09-30target/i386: Add HMP and QMP interfaces for SGXYang Zhong8-0/+136
2021-09-30docs/system: Add SGX documentation to the system manualSean Christopherson2-0/+166
2021-09-30sgx-epc: Add the fill_device_info() callback supportYang Zhong3-4/+56
2021-09-30i440fx: Add support for SGX EPCSean Christopherson1-0/+1
2021-09-30q35: Add support for SGX EPCSean Christopherson1-0/+1
2021-09-30i386: acpi: Add SGX EPC entry to ACPI tablesSean Christopherson1-0/+22
2021-09-30i386/pc: Add e820 entry for SGX EPC section(s)Sean Christopherson1-0/+4
2021-09-30hw/i386/pc: Account for SGX EPC sections when calculating device memorySean Christopherson2-1/+17
2021-09-30hw/i386/fw_cfg: Set SGX bits in feature control fw_cfg accordinglySean Christopherson1-1/+11
2021-09-30Adjust min CPUID level to 0x12 when SGX is enabledSean Christopherson1-0/+5
2021-09-30i386: Propagate SGX CPUID sub-leafs to KVMSean Christopherson1-0/+19
2021-09-30i386: kvm: Add support for exposing PROVISIONKEY to guestSean Christopherson3-1/+35