qemu-riscv.nongnu.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2 1/1] target/riscv/kvm: fix timebase-frequency when using KVM acceleration
 2024-04-26 23:44 UTC  (2+ messages)

[PULL 00/38] Exec / accelerators patches
 2024-04-26 19:41 UTC  (39+ messages)
` [PULL 01/38] exec: Rename NEED_CPU_H -> COMPILING_PER_TARGET
` [PULL 02/38] exec: Reduce tlb_set_dirty() declaration scope
` [PULL 03/38] exec: Include 'cpu.h' before validating CPUArchState placement
` [PULL 04/38] exec: Expose 'target_page.h' API to user emulation
` [PULL 05/38] accel: Include missing 'exec/cpu_ldst.h' header
` [PULL 06/38] gdbstub: Include missing 'hw/core/cpu.h' header
` [PULL 07/38] gdbstub: Simplify #ifdef'ry in helpers.h
` [PULL 08/38] gdbstub: Avoid including 'cpu.h' in 'gdbstub/helpers.h'
` [PULL 09/38] semihosting/uaccess: Avoid including 'cpu.h'
` [PULL 10/38] semihosting/guestfd: Remove unused 'semihosting/uaccess.h' header
` [PULL 11/38] target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'
` [PULL 12/38] target/ppc/excp_helper: Avoid 'abi_ptr' in system emulation
` [PULL 13/38] target/sparc: Replace abi_ulong by uint32_t for TARGET_ABI32
` [PULL 14/38] target/i386: Include missing 'exec/exec-all.h' header
` [PULL 15/38] accel/tcg: Un-inline retaddr helpers to 'user-retaddr.h'
` [PULL 16/38] accel/tcg: Include missing 'hw/core/cpu.h' header
` [PULL 17/38] accel/tcg: Include missing headers in 'tb-jmp-cache.h'
` [PULL 18/38] accel/tcg: Rename load-extract/store-insert headers using .h.inc suffix
` [PULL 19/38] accel/tcg: Rename helper-head.h -> helper-head.h.inc
` [PULL 20/38] accel/whpx: Use accel-specific per-vcpu @dirty field
` [PULL 21/38] accel/nvmm: "
` [PULL 22/38] accel/hvf: "
` [PULL 23/38] exec/cpu-all: Reduce 'qemu/rcu.h' header inclusion
` [PULL 24/38] exec/cpu-all: Remove unused 'qemu/thread.h' header
` [PULL 25/38] exec/cpu-all: Remove unused tswapls() definitions
` [PULL 26/38] exec: Declare target_words_bigendian() in 'exec/tswap.h'
` [PULL 27/38] exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'
` [PULL 28/38] exec/user: Do not include 'cpu.h' in 'abitypes.h'
` [PULL 29/38] exec: Declare abi_ptr type in its own 'abi_ptr.h' header
` [PULL 30/38] exec: Declare MMUAccessType type in 'mmu-access-type.h' header
` [PULL 31/38] exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' header
` [PULL 32/38] exec: Restrict TCG specific declarations of 'cputlb.h'
` [PULL 33/38] exec: Restrict 'cpu_ldst.h' to TCG accelerator
` [PULL 34/38] exec: Rename 'exec/user/guest-base.h' as 'user/guest-base.h'
` [PULL 35/38] exec: Restrict inclusion of 'user/guest-base.h'
` [PULL 36/38] exec: Move CPUTLBEntry helpers to cputlb.c
` [PULL 37/38] hw/core: Avoid including the full 'hw/core/cpu.h' in 'tcg-cpu-ops.h'
` [PULL 38/38] plugins: Include missing 'qemu/bitmap.h' header

[PATCH 00/24] include/exec: Rework (part 2)
 2024-04-26 19:34 UTC  (56+ 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 v3] target/riscv: Raise exceptions on wrs.nto
 2024-04-26 12:58 UTC  (3+ messages)

[PULL 00/22] Misc HW patches for 2024-04-25
 2024-04-26  2:40 UTC  (24+ 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 for-9.1 v3 0/2] target/riscv: set tval in breakpoints
 2024-04-26  1:40 UTC  (6+ 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] target/riscv/kvm: implement SBI debug console (DBCN) calls
 2024-04-25 16:04 UTC  (2+ messages)

[PATCH v2 0/1] target/riscv/kvm: tolerate KVM disable ext errors
 2024-04-25 15:58 UTC  (3+ messages)
` [PATCH v2 1/1] "

[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] 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 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  (9+ messages)
` [PATCH v4 06/22] hw/acpi/ich9: Remove 'memory-hotplug-support' property
` [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 18/22] hw/i386/pc: Remove PCMachineClass::rsdp_in_ram
` [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] 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  (4+ 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 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


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).