qemu-riscv.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-02 01:57:27 to 2021-09-08 04:54:49 UTC [more...]

[PATCH v2 0/3] RISC-V: Populate mtval and stval
 2021-09-08  4:54 UTC  (2+ messages)
` [PATCH v2 1/3] target/riscv: Set the opcode in DisasContext

[PATCH v2 0/2] Add the SiFive PWM device
 2021-09-08  3:36 UTC  (5+ messages)
` [PATCH v2 1/2] hw/timer: Add SiFive PWM support
` [PATCH v2 2/2] sifive_u: Connect the SiFive PWM device

[PATCH v3 1/5] target/riscv: Expose interrupt pending bits as GPIO lines
 2021-09-07 22:44 UTC  (3+ messages)
` [PATCH v3 5/5] hw/intc: ibex_timer: Convert the timer to use RISC-V CPU "

[RFC PATCH 0/2] riscv: Adding custom CSR related Kconfig options
 2021-09-07 10:15 UTC  (9+ messages)

[PATCH v2 00/22] QEMU RISC-V AIA support
 2021-09-06  5:33 UTC  (30+ messages)
` [PATCH v2 01/22] target/riscv: Fix trap cause for RV32 HS-mode CSR access from RV64 HS-mode
` [PATCH v2 02/22] target/riscv: Implement SGEIP bit in hip and hie CSRs
` [PATCH v2 03/22] target/riscv: Implement hgeie and hgeip CSRs
` [PATCH v2 04/22] target/riscv: Improve fidelity of guest external interrupts
` [PATCH v2 05/22] target/riscv: Allow setting CPU feature from machine/device emulation
` [PATCH v2 06/22] target/riscv: Add AIA cpu feature
` [PATCH v2 07/22] target/riscv: Add defines for AIA CSRs
` [PATCH v2 08/22] target/riscv: Allow AIA device emulation to set ireg rmw callback
` [PATCH v2 09/22] target/riscv: Implement AIA local interrupt priorities
` [PATCH v2 10/22] target/riscv: Implement AIA CSRs for 64 local interrupts on RV32
` [PATCH v2 11/22] target/riscv: Implement AIA hvictl and hviprioX CSRs
` [PATCH v2 12/22] target/riscv: Implement AIA interrupt filtering CSRs
` [PATCH v2 13/22] target/riscv: Implement AIA mtopi, stopi, and vstopi CSRs
` [PATCH v2 14/22] target/riscv: Implement AIA xiselect and xireg CSRs
` [PATCH v2 15/22] target/riscv: Implement AIA IMSIC interface CSRs
` [PATCH v2 16/22] hw/riscv: virt: Use AIA INTC compatible string when available
` [PATCH v2 17/22] target/riscv: Allow users to force enable AIA CSRs in HART
` [PATCH v2 18/22] hw/intc: Add RISC-V AIA APLIC device emulation
` [PATCH v2 19/22] hw/riscv: virt: Add optional AIA APLIC support to virt machine
` [PATCH v2 20/22] hw/intc: Add RISC-V AIA IMSIC device emulation
` [PATCH v2 21/22] hw/riscv: virt: Add optional AIA IMSIC support to virt machine
` [PATCH v2 22/22] docs/system: riscv: Document AIA options for "

[PATCH] target/riscv: Fix satp write
 2021-09-06  5:31 UTC  (11+ messages)

[PATCH 00/24] accel/tcg: Restrict TCGCPUOps::cpu_exec_interrupt() to sysemu
 2021-09-04 23:40 UTC  (76+ messages)
` [PATCH 01/24] target/xtensa: Restrict do_transaction_failed() "
` [PATCH 02/24] target/i386: Restrict sysemu-only fpu_helper helpers
` [PATCH 03/24] target/i386: Simplify TARGET_X86_64 #ifdef'ry
` [RFC PATCH 04/24] accel/tcg: Rename user-mode do_interrupt hack as fake_user_exception
` [PATCH 05/24] accel/tcg: Assert most of cpu_handle_interrupt() is sysemu-specific
` [PATCH 06/24] target/alpha: Restrict cpu_exec_interrupt() handler to sysemu
` [PATCH 07/24] target/arm: "
` [PATCH 08/24] target/avr: "
` [PATCH 09/24] target/cris: "
` [PATCH 10/24] target/hppa: "
` [PATCH 11/24] target/i386: "
` [PATCH 12/24] target/m68k: "
` [PATCH 13/24] target/microblaze: "
` [PATCH 14/24] target/mips: "
` [PATCH 15/24] target/nios2: "
` [PATCH 16/24] target/openrisc: "
` [PATCH 17/24] target/ppc: "
` [PATCH 18/24] target/riscv: "
` [PATCH 19/24] target/sh4: "
` [PATCH 20/24] target/sparc: "
` [PATCH 21/24] target/rx: "
` [PATCH 22/24] target/xtensa: "
` [PATCH 23/24] accel/tcg: Restrict TCGCPUOps::cpu_exec_interrupt() "
` [PATCH 24/24] user: Remove cpu_get_pic_interrupt() stubs

[PATCH v1 0/2] RISC-V: Populate mtval and stval
 2021-09-04 13:41 UTC  (7+ messages)
` [PATCH v1 1/2] target/riscv: Implement the stval/mtval illegal instruction
` [PATCH v1 2/2] target/riscv: Set mtval and stval support

[PATCH v3 00/30] accel: Move has_work() from SysemuCPUOps to AccelOpsClass
 2021-09-03 21:11 UTC  (55+ messages)
` [PATCH v3 01/30] accel/tcg: Restrict cpu_handle_halt() to sysemu
` [PATCH v3 02/30] hw/core: Restrict cpu_has_work() "
` [PATCH v3 03/30] hw/core: Un-inline cpu_has_work()
` [PATCH v3 04/30] sysemu: Introduce AccelOpsClass::has_work()
` [PATCH v3 05/30] accel/kvm: Implement AccelOpsClass::has_work()
` [PATCH v3 06/30] accel/whpx: "
` [PATCH v3 07/30] accel/tcg: Implement AccelOpsClass::has_work() as stub
` [PATCH v3 08/30] target/alpha: Restrict has_work() handler to sysemu and TCG
` [PATCH v3 09/30] target/arm: "
` [PATCH v3 10/30] target/avr: "
` [PATCH v3 11/30] target/cris: "
` [PATCH v3 12/30] target/hexagon: Remove unused has_work() handler
` [PATCH v3 13/30] target/hppa: Restrict has_work() handler to sysemu and TCG
` [PATCH v3 14/30] target/i386: "
` [PATCH v3 15/30] target/m68k: "
` [PATCH v3 16/30] target/microblaze: "
` [PATCH v3 17/30] target/mips: "
` [PATCH v3 18/30] target/nios2: "
` [PATCH v3 19/30] target/openrisc: "
` [PATCH v3 20/30] target/ppc: "
` [PATCH v3 21/30] target/ppc: Introduce PowerPCCPUClass::has_work()
` [PATCH v3 22/30] target/ppc: Simplify has_work() handlers
` [PATCH v3 23/30] target/riscv: Restrict has_work() handler to sysemu and TCG
` [PATCH v3 24/30] target/rx: "

[PATCH v1 1/3] hw/riscv: virt: Don't use a macro for the PLIC configuration
 2021-09-03 11:21 UTC  (5+ messages)
` [PATCH v1 2/3] hw/riscv/sifive_u: Use the PLIC config helper function
` [PATCH v1 3/3] hw/riscv/microchip_pfsoc: "

[PATCH 00/29] [RFC] build more i386 tcg code modular
 2021-09-02 13:09 UTC  (3+ messages)
` [PATCH 10/29] tcg_funcs: Add tlb_flush to TCGModuleOps

[PATCH v1 1/1] target/riscv: Update the ePMP CSR address
 2021-09-02  5:19 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).