Show patches with: State = Action Required       |    Archived = No       |   706 patches
« 1 2 3 47 8 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[24/24] target/ppc/mmu_common.c: Move BookE MMU functions together Misc PPC exception and BookE MMU clean ups - - - - --- 2024-04-23 BALATON Zoltan New
[23/24] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() Misc PPC exception and BookE MMU clean ups - - - - --- 2024-04-23 BALATON Zoltan New
[22/24] target/ppc/mmu_common.c: Remove BookE handling from get_physical_address_wtlb() Misc PPC exception and BookE MMU clean ups - - - - --- 2024-04-23 BALATON Zoltan New
[21/24] target/ppc/mmu_common.c: Split off BookE handling from ppc_jumbo_xlate() Misc PPC exception and BookE MMU clean ups - - - - --- 2024-04-23 BALATON Zoltan New
[20/24] target/ppc: Remove ppc_hash32_pp_prot() and reuse common function Misc PPC exception and BookE MMU clean ups - - - - --- 2024-04-23 BALATON Zoltan New
[19/24] target/ppc: Move mmu_ctx_t definition to mmu_common.c Misc PPC exception and BookE MMU clean ups - - - - --- 2024-04-23 BALATON Zoltan New
[18/24] target/ppc/mmu_common.c: Make get_physical_address_wtlb() static Misc PPC exception and BookE MMU clean ups - - - - --- 2024-04-23 BALATON Zoltan New
[17/24] target/ppc/mmu_common.c: Replace hard coded constants in ppc_jumbo_xlate() Misc PPC exception and BookE MMU clean ups - - - - --- 2024-04-23 BALATON Zoltan New
[16/24] target/ppc/mmu_common.c: Deindent ppc_jumbo_xlate() Misc PPC exception and BookE MMU clean ups - - - - --- 2024-04-23 BALATON Zoltan New
[15/24] target/ppc/mmu_common.c: Fix misindented qemu_log_mask() calls Misc PPC exception and BookE MMU clean ups - - - - --- 2024-04-23 BALATON Zoltan New
[14/24] target/ppc/mmu_common.c: Simplify mmubooke206_get_physical_address() Misc PPC exception and BookE MMU clean ups - - - - --- 2024-04-23 BALATON Zoltan New
[13/24] target/ppc/mmu_common.c: Simplify mmubooke_get_physical_address() Misc PPC exception and BookE MMU clean ups - - - - --- 2024-04-23 BALATON Zoltan New
[12/24] target/ppc/mmu_common.c: Inline and remove check_physical() Misc PPC exception and BookE MMU clean ups - - - - --- 2024-04-23 BALATON Zoltan New
[11/24] target/ppc/mmu_common.c: Split off real mode cases in get_physical_address_wtlb() Misc PPC exception and BookE MMU clean ups - - - - --- 2024-04-23 BALATON Zoltan New
[10/24] target/ppc/mmu_common.c: Split out BookE cases before checking real mode Misc PPC exception and BookE MMU clean ups - - - - --- 2024-04-23 BALATON Zoltan New
[09/24] target/ppc/mmu_common.c: Rename get_bat_6xx_tlb() Misc PPC exception and BookE MMU clean ups - - - - --- 2024-04-23 BALATON Zoltan New
[08/24] target/ppc/mmu_common.c: Introduce mmu6xx_get_physical_address() Misc PPC exception and BookE MMU clean ups - - - - --- 2024-04-23 BALATON Zoltan New
[07/24] target/ppc/mmu_common.c: Drop cases for unimplemented MPC8xx MMU Misc PPC exception and BookE MMU clean ups - - - - --- 2024-04-23 BALATON Zoltan New
[06/24] target/ppc/mmu_common.c: Simplify checking for real mode Misc PPC exception and BookE MMU clean ups - - - - --- 2024-04-23 BALATON Zoltan New
[05/24] target/ppc/mmu_common.c: Move calculation of a value closer to its usage Misc PPC exception and BookE MMU clean ups - - - - --- 2024-04-23 BALATON Zoltan New
[04/24] target/ppc: Remove unused helper Misc PPC exception and BookE MMU clean ups - 1 - - --- 2024-04-23 BALATON Zoltan New
[03/24] target/ppc: Simplify syscall exception handlers Misc PPC exception and BookE MMU clean ups - - 1 - --- 2024-04-23 BALATON Zoltan New
[02/24] target/ppc: Move patching nip from exception handler to helper_scv Misc PPC exception and BookE MMU clean ups - - - - --- 2024-04-23 BALATON Zoltan New
[01/24] target/ppc: Fix gen_sc to use correct nip Misc PPC exception and BookE MMU clean ups - - 1 - --- 2024-04-23 BALATON Zoltan New
[v2,8/8] target/ppc: Move logical fixed-point instructions to decodetree. target/ppc: Move fixed-point insns to - - 1 - --- 2024-04-23 Chinmay Rath New
[v2,7/8] target/ppc: Move cmp{rb, eqb}, tw[i], td[i], isel instructions to decodetree. target/ppc: Move fixed-point insns to - - 1 - --- 2024-04-23 Chinmay Rath New
[v2,6/8] target/ppc: Move div/mod fixed-point insns (64 bits operands) to decodetree. target/ppc: Move fixed-point insns to - - 1 - --- 2024-04-23 Chinmay Rath New
[v2,5/8] target/ppc: Move multiply fixed-point insns (64-bit operands) to decodetree. target/ppc: Move fixed-point insns to - - 1 - --- 2024-04-23 Chinmay Rath New
[v2,4/8] target/ppc: Move neg, darn, mod{sw, uw} to decodetree. target/ppc: Move fixed-point insns to - - 1 - --- 2024-04-23 Chinmay Rath New
[v2,3/8] target/ppc: Move divw[u, e, eu] instructions to decodetree. target/ppc: Move fixed-point insns to - - 1 - --- 2024-04-23 Chinmay Rath New
[v2,2/8] target/ppc: Make divw[u] handler method decodetree compatible. target/ppc: Move fixed-point insns to - - 1 - --- 2024-04-23 Chinmay Rath New
[v2,1/8] target/ppc: Move mul{li, lw, lwo, hw, hwu} instructions to decodetree. target/ppc: Move fixed-point insns to - - 1 - --- 2024-04-23 Chinmay Rath New
target/ppc: handle vcpu hotplug failure gracefully target/ppc: handle vcpu hotplug failure gracefully - - - - --- 2024-04-23 Harsh Prateek Bora New
[3/3] target/ppc/cpu_init: Remove "PowerPC" prefix from the CPU list Remove useless architecture prefix from the CPU list - - - - --- 2024-04-20 Thomas Huth New
[2/3] target/s390x/cpu_models: Rework the output of "-cpu help" Remove useless architecture prefix from the CPU list - - - - --- 2024-04-20 Thomas Huth New
[1/3] target/i386/cpu: Remove "x86" prefix from the CPU list Remove useless architecture prefix from the CPU list - - - - --- 2024-04-20 Thomas Huth New
[v2,01/22] kvm: Merge kvm_check_extension() and kvm_vm_check_extension() [v2,01/22] kvm: Merge kvm_check_extension() and kvm_vm_check_extension() - - - - --- 2024-04-19 Jean-Philippe Brucker New
[24/24] exec: Remove unnecessary inclusions of 'hw/core/cpu.h' include/exec: Rework (part 2) - - 1 - --- 2024-04-18 Philippe Mathieu-Daudé New
[23/24] exec: Remove 'disas/disas.h' from 'exec/log.h' include/exec: Rework (part 2) - - - - --- 2024-04-18 Philippe Mathieu-Daudé New
[22/24] exec: Remove 'exec/tswap.h' from 'exec/cpu-all.h' include/exec: Rework (part 2) - - 1 - --- 2024-04-18 Philippe Mathieu-Daudé New
[21/24] plugins: Un-inline qemu_plugin_disable_mem_helpers() include/exec: Rework (part 2) - - - - --- 2024-04-18 Philippe Mathieu-Daudé New
[20/24] hw/xtensa: Include missing 'exec/cpu-common.h' in 'bootparam.h' include/exec: Rework (part 2) - - - - --- 2024-04-18 Philippe Mathieu-Daudé New
[19/24] gdbstub: Avoid including 'cpu.h' in 'gdbstub/helpers.h' include/exec: Rework (part 2) - - 1 - --- 2024-04-18 Philippe Mathieu-Daudé New
[18/24] plugins: Include missing 'qemu/bitmap.h' header include/exec: Rework (part 2) - - 1 - --- 2024-04-18 Philippe Mathieu-Daudé New
[17/24] exec: Include missing 'qemu/log-for-trace.h' header in 'exec/log.h' include/exec: Rework (part 2) - - - - --- 2024-04-18 Philippe Mathieu-Daudé New
[16/24] exec: Move GUEST_ADDR_MAX definition to 'cpu_ldst.h' include/exec: Rework (part 2) - - - - --- 2024-04-18 Philippe Mathieu-Daudé New
[15/24] exec: Restrict inclusion of 'user/guest-base.h' include/exec: Rework (part 2) - - 1 - --- 2024-04-18 Philippe Mathieu-Daudé New
[14/24] exec: Rename 'exec/user/guest-base.h' as 'user/guest-base.h' include/exec: Rework (part 2) - - - - --- 2024-04-18 Philippe Mathieu-Daudé New
[13/24] target/sparc: Replace abi_ulong by uint32_t for TARGET_ABI32 include/exec: Rework (part 2) - - 1 - --- 2024-04-18 Philippe Mathieu-Daudé New
[12/24] exec: Move CPUTLBEntry helpers to cputlb.c include/exec: Rework (part 2) - - 1 - --- 2024-04-18 Philippe Mathieu-Daudé New
[11/24] exec: Move tlb_reset_dirty*() declarations to 'exec/cputlb.h' include/exec: Rework (part 2) - - - - --- 2024-04-18 Philippe Mathieu-Daudé New
[10/24] exec: Reduce tlb_set_dirty() declaration scope include/exec: Rework (part 2) - - 1 - --- 2024-04-18 Philippe Mathieu-Daudé New
[09/24] physmem: Restrict TCG CPU IOTLB code to TCG accel include/exec: Rework (part 2) - - - - --- 2024-04-18 Philippe Mathieu-Daudé New
[08/24] physmem: Move TCG CPU IOTLB methods around include/exec: Rework (part 2) - - 1 - --- 2024-04-18 Philippe Mathieu-Daudé New
[07/24] exec: Un-inline tlb_vaddr_to_host() and declare it in 'exec/cputlb.h' include/exec: Rework (part 2) - - - - --- 2024-04-18 Philippe Mathieu-Daudé New
[06/24] exec: Have guest_addr_valid() methods take abi_ptr/size_t arguments include/exec: Rework (part 2) - - - - --- 2024-04-18 Philippe Mathieu-Daudé New
[05/24] exec: Restrict 'cpu_ldst.h' to TCG accelerator include/exec: Rework (part 2) - - 1 - --- 2024-04-18 Philippe Mathieu-Daudé New
[04/24] exec: Restrict TCG specific declarations of 'cputlb.h' include/exec: Rework (part 2) - - 1 - --- 2024-04-18 Philippe Mathieu-Daudé New
[03/24] hw/core: Avoid including the full 'hw/core/cpu.h' in 'tcg-cpu-ops.h' include/exec: Rework (part 2) - - 1 - --- 2024-04-18 Philippe Mathieu-Daudé New
[02/24] exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' header include/exec: Rework (part 2) - - - - --- 2024-04-18 Philippe Mathieu-Daudé New
[01/24] exec: Declare MMUAccessType type in 'mmu-access-type.h' header include/exec: Rework (part 2) - - 1 - --- 2024-04-18 Philippe Mathieu-Daudé New
[2/2] ppc/pnv: Implement ADU access to LPC space ppc/pnv: ADU model for POWER9/10 - - - - --- 2024-04-17 Nicholas Piggin New
[1/2] ppc/pnv: Begin a more complete ADU LPC model for POWER9/10 ppc/pnv: ADU model for POWER9/10 - - - - --- 2024-04-17 Nicholas Piggin New
[v4,22/22] hw/i386/pc: Replace PCMachineClass::acpi_data_size by PC_ACPI_DATA_SIZE hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,21/22] target/i386: Remove X86CPU::kvm_no_smi_migration field hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 1 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,20/22] hw/i386/pc: Remove deprecated pc-i440fx-2.3 machine hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - - - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,19/22] hw/i386/acpi: Remove AcpiBuildState::rsdp field hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,18/22] hw/i386/pc: Remove PCMachineClass::rsdp_in_ram hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,17/22] hw/i386/pc: Remove PCMachineClass::resizable_acpi_blob hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 1 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,16/22] hw/i386/pc: Remove deprecated pc-i440fx-2.2 machine hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,15/22] hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug() hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 3 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,14/22] hw/mem/pc-dimm: Remove legacy_align argument from pc_dimm_pre_plug() hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 3 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,13/22] hw/i386/pc: Remove PCMachineClass::enforce_aligned_dimm hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 1 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,12/22] hw/smbios: Remove 'smbios_uuid_encoded', simplify smbios_encode_uuid() hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 1 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,11/22] hw/smbios: Remove 'uuid_encoded' argument from smbios_set_defaults() hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 1 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,10/22] hw/i386/pc: Remove PCMachineClass::smbios_uuid_encoded hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,09/22] target/i386/kvm: Remove x86_cpu_change_kvm_default() and 'kvm-cpu.h' hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,08/22] hw/i386/pc: Remove deprecated pc-i440fx-2.1 machine hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,07/22] hw/acpi/ich9: Remove dead code related to 'acpi_memory_hotplug' hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 1 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,06/22] hw/acpi/ich9: Remove 'memory-hotplug-support' property hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 1 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,05/22] hw/i386/acpi: Remove PCMachineClass::legacy_acpi_table_size hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 1 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,04/22] hw/usb/hcd-xhci: Remove XHCI_FLAG_SS_FIRST flag hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,03/22] hw/usb/hcd-xhci: Remove XHCI_FLAG_FORCE_PCIE_ENDCAP flag hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,02/22] hw/i386/pc: Remove deprecated pc-i440fx-2.0 machine hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,01/22] hw/i386/pc: Deprecate 2.4 to 2.12 pc-i440fx machines hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v2,4/4] hw/i2c: Convert to spec v7 terminology (manually) hw/i2c: Convert to spec v7 (inclusive) terminology - - - - --- 2024-04-16 Philippe Mathieu-Daudé New
[v2,3/4] hw/i2c: Convert to spec v7 terminology (automatically) hw/i2c: Convert to spec v7 (inclusive) terminology - - - - --- 2024-04-16 Philippe Mathieu-Daudé New
[v2,2/4] hw/i2c: Fix checkpatch line over 80 chars warnings hw/i2c: Convert to spec v7 (inclusive) terminology - - - - --- 2024-04-16 Philippe Mathieu-Daudé New
[v2,1/4] hw/i2c: Fix checkpatch block comment warnings hw/i2c: Convert to spec v7 (inclusive) terminology - - - - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,22/22] hw/i386/pc: Replace PCMachineClass::acpi_data_size by PC_ACPI_DATA_SIZE hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,21/22] target/i386: Remove X86CPU::kvm_no_smi_migration field hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 1 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,20/22] hw/i386/pc: Remove deprecated pc-i440fx-2.3 machine hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 1 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,19/22] hw/i386/acpi: Remove AcpiBuildState::rsdp field hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,18/22] hw/i386/pc: Remove PCMachineClass::rsdp_in_ram hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,17/22] hw/i386/pc: Remove PCMachineClass::resizable_acpi_blob hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 1 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,16/22] hw/i386/pc: Remove deprecated pc-i440fx-2.2 machine hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,15/22] hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug() hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 3 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,14/22] hw/mem/pc-dimm: Remove legacy_align argument from pc_dimm_pre_plug() hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 3 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,13/22] hw/i386/pc: Remove PCMachineClass::enforce_aligned_dimm hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 1 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,12/22] hw/smbios: Remove 'smbios_uuid_encoded', simplify smbios_encode_uuid() hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 1 - --- 2024-04-16 Philippe Mathieu-Daudé New
« 1 2 3 47 8 »