qemu-riscv.nongnu.org archive mirror
 help / color / mirror / Atom feed
[PULL 00/22] Misc HW patches for 2024-04-25
 2024-04-25 11:01 UTC  (23+ messages)
` [PULL 01/22] qom: add default value
` [PULL 02/22] qmp: add dump machine type compatibility properties
` [PULL 03/22] python/qemu/machine: add method to retrieve QEMUMachine::binary field
` [PULL 04/22] scripts: add script to compare compatibility properties
` [PULL 05/22] hw/core: Remove check on NEED_CPU_H in tcg-cpu-ops.h
` [PULL 06/22] target/i386: Move APIC related code to cpu-apic.c
` [PULL 07/22] hw/misc/applesmc: Simplify DeviceReset handler
` [PULL 08/22] hw/misc/imx: Replace sprintf() by snprintf()
` [PULL 09/22] hw/riscv/virt: Replace sprintf by g_strdup_printf
` [PULL 10/22] hw: Fix problem with the A*MPCORE switches in the Kconfig files
` [PULL 11/22] hw: Add a Kconfig switch for the TYPE_CPU_CLUSTER device
` [PULL 12/22] hw/cxl/cxl-cdat: Make ct3_load_cdat() return boolean
` [PULL 13/22] hw/cxl/cxl-cdat: Make ct3_build_cdat() "
` [PULL 14/22] hw/cxl/cxl-cdat: Make cxl_doe_cdat_init() "
` [PULL 15/22] hw/elf_ops: Rename elf_ops.h -> elf_ops.h.inc
` [PULL 16/22] hw/xtensa: Include missing 'exec/cpu-common.h' in 'bootparam.h'
` [PULL 17/22] hw/misc : Correct 5 spaces indents in stm32l4x5_exti
` [PULL 18/22] hw/i386/pc_sysfw: Remove unused parameter from pc_isa_bios_init()
` [PULL 19/22] hw/core/machine: Introduce the module as a CPU topology level
` [PULL 20/22] hw/core/machine: Support modules in -smp
` [PULL 21/22] hw/core: Introduce module-id as the topology subindex
` [PULL 22/22] hw/core: Support module-id in numa configuration

[PATCH v2] target/riscv/kvm/kvm-cpu.c: kvm_riscv_handle_sbi() fail with vendor-specific SBI
 2024-04-25  9:21 UTC  (9+ messages)
` [PATCH v4] "
      ` [PATCH v5] target/riscv/kvm/kvm-cpu.c: kvm_riscv_handle_sbi() fail with vendor-specific sbi
      ` [PATCH v6] target/riscv/kvm/kvm-cpu.c: kvm_riscv_handle_sbi() fail with vendor-specific SBI

[PATCH 00/24] include/exec: Rework (part 2)
 2024-04-25  8:30 UTC  (55+ messages)
` [PATCH 01/24] exec: Declare MMUAccessType type in 'mmu-access-type.h' header
` [PATCH 02/24] exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' header
` [PATCH 03/24] hw/core: Avoid including the full 'hw/core/cpu.h' in 'tcg-cpu-ops.h'
` [PATCH 04/24] exec: Restrict TCG specific declarations of 'cputlb.h'
` [PATCH 05/24] exec: Restrict 'cpu_ldst.h' to TCG accelerator
` [PATCH 06/24] exec: Have guest_addr_valid() methods take abi_ptr/size_t arguments
` [PATCH 07/24] exec: Un-inline tlb_vaddr_to_host() and declare it in 'exec/cputlb.h'
` [PATCH 08/24] physmem: Move TCG CPU IOTLB methods around
` [PATCH 09/24] physmem: Restrict TCG CPU IOTLB code to TCG accel
` [PATCH 10/24] exec: Reduce tlb_set_dirty() declaration scope
` [PATCH 11/24] exec: Move tlb_reset_dirty*() declarations to 'exec/cputlb.h'
` [PATCH 12/24] exec: Move CPUTLBEntry helpers to cputlb.c
` [PATCH 13/24] target/sparc: Replace abi_ulong by uint32_t for TARGET_ABI32
` [PATCH 14/24] exec: Rename 'exec/user/guest-base.h' as 'user/guest-base.h'
` [PATCH 15/24] exec: Restrict inclusion of 'user/guest-base.h'
` [PATCH 16/24] exec: Move GUEST_ADDR_MAX definition to 'cpu_ldst.h'
` [PATCH 17/24] exec: Include missing 'qemu/log-for-trace.h' header in 'exec/log.h'
` [PATCH 18/24] plugins: Include missing 'qemu/bitmap.h' header
` [PATCH 19/24] gdbstub: Avoid including 'cpu.h' in 'gdbstub/helpers.h'
` [PATCH 20/24] hw/xtensa: Include missing 'exec/cpu-common.h' in 'bootparam.h'
` [PATCH 21/24] plugins: Un-inline qemu_plugin_disable_mem_helpers()
` [PATCH 22/24] exec: Remove 'exec/tswap.h' from 'exec/cpu-all.h'
` [PATCH 23/24] exec: Remove 'disas/disas.h' from 'exec/log.h'
` [PATCH 24/24] exec: Remove unnecessary inclusions of 'hw/core/cpu.h'

[PATCH] hw/intc/riscv_aplic: APLICs should add child earlier than realize
 2024-04-25  7:43 UTC  (3+ messages)
  `  "

[PATCH v2 0/2] riscv,kvm: remove another strerrorname_np()
 2024-04-24 20:29 UTC  (4+ messages)
` [PATCH v2 1/2] target/riscv/kvm: remove sneaky strerrorname_np() instance
` [PATCH v2 2/2] checkpatch.pl: forbid strerrorname_np()

[PATCH 0/2] riscv,kvm: remove another strerrorname_np()
 2024-04-24 17:54 UTC  (10+ messages)
` [PATCH 1/2] target/riscv/kvm: remove sneaky strerrorname_np() instance
` [PATCH 2/2] checkpatch.pl: forbid strerrorname_np()

[PATCH v3] target/riscv: Raise exceptions on wrs.nto
 2024-04-24 14:46 UTC  (2+ messages)

[PATCH v2] target/riscv: Raise exceptions on wrs.nto
 2024-04-24 13:59 UTC  (2+ messages)

[PATCH] Fix incorrect disassembly format for certain RISC-V instructions
 2024-04-24  9:08 UTC  (3+ messages)

[PATCH v4 00/22] hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines
 2024-04-24  8:44 UTC  (24+ messages)
` [PATCH v4 01/22] hw/i386/pc: Deprecate 2.4 to 2.12 pc-i440fx machines
` [PATCH v4 02/22] hw/i386/pc: Remove deprecated pc-i440fx-2.0 machine
` [PATCH v4 03/22] hw/usb/hcd-xhci: Remove XHCI_FLAG_FORCE_PCIE_ENDCAP flag
` [PATCH v4 04/22] hw/usb/hcd-xhci: Remove XHCI_FLAG_SS_FIRST flag
` [PATCH v4 05/22] hw/i386/acpi: Remove PCMachineClass::legacy_acpi_table_size
` [PATCH v4 06/22] hw/acpi/ich9: Remove 'memory-hotplug-support' property
` [PATCH v4 07/22] hw/acpi/ich9: Remove dead code related to 'acpi_memory_hotplug'
` [PATCH v4 08/22] hw/i386/pc: Remove deprecated pc-i440fx-2.1 machine
` [PATCH v4 09/22] target/i386/kvm: Remove x86_cpu_change_kvm_default() and 'kvm-cpu.h'
` [PATCH v4 10/22] hw/i386/pc: Remove PCMachineClass::smbios_uuid_encoded
` [PATCH v4 11/22] hw/smbios: Remove 'uuid_encoded' argument from smbios_set_defaults()
` [PATCH v4 12/22] hw/smbios: Remove 'smbios_uuid_encoded', simplify smbios_encode_uuid()
` [PATCH v4 13/22] hw/i386/pc: Remove PCMachineClass::enforce_aligned_dimm
` [PATCH v4 14/22] hw/mem/pc-dimm: Remove legacy_align argument from pc_dimm_pre_plug()
` [PATCH v4 15/22] hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug()
` [PATCH v4 16/22] hw/i386/pc: Remove deprecated pc-i440fx-2.2 machine
` [PATCH v4 17/22] hw/i386/pc: Remove PCMachineClass::resizable_acpi_blob
` [PATCH v4 18/22] hw/i386/pc: Remove PCMachineClass::rsdp_in_ram
` [PATCH v4 19/22] hw/i386/acpi: Remove AcpiBuildState::rsdp field
` [PATCH v4 20/22] hw/i386/pc: Remove deprecated pc-i440fx-2.3 machine
` [PATCH v4 21/22] target/i386: Remove X86CPU::kvm_no_smi_migration field
` [PATCH v4 22/22] hw/i386/pc: Replace PCMachineClass::acpi_data_size by PC_ACPI_DATA_SIZE

[PATCH] target/riscv/kvm: Fix exposure of Zkr
 2024-04-24  0:13 UTC  (3+ messages)

[PATCH v2 00/15] riscv: QEMU RISC-V IOMMU Support
 2024-04-23 16:33 UTC  (3+ messages)
` [PATCH v2 01/15] exec/memtxattr: add process identifier to the transaction attributes

[PATCH] target/riscv: change RISCV_EXCP_SEMIHOST exception number to 63
 2024-04-23 12:48 UTC  (5+ messages)

[PATCH v2 0/1] target/riscv/kvm: tolerate KVM disable ext errors
 2024-04-22 17:14 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH] target/riscv/kvm: tolerate KVM disable ext errors
 2024-04-22 14:28 UTC  (4+ messages)

[RFC PATCH 0/3] target/riscv: Add support for Smdbltrp and Ssdbltrp extensions
 2024-04-22 13:01 UTC  (6+ messages)
` [RFC PATCH 1/3] target/riscv: change RISCV_EXCP_SEMIHOST exception number
` [RFC PATCH 2/3] target/riscv: add Ssdbltrp extension support
` [RFC PATCH 3/3] target/riscv: add Smdbltrp "

[PATCH v4] riscv: thead: Add th.sxstatus CSR emulation
 2024-04-22  6:52 UTC 

[PATCH v3] riscv: thead: Add th.sxstatus CSR emulation
 2024-04-22  6:42 UTC  (3+ messages)

[PATCH] target/riscv: Use get_address() to get address with Zicbom extensions
 2024-04-21 16:59 UTC  (4+ messages)

[RFC PATCH 0/4] target/riscv/kvm: QEMU support for KVM Guest Debug on RISC-V
 2024-04-18  9:46 UTC  (7+ messages)
` [RFC PATCH 1/4] target/riscv/kvm: add software breakpoints support

[PATCH v2] riscv: thead: Add th.sxstatus CSR emulation
 2024-04-17 22:54 UTC  (3+ messages)

[PATCH for-9.1 v3 0/2] target/riscv: set tval in breakpoints
 2024-04-17  2:40 UTC  (4+ messages)
` [PATCH for-9.1 v3 1/2] target/riscv/debug: set tval=pc in breakpoint exceptions
` [PATCH for-9.1 v3 2/2] trans_privileged.c.inc: set (m|s)tval on ebreak breakpoint

[PATCH for-9.1 v2 0/2] target/riscv: set (m|s)tval on
 2024-04-16 19:58 UTC  (4+ messages)
` [PATCH for-9.1 v2 1/2] target/riscv/debug: set tval=pc in breakpoint exceptions
` [PATCH for-9.1 v2 2/2] trans_privileged.c.inc: set (m|s)tval on ebreak breakpoint

[PATCH v3 00/22] hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines
 2024-04-16 15:46 UTC  (28+ messages)
` [PATCH v3 01/22] hw/i386/pc: Deprecate 2.4 to 2.7 pc-i440fx machines
` [PATCH v3 02/22] hw/i386/pc: Remove deprecated pc-i440fx-2.0 machine
` [PATCH v3 03/22] hw/usb/hcd-xhci: Remove XHCI_FLAG_FORCE_PCIE_ENDCAP flag
` [PATCH v3 04/22] hw/usb/hcd-xhci: Remove XHCI_FLAG_SS_FIRST flag
` [PATCH v3 05/22] hw/i386/acpi: Remove PCMachineClass::legacy_acpi_table_size
` [PATCH v3 06/22] hw/acpi/ich9: Remove 'memory-hotplug-support' property
` [PATCH v3 07/22] hw/acpi/ich9: Remove dead code related to 'acpi_memory_hotplug'
` [PATCH v3 08/22] hw/i386/pc: Remove deprecated pc-i440fx-2.1 machine
` [PATCH v3 09/22] target/i386/kvm: Remove x86_cpu_change_kvm_default() and 'kvm-cpu.h'
` [PATCH v3 10/22] hw/i386/pc: Remove PCMachineClass::smbios_uuid_encoded
` [PATCH v3 11/22] hw/smbios: Remove 'uuid_encoded' argument from smbios_set_defaults()
` [PATCH v3 12/22] hw/smbios: Remove 'smbios_uuid_encoded', simplify smbios_encode_uuid()
` [PATCH v3 13/22] hw/i386/pc: Remove PCMachineClass::enforce_aligned_dimm
` [PATCH v3 14/22] hw/mem/pc-dimm: Remove legacy_align argument from pc_dimm_pre_plug()
` [PATCH v3 15/22] hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug()
` [PATCH v3 16/22] hw/i386/pc: Remove deprecated pc-i440fx-2.2 machine
` [PATCH v3 17/22] hw/i386/pc: Remove PCMachineClass::resizable_acpi_blob
` [PATCH v3 18/22] hw/i386/pc: Remove PCMachineClass::rsdp_in_ram
` [PATCH v3 19/22] hw/i386/acpi: Remove AcpiBuildState::rsdp field
` [PATCH v3 20/22] hw/i386/pc: Remove deprecated pc-i440fx-2.3 machine
` [PATCH v3 21/22] target/i386: Remove X86CPU::kvm_no_smi_migration field
` [PATCH v3 22/22] hw/i386/pc: Replace PCMachineClass::acpi_data_size by PC_ACPI_DATA_SIZE

[PATCH v2 0/2] Improvements for switches in hw/cpu/Kconfig
 2024-04-16  7:34 UTC  (2+ messages)

[PATCH 1/2] target/riscv: prioritize pmp errors in raise_mmu_exception()
 2024-04-16  3:14 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).