Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-riscv (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Tue Sep 17 2024 10:50:16 -0400
Threads in reverse chronological order
[
Next Period
]
[PATCH v9] target/riscv/kvm/kvm-cpu.c: kvm_riscv_handle_sbi() fail with vendor-specific SBI
,
Alexei Filippov
,
2024/09/17
Re: [PATCH v9] target/riscv/kvm/kvm-cpu.c: kvm_riscv_handle_sbi() fail with vendor-specific SBI
,
Andrew Jones
,
2024/09/17
Re: [PATCH v9] target/riscv/kvm/kvm-cpu.c: kvm_riscv_handle_sbi() fail with vendor-specific SBI
,
Andrew Jones
,
2024/09/17
[PATCH 1/1] target/riscv: enable floating point unit
,
Heinrich Schuchardt
,
2024/09/16
Re: [PATCH 1/1] target/riscv: enable floating point unit
,
Andrew Jones
,
2024/09/17
Re: [PATCH 1/1] target/riscv: enable floating point unit
,
Heinrich Schuchardt
,
2024/09/17
Re: [PATCH 1/1] target/riscv: enable floating point unit
,
Andrew Jones
,
2024/09/17
[PATCH v7 00/17] bsd-user: Comprehensive RISCV Support
,
Ajeet Singh
,
2024/09/16
[PATCH v7 01/17] bsd-user: Implement RISC-V CPU initialization and main loop
,
Ajeet Singh
,
2024/09/16
[PATCH v7 04/17] bsd-user: Implement RISC-V TLS register setup
,
Ajeet Singh
,
2024/09/16
[PATCH v7 07/17] bsd-user: Add RISC-V signal trampoline setup function
,
Ajeet Singh
,
2024/09/16
[PATCH v7 16/17] bsd-user: Implement set_mcontext and get_ucontext_sigreturn for RISCV
,
Ajeet Singh
,
2024/09/16
[PATCH v7 14/17] bsd-user: Implement RISC-V signal trampoline setup functions
,
Ajeet Singh
,
2024/09/16
[PATCH v7 17/17] bsd-user: Add RISC-V 64-bit Target Configuration and Debug XML Files
,
Ajeet Singh
,
2024/09/16
[PATCH v7 15/17] bsd-user: Implement 'get_mcontext' for RISC-V
,
Ajeet Singh
,
2024/09/16
[PATCH v7 02/17] bsd-user: Add RISC-V CPU execution loop and syscall handling
,
Ajeet Singh
,
2024/09/16
[PATCH v7 03/17] bsd-user: Implement RISC-V CPU register cloning and reset functions
,
Ajeet Singh
,
2024/09/16
[PATCH v7 05/17] bsd-user: Add RISC-V ELF definitions and hardware capability detection
,
Ajeet Singh
,
2024/09/16
[PATCH v7 06/17] bsd-user: Define RISC-V register structures and register copying
,
Ajeet Singh
,
2024/09/16
[PATCH v7 09/17] bsd-user: Add RISC-V thread setup and initialization support
,
Ajeet Singh
,
2024/09/16
[PATCH v7 10/17] bsd-user: Define RISC-V VM parameters and helper functions
,
Ajeet Singh
,
2024/09/16
[PATCH v7 11/17] bsd-user: Define RISC-V system call structures and constants
,
Ajeet Singh
,
2024/09/16
[PATCH v7 13/17] bsd-user: Define RISC-V signal handling structures and constants
,
Ajeet Singh
,
2024/09/16
[PATCH v7 12/17] bsd-user: Add generic RISC-V64 target definitions
,
Ajeet Singh
,
2024/09/16
[PATCH v7 08/17] bsd-user: Implement RISC-V sysarch system call emulation
,
Ajeet Singh
,
2024/09/16
Re: [PATCH v7 00/17] bsd-user: Comprehensive RISCV Support
,
Daniel Henrique Barboza
,
2024/09/16
Re: [PATCH v6 00/17] bsd-user: Comprehensive RISCV Support
,
Daniel Henrique Barboza
,
2024/09/16
[PATCH v14 00/20] riscv support for control flow integrity extensions
,
Deepak Gupta
,
2024/09/12
[PATCH v14 01/20] target/riscv: expose *envcfg csr and priv to qemu-user as well
,
Deepak Gupta
,
2024/09/12
[PATCH v14 03/20] target/riscv: Introduce elp state and enabling controls for zicfilp
,
Deepak Gupta
,
2024/09/12
[PATCH v14 02/20] target/riscv: Add zicfilp extension
,
Deepak Gupta
,
2024/09/12
[PATCH v14 05/20] target/riscv: additional code information for sw check
,
Deepak Gupta
,
2024/09/12
[PATCH v14 06/20] target/riscv: tracking indirect branches (fcfi) for zicfilp
,
Deepak Gupta
,
2024/09/12
[PATCH v14 04/20] target/riscv: save and restore elp state on priv transitions
,
Deepak Gupta
,
2024/09/12
[PATCH v14 07/20] target/riscv: zicfilp `lpad` impl and branch tracking
,
Deepak Gupta
,
2024/09/12
[PATCH v14 09/20] target/riscv: Expose zicfilp extension as a cpu property
,
Deepak Gupta
,
2024/09/12
[PATCH v14 08/20] disas/riscv: enable `lpad` disassembly
,
Deepak Gupta
,
2024/09/12
[PATCH v14 10/20] target/riscv: Add zicfiss extension
,
Deepak Gupta
,
2024/09/12
[PATCH v14 11/20] target/riscv: introduce ssp and enabling controls for zicfiss
,
Deepak Gupta
,
2024/09/12
[PATCH v14 12/20] target/riscv: tb flag for shadow stack instructions
,
Deepak Gupta
,
2024/09/12
[PATCH v14 13/20] target/riscv: mmu changes for zicfiss shadow stack protection
,
Deepak Gupta
,
2024/09/12
[PATCH v14 14/20] target/riscv: AMO operations always raise store/AMO fault
,
Deepak Gupta
,
2024/09/12
[PATCH v14 15/20] target/riscv: update `decode_save_opc` to store extra word2
,
Deepak Gupta
,
2024/09/12
[PATCH v14 16/20] target/riscv: implement zicfiss instructions
,
Deepak Gupta
,
2024/09/12
[PATCH v14 17/20] target/riscv: compressed encodings for sspush and sspopchk
,
Deepak Gupta
,
2024/09/12
[PATCH v14 18/20] disas/riscv: enable disassembly for zicfiss instructions
,
Deepak Gupta
,
2024/09/12
[PATCH v14 19/20] disas/riscv: enable disassembly for compressed sspush/sspopchk
,
Deepak Gupta
,
2024/09/12
[PATCH v14 20/20] target/riscv: Expose zicfiss extension as a cpu property
,
Deepak Gupta
,
2024/09/12
[PATCH v2 44/48] migration: remove return after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 45/48] qobject: remove return after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 46/48] qom: remove return after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 47/48] tests/qtest: remove return after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 48/48] scripts/checkpatch.pl: emit error when using assert(false)
,
Pierrick Bouvier
,
2024/09/12
[PATCH 00/10] target/riscv: Add support for Smdbltrp and Ssdbltrp extensions
,
Clément Léger
,
2024/09/12
[PATCH 01/10] target/riscv: Add `ext_ssdbltrp` in RISCVCPUConfig.
,
Clément Léger
,
2024/09/12
[PATCH 02/10] target/riscv: Add Ssdbltrp CSRs handling
,
Clément Léger
,
2024/09/12
[PATCH 05/10] target/riscv: Add Ssdbltrp ISA extension enable switch
,
Clément Léger
,
2024/09/12
[PATCH 03/10] target/riscv: Implement Ssdbltrp sret, mret and mnret behavior
,
Clément Léger
,
2024/09/12
[PATCH 06/10] target/riscv: Add `ext_smdbltrp` in RISCVCPUConfig.
,
Clément Léger
,
2024/09/12
[PATCH 04/10] target/riscv: Implement Ssdbltrp exception handling
,
Clément Léger
,
2024/09/12
[PATCH 10/10] target/riscv: Add Smdbltrp ISA extension enable switch
,
Clément Léger
,
2024/09/12
[PATCH 07/10] target/riscv: Add Smdbltrp CSRs handling
,
Clément Léger
,
2024/09/12
[PATCH 08/10] target/riscv: Implement Smdbltrp sret, mret and mnret behavior
,
Clément Léger
,
2024/09/12
[PATCH 09/10] target/riscv: Implement Smdbltrp behavior
,
Clément Léger
,
2024/09/12
[PATCH v2 00/48] Use g_assert_not_reached instead of (g_)assert(0, false)
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 01/48] docs/spin: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
Re: [PATCH v2 01/48] docs/spin: replace assert(0) with g_assert_not_reached()
,
Paolo Bonzini
,
2024/09/12
[PATCH v2 03/48] hw/arm: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 05/48] hw/core: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 02/48] hw/acpi: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 04/48] hw/char: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 08/48] migration: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 06/48] hw/net: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 07/48] hw/watchdog: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 10/48] system: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 09/48] qobject: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 11/48] target/ppc: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 12/48] tests/qtest: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 15/48] block: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 13/48] tests/unit: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 17/48] hw/net: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 14/48] include/hw/s390x: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
Re: [PATCH v2 14/48] include/hw/s390x: replace assert(false) with g_assert_not_reached()
,
Philippe Mathieu-Daudé
,
2024/09/12
Re: [PATCH v2 14/48] include/hw/s390x: replace assert(false) with g_assert_not_reached()
,
Peter Maydell
,
2024/09/12
Re: [PATCH v2 14/48] include/hw/s390x: replace assert(false) with g_assert_not_reached()
,
Eric Farman
,
2024/09/12
[PATCH v2 20/48] hw/ppc: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 16/48] hw/hyperv: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 23/48] tests/qtest: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 22/48] target/i386/kvm: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 18/48] hw/nvme: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
Re: [PATCH v2 18/48] hw/nvme: replace assert(false) with g_assert_not_reached()
,
Klaus Jensen
,
2024/09/12
[PATCH v2 19/48] hw/pci: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 25/48] block: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 21/48] migration: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 24/48] accel/tcg: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 26/48] hw/acpi: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 27/48] hw/gpio: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 28/48] hw/misc: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 29/48] hw/net: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 30/48] hw/pci-host: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 31/48] hw/scsi: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 33/48] target/arm: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 32/48] hw/tpm: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 34/48] target/riscv: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 35/48] tests/qtest: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 37/48] fpu: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 38/48] tcg/loongarch64: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 36/48] ui: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 40/48] hw/hyperv: remove return after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 39/48] include/qemu: remove return after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 41/48] hw/net: remove return after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 42/48] hw/pci: remove return after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 43/48] hw/ppc: remove return after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
Re: [PATCH v2 43/48] hw/ppc: remove return after g_assert_not_reached()
,
Cédric Le Goater
,
2024/09/12
RE: [PATCH v2 00/48] Use g_assert_not_reached instead of (g_)assert(0, false)
,
Xingtao Yao (Fujitsu)
,
2024/09/12
[PATCH 0/1] Keep transaction attribute in address_space_map()
,
Fea.Wang
,
2024/09/12
[PATCH 1/1] softmmu/physmem.c: Keep transaction attribute in address_space_map()
,
Fea.Wang
,
2024/09/12
Re: [PATCH 1/1] softmmu/physmem.c: Keep transaction attribute in address_space_map()
,
Philippe Mathieu-Daudé
,
2024/09/12
Re: [PATCH 1/1] softmmu/physmem.c: Keep transaction attribute in address_space_map()
,
Peter Xu
,
2024/09/12
[PATCH 0/2] Fixes for standard conformance
,
Sergey Makarov
,
2024/09/11
[PATCH 2/2] hw/intc: Don't clear pending bits on IRQ lowering
,
Sergey Makarov
,
2024/09/11
[PATCH 1/2] hw/intc: Make zeroth priority register read-only
,
Sergey Makarov
,
2024/09/11
Re: [PATCH 0/2] Fixes for standard conformance
,
Peter Maydell
,
2024/09/12
[PATCH v4 00/12] tcg/riscv: Add support for vector
,
LIU Zhiwei
,
2024/09/11
[PATCH v4 07/12] tcg/riscv: Implement vector neg ops
,
LIU Zhiwei
,
2024/09/11
[PATCH v4 03/12] tcg/riscv: Add vset{i}vli and ld/st vec ops
,
LIU Zhiwei
,
2024/09/11
Re: [PATCH v4 03/12] tcg/riscv: Add vset{i}vli and ld/st vec ops
,
Richard Henderson
,
2024/09/11
[PATCH v4 05/12] tcg/riscv: Add support for basic vector opcodes
,
LIU Zhiwei
,
2024/09/11
[PATCH v4 08/12] tcg/riscv: Implement vector sat/mul ops
,
LIU Zhiwei
,
2024/09/11
[PATCH v4 09/12] tcg/riscv: Implement vector min/max ops
,
LIU Zhiwei
,
2024/09/11
[PATCH v4 10/12] tcg/riscv: Implement vector shi/s/v ops
,
LIU Zhiwei
,
2024/09/11
Re: [PATCH v4 10/12] tcg/riscv: Implement vector shi/s/v ops
,
Richard Henderson
,
2024/09/11
[PATCH v4 11/12] tcg/riscv: Implement vector roti/v/x ops
,
LIU Zhiwei
,
2024/09/11
Re: [PATCH v4 11/12] tcg/riscv: Implement vector roti/v/x ops
,
Richard Henderson
,
2024/09/11
[PATCH v4 12/12] tcg/riscv: Enable native vector support for TCG host
,
LIU Zhiwei
,
2024/09/11
[PATCH v4 01/12] util: Add RISC-V vector extension probe in cpuinfo
,
LIU Zhiwei
,
2024/09/11
Re: [PATCH v4 01/12] util: Add RISC-V vector extension probe in cpuinfo
,
Richard Henderson
,
2024/09/11
[PATCH v4 02/12] tcg/riscv: Add basic support for vector
,
LIU Zhiwei
,
2024/09/11
Re: [PATCH v4 02/12] tcg/riscv: Add basic support for vector
,
Richard Henderson
,
2024/09/11
[PATCH v4 04/12] tcg/riscv: Implement vector mov/dup{m/i}
,
LIU Zhiwei
,
2024/09/11
Re: [PATCH v4 04/12] tcg/riscv: Implement vector mov/dup{m/i}
,
Richard Henderson
,
2024/09/11
[PATCH v4 06/12] tcg/riscv: Implement vector cmp/cmpsel ops
,
LIU Zhiwei
,
2024/09/11
Re: [PATCH v4 06/12] tcg/riscv: Implement vector cmp/cmpsel ops
,
Richard Henderson
,
2024/09/11
Re: [PATCH v2] target/riscv: Add support for machine specific pmu's events
,
Aleksei Filippov
,
2024/09/11
[PATCH 00/39] Use g_assert_not_reached instead of (g_)assert(0, false)
,
Pierrick Bouvier
,
2024/09/10
[PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached()
,
Eric Blake
,
2024/09/11
Re: [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached()
,
Eric Blake
,
2024/09/11
Re: [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached()
,
Maciej S. Szmigiero
,
2024/09/11
Re: [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached()
,
Richard W.M. Jones
,
2024/09/11
Re: [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/11
Re: [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached()
,
Richard Henderson
,
2024/09/11
Re: [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached()
,
Thomas Huth
,
2024/09/11
Re: [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/11
Re: [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/11
[PATCH 02/39] hw/acpi: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
[PATCH 03/39] hw/arm: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
[PATCH 05/39] hw/core: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 05/39] hw/core: replace assert(0) with g_assert_not_reached()
,
Philippe Mathieu-Daudé
,
2024/09/11
[PATCH 04/39] hw/char: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 04/39] hw/char: replace assert(0) with g_assert_not_reached()
,
Philippe Mathieu-Daudé
,
2024/09/11
[PATCH 06/39] hw/net: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
[PATCH 07/39] hw/watchdog: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 07/39] hw/watchdog: replace assert(0) with g_assert_not_reached()
,
Philippe Mathieu-Daudé
,
2024/09/11
Re: [PATCH 07/39] hw/watchdog: replace assert(0) with g_assert_not_reached()
,
Richard W.M. Jones
,
2024/09/11
[PATCH 08/39] migration: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 08/39] migration: replace assert(0) with g_assert_not_reached()
,
Fabiano Rosas
,
2024/09/10
Re: [PATCH 08/39] migration: replace assert(0) with g_assert_not_reached()
,
Peter Xu
,
2024/09/11
[PATCH 10/39] system: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 10/39] system: replace assert(0) with g_assert_not_reached()
,
Philippe Mathieu-Daudé
,
2024/09/11
[PATCH 09/39] qobject: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 09/39] qobject: replace assert(0) with g_assert_not_reached()
,
Kevin Wolf
,
2024/09/11
[PATCH 12/39] tests/qtest: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 12/39] tests/qtest: replace assert(0) with g_assert_not_reached()
,
Thomas Huth
,
2024/09/11
[PATCH 11/39] target/ppc: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 11/39] target/ppc: replace assert(0) with g_assert_not_reached()
,
Daniel Henrique Barboza
,
2024/09/11
[PATCH 13/39] tests/unit: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
[PATCH 14/39] include/hw/s390x: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 14/39] include/hw/s390x: replace assert(false) with g_assert_not_reached()
,
Thomas Huth
,
2024/09/11
[PATCH 16/39] hw/hyperv: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 16/39] hw/hyperv: replace assert(false) with g_assert_not_reached()
,
Maciej S. Szmigiero
,
2024/09/11
[PATCH 15/39] block: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 15/39] block: replace assert(false) with g_assert_not_reached()
,
Kevin Wolf
,
2024/09/11
[PATCH 17/39] hw/net: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
[PATCH 19/39] hw/pci: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 19/39] hw/pci: replace assert(false) with g_assert_not_reached()
,
Philippe Mathieu-Daudé
,
2024/09/11
Re: [PATCH 19/39] hw/pci: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/11
[PATCH 22/39] target/i386/kvm: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
[PATCH 18/39] hw/nvme: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
[PATCH 20/39] hw/ppc: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 20/39] hw/ppc: replace assert(false) with g_assert_not_reached()
,
Daniel Henrique Barboza
,
2024/09/11
Re: [PATCH 20/39] hw/ppc: replace assert(false) with g_assert_not_reached()
,
BALATON Zoltan
,
2024/09/11
Re: [PATCH 20/39] hw/ppc: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/11
Re: [PATCH 20/39] hw/ppc: replace assert(false) with g_assert_not_reached()
,
BALATON Zoltan
,
2024/09/11
[PATCH 21/39] migration: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 21/39] migration: replace assert(false) with g_assert_not_reached()
,
Fabiano Rosas
,
2024/09/10
Re: [PATCH 21/39] migration: replace assert(false) with g_assert_not_reached()
,
Peter Xu
,
2024/09/11
[PATCH 23/39] tests/qtest: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
[PATCH 26/39] hw/acpi: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
[PATCH 24/39] accel/tcg: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
[PATCH 25/39] block: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 25/39] block: remove break after g_assert_not_reached()
,
Richard W.M. Jones
,
2024/09/11
Re: [PATCH 25/39] block: remove break after g_assert_not_reached()
,
Kevin Wolf
,
2024/09/11
[PATCH 28/39] hw/misc: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 28/39] hw/misc: remove break after g_assert_not_reached()
,
Philippe Mathieu-Daudé
,
2024/09/11
[PATCH 27/39] hw/gpio: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 27/39] hw/gpio: remove break after g_assert_not_reached()
,
Philippe Mathieu-Daudé
,
2024/09/11
[PATCH 31/39] hw/scsi: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 31/39] hw/scsi: remove break after g_assert_not_reached()
,
Kevin Wolf
,
2024/09/11
[PATCH 30/39] hw/pci-host: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 30/39] hw/pci-host: remove break after g_assert_not_reached()
,
Philippe Mathieu-Daudé
,
2024/09/11
[PATCH 29/39] hw/net: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
[PATCH 35/39] tests/qtest: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
[PATCH 32/39] hw/tpm: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
[PATCH 36/39] ui: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 36/39] ui: remove break after g_assert_not_reached()
,
Philippe Mathieu-Daudé
,
2024/09/11
[PATCH 33/39] target/arm: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
[PATCH 34/39] target/riscv: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 34/39] target/riscv: remove break after g_assert_not_reached()
,
Daniel Henrique Barboza
,
2024/09/11
[PATCH 39/39] scripts/checkpatch.pl: emit error when using assert(false)
,
Pierrick Bouvier
,
2024/09/10
[PATCH 37/39] fpu: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
[PATCH 38/39] tcg/loongarch64: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 00/39] Use g_assert_not_reached instead of (g_)assert(0,false)
,
Philippe Mathieu-Daudé
,
2024/09/11
Re: [PATCH 00/39] Use g_assert_not_reached instead of (g_)assert(0,false)
,
Pierrick Bouvier
,
2024/09/11
[PATCH v5 0/2] Add support for generating OpenSBI domains in the device tree
,
Gregor Haas
,
2024/09/10
[PATCH v5 1/2] Add support for generating OpenSBI domains in the device tree
,
Gregor Haas
,
2024/09/10
[PATCH v5 1/2] hw/riscv: Add support for generating OpenSBI domains in the device tree
,
Gregor Haas
,
2024/09/10
[PATCH v5 2/2] Add documentation for command-line OpenSBI domains
,
Gregor Haas
,
2024/09/10
[PATCH v5 2/2] docs/system/riscv: Add documentation for command-line OpenSBI domains
,
Gregor Haas
,
2024/09/10
[PATCH v5 0/2] Add support for generating OpenSBI domains in the device tree
,
Gregor Haas
,
2024/09/10
[PATCH v5 1/2] hw/riscv: Add support for generating OpenSBI domains in the device tree
,
Gregor Haas
,
2024/09/10
[PATCH v5 2/2] docs/system/riscv: Add documentation for command-line OpenSBI domains
,
Gregor Haas
,
2024/09/10
[PATCH v4 0/2] Add support for generating OpenSBI domains in the device tree
,
Gregor Haas
,
2024/09/10
[PATCH v4 1/2] Add support for generating OpenSBI domains in the device tree
,
Gregor Haas
,
2024/09/10
[PATCH v4 2/2] Add documentation for command-line OpenSBI domains
,
Gregor Haas
,
2024/09/10
[RFC PATCH 0/2] target/riscv: Add support for machine specific pmu's events
,
Alexei Filippov
,
2024/09/10
[RFC PATCH 1/2] target/riscv: Add support for machine specific pmu's events
,
Alexei Filippov
,
2024/09/10
[RFC PATCH 2/2] hw/riscv/sifive_u.c: Add initial HPM support
,
Alexei Filippov
,
2024/09/10
Re: [PATCH v5 0/3] Upgrade ACPI SPCR table to support SPCR table revision 4 format
,
Michael S. Tsirkin
,
2024/09/10
Re: [RFC 2/2] target/riscv: rvv: improve performance of RISC-V vector loads and stores on large amounts of data.
,
Paolo Savini
,
2024/09/10
Re: [RFC 2/2] target/riscv: rvv: improve performance of RISC-V vector loads and stores on large amounts of data.
,
Richard Henderson
,
2024/09/10
[PATCH v4 0/2] riscv: char: Avoid dropped charecters
,
Alistair Francis
,
2024/09/10
[PATCH v4 1/2] hw/char: riscv_htif: Use blocking qemu_chr_fe_write_all
,
Alistair Francis
,
2024/09/10
Re: [PATCH v4 1/2] hw/char: riscv_htif: Use blocking qemu_chr_fe_write_all
,
Philippe Mathieu-Daudé
,
2024/09/10
[PATCH v4 2/2] hw/char: sifive_uart: Print uart characters async
,
Alistair Francis
,
2024/09/10
Re: [PATCH v4 2/2] hw/char: sifive_uart: Print uart characters async
,
Philippe Mathieu-Daudé
,
2024/09/10
Re: [PATCH v4 2/2] hw/char: sifive_uart: Print uart characters async
,
Mark Cave-Ayland
,
2024/09/10
Re: [PATCH v4 2/2] hw/char: sifive_uart: Print uart characters async
,
Alistair Francis
,
2024/09/10
[PATCH v2] target/riscv32: Fix masking of physical address
,
Andrew Jones
,
2024/09/09
Re: [PATCH v2] target/riscv32: Fix masking of physical address
,
Richard Henderson
,
2024/09/09
Re: [PATCH v2] target/riscv32: Fix masking of physical address
,
Alistair Francis
,
2024/09/09
Re: [PATCH v2] target/riscv32: Fix masking of physical address
,
Alistair Francis
,
2024/09/09
Re: [PATCH v3] target: riscv: Add Svvptc extension support
,
Alistair Francis
,
2024/09/08
Re: [PATCH v3] target: riscv: Add Svvptc extension support
,
Alistair Francis
,
2024/09/08
Re: [PATCH v3 0/1] Add support for generating OpenSBI domains in the device tree
,
Alistair Francis
,
2024/09/08
Re: [PATCH v3 0/1] Add support for generating OpenSBI domains in the device tree
,
Gregor Haas
,
2024/09/10
Re: [PATCH v3 0/1] Add support for generating OpenSBI domains in the device tree
,
Alistair Francis
,
2024/09/10
Re: [PATCH v3 0/1] Add support for generating OpenSBI domains in the device tree
,
Andrew Jones
,
2024/09/17
Re: [PATCH 2/2] hw/riscv/virt: Introduce strict-dt
,
Alistair Francis
,
2024/09/08
Re: [PATCH 2/2] hw/riscv/virt: Introduce strict-dt
,
Andrew Jones
,
2024/09/09
Re: [PATCH] target/riscv32: Fix masking of physical address
,
Alistair Francis
,
2024/09/08
Re: [PATCH 1/1] hw/intc/riscv_aplic: Check and update pending when write sourcecfg
,
Alistair Francis
,
2024/09/08
Re: [PATCH 1/1] hw/intc/riscv_aplic: Check and update pending when write sourcecfg
,
Yong-Xuan Wang
,
2024/09/09
[PATCH v3 0/2] riscv: char: Avoid dropped charecters
,
Alistair Francis
,
2024/09/08
[PATCH v3 1/2] hw/char: riscv_htif: Use blocking qemu_chr_fe_write_all
,
Alistair Francis
,
2024/09/08
[PATCH v3 2/2] hw/char: sifive_uart: Print uart characters async
,
Alistair Francis
,
2024/09/08
Re: [PATCH v3 2/2] hw/char: sifive_uart: Print uart characters async
,
Daniel Henrique Barboza
,
2024/09/09
Re: [PATCH v3 2/2] hw/char: sifive_uart: Print uart characters async
,
Philippe Mathieu-Daudé
,
2024/09/09
Re: [PATCH v3 2/2] hw/char: sifive_uart: Print uart characters async
,
Philippe Mathieu-Daudé
,
2024/09/09
Re: [PATCH] hw/riscv: Respect firmware ELF entry point
,
Alistair Francis
,
2024/09/08
Re: [PATCH] hw/riscv: Respect firmware ELF entry point
,
Alistair Francis
,
2024/09/08
Risc-VV 1.0 in QEMU
,
Jan Gorecki
,
2024/09/08
[PATCH v2 0/7] Introduce SMP Cache Topology
,
Zhao Liu
,
2024/09/08
[PATCH v2 1/7] hw/core: Make CPU topology enumeration arch-agnostic
,
Zhao Liu
,
2024/09/08
[PATCH v2 2/7] qapi/qom: Define cache enumeration and properties
,
Zhao Liu
,
2024/09/08
[PATCH v2 3/7] hw/core: Add smp cache topology for machine
,
Zhao Liu
,
2024/09/08
[PATCH v2 5/7] i386/cpu: Support thread and module level cache topology
,
Zhao Liu
,
2024/09/08
[PATCH v2 4/7] hw/core: Check smp cache topology support for machine
,
Zhao Liu
,
2024/09/08
[PATCH v2 6/7] i386/cpu: Update cache topology with machine's configuration
,
Zhao Liu
,
2024/09/08
[PATCH v2 7/7] i386/pc: Support cache topology in -machine for PC machine
,
Zhao Liu
,
2024/09/08
Re: [PATCH v2 0/7] Introduce SMP Cache Topology
,
Michael S. Tsirkin
,
2024/09/10
Re: [RFC PATCH 00/16] Implements RISC-V WorldGuard extension v0.4
,
Pavel Skripkin
,
2024/09/07
[PATCH] hw/intc: riscv-imsic: Fix interrupt state updates.
,
Tomasz Jeznach
,
2024/09/06
Re: [PATCH] hw/intc: riscv-imsic: Fix interrupt state updates.
,
Alistair Francis
,
2024/09/09
Re: [PATCH] hw/intc: riscv-imsic: Fix interrupt state updates.
,
Alistair Francis
,
2024/09/10
[PATCH v2] target/riscv/cpu_helper: Fix linking problem with semihosting disabled
,
Thomas Huth
,
2024/09/06
Re: [PATCH v2] target/riscv/cpu_helper: Fix linking problem with semihosting disabled
,
Alistair Francis
,
2024/09/08
Re: [PATCH v2] target/riscv/cpu_helper: Fix linking problem with semihosting disabled
,
Alistair Francis
,
2024/09/10
[PATCH] target/riscv/cpu_helper: Fix linking problem with semihosting disabled
,
Thomas Huth
,
2024/09/06
Re: [PATCH] target/riscv/cpu_helper: Fix linking problem with semihosting disabled
,
Peter Maydell
,
2024/09/06
Re: [PATCH] target/riscv/cpu_helper: Fix linking problem with semihosting disabled
,
Thomas Huth
,
2024/09/06
Re: [PATCH] target/riscv/cpu_helper: Fix linking problem with semihosting disabled
,
Peter Maydell
,
2024/09/06
Re: [PATCH v4 0/2] RISC-V: Add preliminary textra trigger CSR functions
,
Alistair Francis
,
2024/09/06
Re: [PATCH 11/11 v2] tests: add riscv clic qtest case and a function in qtest
,
Alistair Francis
,
2024/09/05
Re: [PATCH 08/11 v2] target/riscv: Update interrupt handling in CLIC mode
,
Alistair Francis
,
2024/09/05
Re: [PATCH 06/11 v2] target/riscv: Update CSR xtvec in CLIC mode
,
Alistair Francis
,
2024/09/05
Re: [PATCH 04/11 v2] target/riscv: Update CSR xie in CLIC mode
,
Alistair Francis
,
2024/09/05
Re: [PATCH 04/11 v2] target/riscv: Update CSR xie in CLIC mode
,
Alistair Francis
,
2024/09/05
Re: [PATCH 02/11 v2] target/riscv: Update CSR xintthresh in CLIC mode
,
Alistair Francis
,
2024/09/05
Re: [PATCH 01/11 v2] target/riscv: Add CLIC CSR mintstatus
,
Alistair Francis
,
2024/09/05
Re: [PATCH 01/11 v2] target/riscv: Add CLIC CSR mintstatus
,
Alistair Francis
,
2024/09/05
Re: [PATCH v4 2/2] target/riscv: Add textra matching condition for the triggers
,
Alistair Francis
,
2024/09/05
RE: [PATCH v4 2/2] target/riscv: Add textra matching condition for the triggers
,
張哲嘉
,
2024/09/05
Re: [PATCH v4 2/2] target/riscv: Add textra matching condition for the triggers
,
Alistair Francis
,
2024/09/06
[PATCH 0/8] Allow check-qtest with "--without-default-devices"
,
Thomas Huth
,
2024/09/05
[PATCH 1/8] tests/qtest/migration: Add a check for the availability of the "pc" machine
,
Thomas Huth
,
2024/09/05
[PATCH 2/8] tests/qtest/cdrom-test: Improve the machine detection in the cdrom test
,
Thomas Huth
,
2024/09/05
[PATCH 3/8] tests/qtest/boot-order-test: Make the machine name mandatory in this test
,
Thomas Huth
,
2024/09/05
Re: [PATCH 3/8] tests/qtest/boot-order-test: Make the machine name mandatory in this test
,
Philippe Mathieu-Daudé
,
2024/09/06
Re: [PATCH 3/8] tests/qtest/boot-order-test: Make the machine name mandatory in this test
,
Thomas Huth
,
2024/09/06
Re: [PATCH 3/8] tests/qtest/boot-order-test: Make the machine name mandatory in this test
,
Philippe Mathieu-Daudé
,
2024/09/06
[PATCH 5/8] tests/qtest/meson.build: Add more CONFIG switches checks for the x86 tests
,
Thomas Huth
,
2024/09/05
[PATCH 4/8] tests/qtest/hd-geo-test: Check for availability of "pc" machine before using it
,
Thomas Huth
,
2024/09/05
Re: [PATCH 4/8] tests/qtest/hd-geo-test: Check for availability of "pc" machine before using it
,
Philippe Mathieu-Daudé
,
2024/09/06
Re: [PATCH 4/8] tests/qtest/hd-geo-test: Check for availability of "pc" machine before using it
,
Thomas Huth
,
2024/09/06
[PATCH 6/8] tests/qtest: Disable numa-test if the default machine is not available
,
Thomas Huth
,
2024/09/05
[PATCH 8/8] .gitlab-ci.d/buildtest: Build most targets in the build-without-defaults job
,
Thomas Huth
,
2024/09/05
[PATCH 7/8] Revert "target/riscv: Restrict semihosting to TCG"
,
Thomas Huth
,
2024/09/05
Re: [PATCH 7/8] Revert "target/riscv: Restrict semihosting to TCG"
,
Peter Maydell
,
2024/09/05
Re: [PATCH 7/8] Revert "target/riscv: Restrict semihosting to TCG"
,
Thomas Huth
,
2024/09/06
Re: [PATCH 7/8] Revert "target/riscv: Restrict semihosting to TCG"
,
Philippe Mathieu-Daudé
,
2024/09/06
Re: [PULL 13/16] target/riscv: Restrict semihosting to TCG
,
Thomas Huth
,
2024/09/05
Re: [PULL 13/16] target/riscv: Restrict semihosting to TCG
,
Thomas Huth
,
2024/09/06
[PATCH v2 0/3] Serial device cleanup
,
Bernhard Beschow
,
2024/09/05
[PATCH v2 1/3] hw: Remove unused inclusion of hw/char/serial.h
,
Bernhard Beschow
,
2024/09/05
Re: [PATCH v2 1/3] hw: Remove unused inclusion of hw/char/serial.h
,
Alistair Francis
,
2024/09/05
[PATCH v2 2/3] hw/char/serial.h: Extract serial-isa.h
,
Bernhard Beschow
,
2024/09/05
[PATCH v2 3/3] hw/char: Extract serial-mm
,
Bernhard Beschow
,
2024/09/05
Re: [PATCH v2 3/3] hw/char: Extract serial-mm
,
Philippe Mathieu-Daudé
,
2024/09/05
Re: [PATCH v2 3/3] hw/char: Extract serial-mm
,
Peter Maydell
,
2024/09/05
Re: [PATCH v2 3/3] hw/char: Extract serial-mm
,
BALATON Zoltan
,
2024/09/05
Re: [PATCH v2 3/3] hw/char: Extract serial-mm
,
Bernhard Beschow
,
2024/09/07
Re: [PATCH v2 0/3] Serial device cleanup
,
Paolo Bonzini
,
2024/09/05
[PATCH v3 00/14] Add support for vector
,
LIU Zhiwei
,
2024/09/04
[PATCH v3 01/14] tcg/op-gvec: Fix iteration step in 32-bit operation
,
LIU Zhiwei
,
2024/09/04
[PATCH v3 02/14] util: Add RISC-V vector extension probe in cpuinfo
,
LIU Zhiwei
,
2024/09/04
Re: [PATCH v3 02/14] util: Add RISC-V vector extension probe in cpuinfo
,
Richard Henderson
,
2024/09/04
Re: [PATCH v3 02/14] util: Add RISC-V vector extension probe in cpuinfo
,
LIU Zhiwei
,
2024/09/09
Re: [PATCH v3 02/14] util: Add RISC-V vector extension probe in cpuinfo
,
Richard Henderson
,
2024/09/09
Re: [PATCH v3 02/14] util: Add RISC-V vector extension probe in cpuinfo
,
LIU Zhiwei
,
2024/09/09
[PATCH v3 03/14] tcg/riscv: Add basic support for vector
,
LIU Zhiwei
,
2024/09/04
Re: [PATCH v3 03/14] tcg/riscv: Add basic support for vector
,
Richard Henderson
,
2024/09/05
Re: [PATCH v3 03/14] tcg/riscv: Add basic support for vector
,
LIU Zhiwei
,
2024/09/09
[PATCH v3 04/14] tcg/riscv: Add riscv vset{i}vli support
,
LIU Zhiwei
,
2024/09/04
Re: [PATCH v3 04/14] tcg/riscv: Add riscv vset{i}vli support
,
Richard Henderson
,
2024/09/05
Re: [PATCH v3 04/14] tcg/riscv: Add riscv vset{i}vli support
,
LIU Zhiwei
,
2024/09/09
Re: [PATCH v3 04/14] tcg/riscv: Add riscv vset{i}vli support
,
Richard Henderson
,
2024/09/10
Re: [PATCH v3 04/14] tcg/riscv: Add riscv vset{i}vli support
,
LIU Zhiwei
,
2024/09/10
[PATCH v3 05/14] tcg/riscv: Implement vector load/store
,
LIU Zhiwei
,
2024/09/04
Re: [PATCH v3 05/14] tcg/riscv: Implement vector load/store
,
Richard Henderson
,
2024/09/05
Re: [PATCH v3 05/14] tcg/riscv: Implement vector load/store
,
LIU Zhiwei
,
2024/09/09
[PATCH v3 06/14] tcg/riscv: Implement vector mov/dup{m/i}
,
LIU Zhiwei
,
2024/09/04
Re: [PATCH v3 06/14] tcg/riscv: Implement vector mov/dup{m/i}
,
Richard Henderson
,
2024/09/05
Re: [PATCH v3 06/14] tcg/riscv: Implement vector mov/dup{m/i}
,
LIU Zhiwei
,
2024/09/09
[PATCH v3 07/14] tcg/riscv: Add support for basic vector opcodes
,
LIU Zhiwei
,
2024/09/04
Re: [PATCH v3 07/14] tcg/riscv: Add support for basic vector opcodes
,
Richard Henderson
,
2024/09/05
[PATCH v3 08/14] tcg/riscv: Implement vector cmp ops
,
LIU Zhiwei
,
2024/09/04
Re: [PATCH v3 08/14] tcg/riscv: Implement vector cmp ops
,
Richard Henderson
,
2024/09/05
Re: [PATCH v3 08/14] tcg/riscv: Implement vector cmp ops
,
LIU Zhiwei
,
2024/09/09
[PATCH v3 09/14] tcg/riscv: Implement vector neg ops
,
LIU Zhiwei
,
2024/09/04
[PATCH v3 10/14] tcg/riscv: Implement vector sat/mul ops
,
LIU Zhiwei
,
2024/09/04
[PATCH v3 11/14] tcg/riscv: Implement vector min/max ops
,
LIU Zhiwei
,
2024/09/04
[PATCH v3 12/14] tcg/riscv: Implement vector shs/v ops
,
LIU Zhiwei
,
2024/09/04
[PATCH v3 13/14] tcg/riscv: Implement vector roti/v/x shi ops
,
LIU Zhiwei
,
2024/09/04
[PATCH v3 14/14] tcg/riscv: Enable native vector support for TCG host
,
LIU Zhiwei
,
2024/09/04
Re: [PATCH v3 00/14] Add support for vector
,
Alistair Francis
,
2024/09/05
Re: [PATCH v3 00/14] Add support for vector
,
LIU Zhiwei
,
2024/09/09
RE: [PATCH 00/11 v2] RISC-V: support CLIC v0.9 specification
,
Ian Brockbank
,
2024/09/04
Re: [PATCH 00/11 v2] RISC-V: support CLIC v0.9 specification
,
Alistair Francis
,
2024/09/05
Re: [PATCH 00/11 v2] RISC-V: support CLIC v0.9 specification
,
Alistair Francis
,
2024/09/05
RE: [PATCH v3 2/2] target/riscv: Add textra matching condition for the triggers
,
張哲嘉
,
2024/09/03
[PATCH v7 00/12] riscv: QEMU RISC-V IOMMU Support
,
Daniel Henrique Barboza
,
2024/09/03
[PATCH v7 01/12] exec/memtxattr: add process identifier to the transaction attributes
,
Daniel Henrique Barboza
,
2024/09/03
Re: [PATCH v7 01/12] exec/memtxattr: add process identifier to the transaction attributes
,
Richard Henderson
,
2024/09/03
Re: [PATCH v7 01/12] exec/memtxattr: add process identifier to the transaction attributes
,
Daniel Henrique Barboza
,
2024/09/03
[PATCH v7 02/12] hw/riscv: add riscv-iommu-bits.h
,
Daniel Henrique Barboza
,
2024/09/03
[PATCH v7 03/12] hw/riscv: add RISC-V IOMMU base emulation
,
Daniel Henrique Barboza
,
2024/09/03
[PATCH v7 04/12] pci-ids.rst: add Red Hat pci-id for RISC-V IOMMU device
,
Daniel Henrique Barboza
,
2024/09/03
[PATCH v7 05/12] hw/riscv: add riscv-iommu-pci reference device
,
Daniel Henrique Barboza
,
2024/09/03
[PATCH v7 06/12] hw/riscv/virt.c: support for RISC-V IOMMU PCIDevice hotplug
,
Daniel Henrique Barboza
,
2024/09/03
[PATCH v7 07/12] test/qtest: add riscv-iommu-pci tests
,
Daniel Henrique Barboza
,
2024/09/03
[PATCH v7 08/12] hw/riscv/riscv-iommu: add Address Translation Cache (IOATC)
,
Daniel Henrique Barboza
,
2024/09/03
[PATCH v7 09/12] hw/riscv/riscv-iommu: add ATS support
,
Daniel Henrique Barboza
,
2024/09/03
[PATCH v7 10/12] hw/riscv/riscv-iommu: add DBG support
,
Daniel Henrique Barboza
,
2024/09/03
[PATCH v7 12/12] docs/specs: add riscv-iommu
,
Daniel Henrique Barboza
,
2024/09/03
[PATCH v7 11/12] qtest/riscv-iommu-test: add init queues test
,
Daniel Henrique Barboza
,
2024/09/03
Re: [PATCH v7 00/12] riscv: QEMU RISC-V IOMMU Support
,
Alistair Francis
,
2024/09/06
Re: [PATCH v2 13/14] tcg/riscv: Implement vector roti/v/x shi ops
,
Richard Henderson
,
2024/09/03
Re: [PATCH v2 13/14] tcg/riscv: Implement vector roti/v/x shi ops
,
LIU Zhiwei
,
2024/09/04
Re: [PATCH v2 13/14] tcg/riscv: Implement vector roti/v/x shi ops
,
Richard Henderson
,
2024/09/04
Re: [PATCH v2 13/14] tcg/riscv: Implement vector roti/v/x shi ops
,
LIU Zhiwei
,
2024/09/04
Re: [PATCH v2 14/14] tcg/riscv: Enable native vector support for TCG host
,
Richard Henderson
,
2024/09/03
Re: [PATCH v2 12/14] tcg/riscv: Implement vector shs/v ops
,
Richard Henderson
,
2024/09/03
Re: [PATCH v2 11/14] tcg/riscv: Implement vector min/max ops
,
Richard Henderson
,
2024/09/03
Re: [PATCH v2 10/14] tcg/riscv: Implement vector sat/mul ops
,
Richard Henderson
,
2024/09/03
Re: [PATCH v2 09/14] tcg/riscv: Implement vector neg ops
,
Richard Henderson
,
2024/09/03
Re: [PATCH for-9.2 v6 12/12] docs/specs: add riscv-iommu
,
Daniel Henrique Barboza
,
2024/09/03
Re: [PATCH for-9.2 v6 03/12] hw/riscv: add RISC-V IOMMU base emulation
,
Daniel Henrique Barboza
,
2024/09/03
Re: [PATCH v2 08/14] tcg/riscv: Implement vector cmp ops
,
Richard Henderson
,
2024/09/03
Re: [PATCH v2 08/14] tcg/riscv: Implement vector cmp ops
,
Richard Henderson
,
2024/09/03
[PATCH 0/5] Introduce svukte ISA extension
,
Fea.Wang
,
2024/09/03
[PATCH 1/5] target/riscv: Add svukte extension capability variable
,
Fea.Wang
,
2024/09/03
Re: [PATCH 1/5] target/riscv: Add svukte extension capability variable
,
Alistair Francis
,
2024/09/03
[PATCH 2/5] target/riscv: Support senvcfg[UKTE] bit when svukte extension is enabled
,
Fea.Wang
,
2024/09/03
[PATCH 3/5] target/riscv: Support hstatus[HUKTE] bit when svukte extension is enabled
,
Fea.Wang
,
2024/09/03
[PATCH 4/5] target/riscv: Check memory access to meet svuket rule
,
Fea.Wang
,
2024/09/03
Re: [PATCH 4/5] target/riscv: Check memory access to meet svuket rule
,
Daniel Henrique Barboza
,
2024/09/03
Re: [PATCH 4/5] target/riscv: Check memory access to meet svuket rule
,
Fea Wang
,
2024/09/05
[PATCH 5/5] target/riscv: Expose svukte ISA extension
,
Fea.Wang
,
2024/09/03
Re: [PATCH 0/5] Introduce svukte ISA extension
,
Alistair Francis
,
2024/09/03
Re: [PATCH v2 2/2] hw/char: sifive_uart: Print uart charecters async
,
Thomas Huth
,
2024/09/03
Re: [PATCH v2 1/2] hw/char: riscv_htif: Use blocking qemu_chr_fe_write_all
,
Thomas Huth
,
2024/09/03
Re: [PATCH] target/riscv: Stop timer with infinite timecmp
,
Alistair Francis
,
2024/09/02
Re: tests/avocado/riscv_opensbi.py does not work reliable
,
Alistair Francis
,
2024/09/02
Re: tests/avocado/riscv_opensbi.py does not work reliable
,
Thomas Huth
,
2024/09/03
[PATCH 1/1] target/riscv/cpu.c: Add 'fcsr' register to QEMU log as a part of F extension
,
Maria Klauchek
,
2024/09/02
Re: [PATCH 1/1] target/riscv/cpu.c: Add 'fcsr' register to QEMU log as a part of F extension
,
Daniel Henrique Barboza
,
2024/09/03
Re: [PATCH 1/1] target/riscv/cpu.c: Add 'fcsr' register to QEMU log as a part of F extension
,
Alistair Francis
,
2024/09/03
Re: [PATCH 1/1] target/riscv/cpu.c: Add 'fcsr' register to QEMU log as a part of F extension
,
Alistair Francis
,
2024/09/03
[PATCH v6 0/5] target/riscv: Add Smrnmi support.
,
Tommy Wu
,
2024/09/02
[PATCH v6 1/5] target/riscv: Add `ext_smrnmi` in the RISCVCPUConfig.
,
Tommy Wu
,
2024/09/02
[PATCH v6 2/5] target/riscv: Handle Smrnmi interrupt and exception.
,
Tommy Wu
,
2024/09/02
Re: [PATCH v6 2/5] target/riscv: Handle Smrnmi interrupt and exception.
,
Clément Léger
,
2024/09/02
Re: [PATCH v6 2/5] target/riscv: Handle Smrnmi interrupt and exception.
,
Clément Léger
,
2024/09/02
[PATCH v6 3/5] target/riscv: Add Smrnmi CSRs.
,
Tommy Wu
,
2024/09/02
[PATCH v6 4/5] target/riscv: Add Smrnmi mnret instruction.
,
Tommy Wu
,
2024/09/02
Re: [PATCH v6 4/5] target/riscv: Add Smrnmi mnret instruction.
,
Alistair Francis
,
2024/09/05
[PATCH v6 5/5] target/riscv: Add Smrnmi cpu extension.
,
Tommy Wu
,
2024/09/02
Re: [PATCH v6 0/5] target/riscv: Add Smrnmi support.
,
Alistair Francis
,
2024/09/05
Re: [PATCH v5 4/5] target/riscv: Add Smrnmi mnret instruction.
,
Tommy Wu
,
2024/09/01
Re: [PATCH v2 07/14] tcg/riscv: Add support for basic vector opcodes
,
Richard Henderson
,
2024/09/01
Re: [PATCH v2 06/14] tcg/riscv: Implement vector mov/dup{m/i}
,
Richard Henderson
,
2024/09/01
Re: [PATCH v2 05/14] tcg/riscv: Implement vector load/store
,
Richard Henderson
,
2024/09/01
Re: [PATCH v2 04/14] tcg/riscv: Add riscv vset{i}vli support
,
Richard Henderson
,
2024/09/01
Re: [PATCH v2 03/14] tcg/riscv: Add basic support for vector
,
Richard Henderson
,
2024/09/01
Re: [PATCH v2 02/14] util: Add RISC-V vector extension probe in cpuinfo
,
Richard Henderson
,
2024/09/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc