aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-05Revert "target/arm: Fix usage of MMU indexes when EL3 is AArch32"Peter Maydell
2024-11-05softfloat: Remove fallback rule from pickNaN()Peter Maydell
2024-11-05target/rx: Explicitly set 2-NaN propagation rulePeter Maydell
2024-11-05target/openrisc: Explicitly set 2-NaN propagation rulePeter Maydell
2024-11-05target/microblaze: Explicitly set 2-NaN propagation rulePeter Maydell
2024-11-05target/microblaze: Move setting of float rounding mode to resetPeter Maydell
2024-11-05target/alpha: Explicitly set 2-NaN propagation rulePeter Maydell
2024-11-05target/i386: Set 2-NaN propagation rule explicitlyPeter Maydell
2024-11-05target/xtensa: Explicitly set 2-NaN propagation rulePeter Maydell
2024-11-05target/xtensa: Factor out calls to set_use_first_nan()Peter Maydell
2024-11-05target/sparc: Explicitly set 2-NaN propagation rulePeter Maydell
2024-11-05target/sparc: Move cpu_put_fsr(env, 0) call to resetPeter Maydell
2024-11-05target/m68k: Initialize float_status fields in gdb set/get functionsPeter Maydell
2024-11-05target/m68k: Explicitly set 2-NaN propagation rulePeter Maydell
2024-11-05target/ppc: Explicitly set 2-NaN propagation rulePeter Maydell
2024-11-05target/s390x: Explicitly set 2-NaN propagation rulePeter Maydell
2024-11-05target/hppa: Explicitly set 2-NaN propagation rulePeter Maydell
2024-11-05target/loongarch: Explicitly set 2-NaN propagation rulePeter Maydell
2024-11-05target/mips: Explicitly set 2-NaN propagation rulePeter Maydell
2024-11-05target/arm: Explicitly set 2-NaN propagation rulePeter Maydell
2024-11-05tests/fp: Explicitly set 2-NaN propagation rulePeter Maydell
2024-11-05softfloat: Allow 2-operand NaN propagation rule to be set at runtimePeter Maydell
2024-11-05Merge tag 'pull-aspeed-20241104' of https://github.com/legoater/qemu into sta...Peter Maydell
2024-11-05Merge tag 'pull-ppc-for-9.2-1-20241104' of https://gitlab.com/npiggin/qemu in...Peter Maydell
2024-11-05contrib/plugins: remove Makefile for contrib/pluginsPierrick Bouvier
2024-11-05meson: build contrib/plugins with mesonPierrick Bouvier
2024-11-05contrib/plugins/cflow: fix warningPierrick Bouvier
2024-11-04bsd-user: Set TaskState ts_tid for initial threadsJessica Clarke
2024-11-04bsd-user/main: Allow setting tb-sizeIlya Leoshkevich
2024-11-04bsd-user/x86_64/target_arch_thread.h: Align stackIlya Leoshkevich
2024-11-04intel_iommu: Add missed reserved bit check for IEC descriptorZhenzhong Duan
2024-11-04intel_iommu: Add missed sanity check for 256-bit invalidation queueZhenzhong Duan
2024-11-04intel_iommu: Send IQE event when setting reserved bit in IQT_TAILZhenzhong Duan
2024-11-04hw/acpi: Update GED with vCPU Hotplug VMSD for migrationSalil Mehta
2024-11-04tests/qtest/bios-tables-test: Update DSDT golden masters for x86/{pc,q35}Salil Mehta
2024-11-04hw/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug statesSalil Mehta
2024-11-04qtest: allow ACPI DSDT Table changesSalil Mehta
2024-11-04hw/acpi: Make CPUs ACPI `presence` conditional during vCPU hot-unplugSalil Mehta
2024-11-04hw/pci: Add parenthesis to PCI_BUILD_BDF macroRoque Arcudia Hernandez
2024-11-04hw/cxl: Ensure there is enough data to read the input header in cmd_get_physi...Jonathan Cameron
2024-11-04hw/cxl: Ensure there is enough data for the header in cmd_ccls_set_lsa()Jonathan Cameron
2024-11-04hw/cxl: Check that writes do not go beyond end of target attributesJonathan Cameron
2024-11-04hw/cxl: Ensuring enough data to read parameters in cmd_tunnel_management_cmd()Jonathan Cameron
2024-11-04hw/cxl: Avoid accesses beyond the end of cel_log.Jonathan Cameron
2024-11-04hw/cxl: Check the length of data requested fits in get_log()Jonathan Cameron
2024-11-04hw/cxl: Check enough data in cmd_firmware_update_transfer()Jonathan Cameron
2024-11-04hw/cxl: Check input length is large enough in cmd_events_clear_records()Jonathan Cameron
2024-11-04hw/cxl: Check input includes at least the header in cmd_features_set_feature()Jonathan Cameron
2024-11-04hw/cxl: Check size of input data to dynamic capacity mailbox commandsJonathan Cameron
2024-11-04hw/cxl/cxl-mailbox-util: Fix output buffer index update when retrieving DC ex...Fan Ni