KVM-RISCV Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-13 09:25:05 to 2025-01-20 16:44:27 UTC [more...]

[kvm-unit-tests PATCH v2 00/18] arm/arm64: Add kvmtool to the runner script
 2025-01-20 16:43 UTC  (16+ messages)
` [kvm-unit-tests PATCH v2 01/18] run_tests: Document --probe-maxsmp argument
` [kvm-unit-tests PATCH v2 02/18] Document environment variables
` [kvm-unit-tests PATCH v2 03/18] scripts: Refuse to run the tests if not configured for qemu
` [kvm-unit-tests PATCH v2 04/18] run_tests: Introduce unittest parameter 'qemu_params'
` [kvm-unit-tests PATCH v2 05/18] scripts: Rename run_qemu_status -> run_test_status
` [kvm-unit-tests PATCH v2 06/18] scripts: Merge the qemu parameter -smp into $qemu_opts
` [kvm-unit-tests PATCH v2 07/18] scripts: Introduce kvmtool_opts
` [kvm-unit-tests PATCH v2 08/18] scripts/runtime: Detect kvmtool failure in premature_failure()
` [kvm-unit-tests PATCH v2 09/18] scripts/runtime: Skip test when kvmtool and $accel is not KVM
` [kvm-unit-tests PATCH v2 10/18] scripts/arch-run: Add support for kvmtool
` [kvm-unit-tests PATCH v2 11/18] arm/run: "
` [kvm-unit-tests PATCH v2 12/18] scripts/runtime: Add default arguments "
` [kvm-unit-tests PATCH v2 13/18] run_tests: Do not probe for maximum number of VCPUs when using kvmtool
` [kvm-unit-tests PATCH v2 14/18] run_tests: Add KVMTOOL environment variable for kvmtool binary path
` [kvm-unit-tests PATCH v2 15/18] Add kvmtool_params to test specification

[GIT PULL] KVM/riscv changes for 6.14
 2025-01-20 12:01 UTC  (2+ messages)

[PATCH 0/6] riscv: add SBI FWFT misaligned exception delegation support
 2025-01-20  8:25 UTC  (19+ messages)
` [PATCH 1/6] riscv: add Firmware Feature (FWFT) SBI extensions definitions
` [PATCH 2/6] riscv: request misaligned exception delegation from SBI
` [PATCH 3/6] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH 4/6] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH 5/6] riscv: export unaligned_ctl_available() as a GPL symbol
` [PATCH 6/6] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG

[PATCH v2 0/9] KVM: selftests: Binary stats fixes and infra updates
 2025-01-16  5:14 UTC  (11+ messages)
` [PATCH v2 1/9] KVM: selftests: Fix mostly theoretical leak of VM's binary stats FD
` [PATCH v2 2/9] KVM: selftests: Close VM's binary stats FD when releasing VM
` [PATCH v2 3/9] KVM: selftests: Assert that __vm_get_stat() actually finds a stat
` [PATCH v2 4/9] KVM: selftests: Macrofy vm_get_stat() to auto-generate stat name string
` [PATCH v2 5/9] KVM: selftests: Add struct and helpers to wrap binary stats cache
` [PATCH v2 6/9] KVM: selftests: Get VM's binary stats FD when opening VM
` [PATCH v2 7/9] KVM: selftests: Adjust number of files rlimit for all "standard" VMs
` [PATCH v2 8/9] KVM: selftests: Add infrastructure for getting vCPU binary stats
` [PATCH v2 9/9] KVM: selftests: Add compile-time assertions to guard against stats typos

[PATCH v2 0/9] Add SBI v3.0 PMU enhancements
 2025-01-15 18:30 UTC  (10+ messages)
` [PATCH v2 1/9] drivers/perf: riscv: Add SBI v3.0 flag
` [PATCH v2 2/9] drivers/perf: riscv: Add raw event v2 support
` [PATCH v2 3/9] RISC-V: KVM: Add support for Raw event v2
` [PATCH v2 4/9] drivers/perf: riscv: Implement PMU event info function
` [PATCH v2 5/9] drivers/perf: riscv: Export "
` [PATCH v2 6/9] KVM: Add a helper function to validate vcpu gpa range
` [PATCH v2 7/9] RISC-V: KVM: Use the new gpa range validate helper function
` [PATCH v2 8/9] RISC-V: KVM: Implement get event info function
` [PATCH v2 9/9] RISC-V: KVM: Upgrade the supported SBI version to 3.0

[kvm-unit-tests PATCH v6 0/5] riscv: add SBI SSE extension tests
 2025-01-15 13:12 UTC  (10+ messages)
` [kvm-unit-tests PATCH v6 1/5] kbuild: allow multiple asm-offsets file to be generated
` [kvm-unit-tests PATCH v6 2/5] riscv: use asm-offsets to generate SBI_EXT_HSM values
` [kvm-unit-tests PATCH v6 3/5] riscv: Add "-deps" handling for tests
` [kvm-unit-tests PATCH v6 4/5] riscv: lib: Add SBI SSE extension definitions
` [kvm-unit-tests PATCH v6 5/5] riscv: sbi: Add SSE extension tests

[kvm-unit-tests PATCH 0/2] Add support for SBI FWFT extension testing
 2025-01-15 12:58 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/2] riscv: Add "-deps" handling for tests
` [kvm-unit-tests PATCH 2/2] riscv: Add tests for SBI FWFT extension

[kvm-unit-tests PATCH v1 0/5] arm64: Change the default --processor to max
 2025-01-15 11:47 UTC  (21+ messages)
` [kvm-unit-tests PATCH v1 1/5] configure: Document that the architecture name 'aarch64' is also supported
` [kvm-unit-tests PATCH v1 2/5] configure: Display the default processor for arm and arm64
` [kvm-unit-tests PATCH v1 3/5] arm64: Implement the ./configure --processor option
` [kvm-unit-tests PATCH v1 4/5] arm/arm64: Add support for --processor=max
` [kvm-unit-tests PATCH v1 5/5] configure: arm64: Make 'max' the default for --processor

[PATCH v2 00/21] Add Counter delegation ISA extension support
 2025-01-15  0:57 UTC  (25+ messages)
` [PATCH v2 01/21] perf pmu-events: Add functions in jevent.py to parse counter and event info for hardware aware grouping
` [PATCH v2 02/21] RISC-V: Add Sxcsrind ISA extension CSR definitions
` [PATCH v2 03/21] RISC-V: Add Sxcsrind ISA extension definition and parsing
` [PATCH v2 04/21] dt-bindings: riscv: add Sxcsrind ISA extension description
` [PATCH v2 05/21] RISC-V: Define indirect CSR access helpers
` [PATCH v2 06/21] RISC-V: Add Sscfg extension CSR definition
` [PATCH v2 07/21] RISC-V: Add Ssccfg ISA extension definition and parsing
` [PATCH v2 08/21] dt-bindings: riscv: add Ssccfg ISA extension description
` [PATCH v2 09/21] RISC-V: Add Smcntrpmf extension parsing
` [PATCH v2 10/21] dt-bindings: riscv: add Smcntrpmf ISA extension description
` [PATCH v2 11/21] RISC-V: perf: Restructure the SBI PMU code
` [PATCH v2 12/21] RISC-V: perf: Modify the counter discovery mechanism
` [PATCH v2 13/21] RISC-V: perf: Add a mechanism to defined legacy event encoding
` [PATCH v2 14/21] RISC-V: perf: Implement supervisor counter delegation support
` [PATCH v2 15/21] RISC-V: perf: Skip PMU SBI extension when not implemented
` [PATCH v2 16/21] RISC-V: perf: Use config2/vendor table for event to counter mapping
` [PATCH v2 17/21] RISC-V: perf: Add legacy event encodings via sysfs
` [PATCH v2 18/21] RISC-V: perf: Add Qemu virt machine events
` [PATCH v2 19/21] tools/perf: Support event code for arch standard events
` [PATCH v2 20/21] tools/perf: Pass the Counter constraint values in the pmu events
` [PATCH v2 21/21] Sync empty-pmu-events.c with autogenerated one

[kvm-unit-tests PATCH v4 0/5] riscv: add SBI SSE extension tests
 2025-01-14 11:59 UTC  (15+ messages)
` [kvm-unit-tests PATCH v4 1/5] kbuild: allow multiple asm-offsets file to be generated
` [kvm-unit-tests PATCH v4 2/5] riscv: use asm-offsets to generate SBI_EXT_HSM values
` [kvm-unit-tests PATCH v4 4/5] riscv: lib: Add SBI SSE extension definitions
` [kvm-unit-tests PATCH v4 5/5] riscv: sbi: Add SSE extension tests

[RFC PATCH 0/2] RISC-V: KVM: Pointer Masking Support
 2025-01-11  0:46 UTC  (3+ messages)
` [RFC PATCH 1/2] RISC-V: KVM: Fix inclusion of Smnpm in the guest ISA bitmap
` [RFC PATCH 2/2] RISC-V: KVM: Add support for SBI_FWFT_POINTER_MASKING_PMLEN

[kvm-unit-tests PATCH v5 0/5] riscv: add SBI SSE extension tests
 2025-01-10  9:23 UTC  (7+ messages)
` [kvm-unit-tests PATCH v5 1/5] kbuild: allow multiple asm-offsets file to be generated
` [kvm-unit-tests PATCH v5 2/5] riscv: use asm-offsets to generate SBI_EXT_HSM values
` [kvm-unit-tests PATCH v5 3/5] riscv: Add "-deps" handling for tests
` [kvm-unit-tests PATCH v5 4/5] riscv: lib: Add SBI SSE extension definitions
` [kvm-unit-tests PATCH v5 5/5] riscv: sbi: Add SSE extension tests

[PATCH 0/8] KVM: selftests: Binary stats fixes and infra updates
 2025-01-10  1:15 UTC  (11+ messages)
` [PATCH 1/8] KVM: selftests: Fix mostly theoretical leak of VM's binary stats FD
` [PATCH 2/8] KVM: selftests: Close VM's binary stats FD when releasing VM
` [PATCH 3/8] KVM: selftests: Assert that __vm_get_stat() actually finds a stat
` [PATCH 4/8] KVM: selftests: Macrofy vm_get_stat() to auto-generate stat name string
` [PATCH 5/8] KVM: selftests: Add struct and helpers to wrap binary stats cache
` [PATCH 6/8] KVM: selftests: Get VM's binary stats FD when opening VM
` [PATCH 7/8] KVM: selftests: Add infrastructure for getting vCPU binary stats
` [PATCH 8/8] KVM: selftests: Add compile-time assertions to guard against stats typos

[PATCH 0/8] Add SBI v3.0 PMU enhancements
 2025-01-09 19:40 UTC  (2+ messages)

[PATCH v2] RISC-V: KVM: Fix csr_write -> csr_set for HVIEN PMU overflow bit
 2025-01-08 18:21 UTC  (2+ messages)

[QUESTION] Understanding in-kernel irqchip (APLIC + IMSIC) behavior with multiple devices and interrupt handling
 2025-01-07 16:36 UTC 

[PATCH v2 0/5] KVM: drop 32-bit host support on all architectures
 2025-01-07  0:53 UTC  (11+ messages)
` [PATCH v2 1/5] mips: kvm: drop support for 32-bit hosts
` [PATCH v2 2/5] riscv: kvm: drop 32-bit host support
` [PATCH v2 3/5] powerpc: kvm: drop 32-bit booke
` [PATCH v2 4/5] powerpc: kvm: drop 32-bit book3s
` [PATCH v2 5/5] x86: kvm drop 32-bit host support

[PATCH v2 0/3] Collect guest/host statistics during the redirected traps
 2024-12-26  5:44 UTC  (5+ messages)
` [PATCH v2 1/3] RISC-V: KVM: Redirect instruction access fault trap to guest
` [PATCH v2 2/3] RISC-V: KVM: Update firmware counters for various events
` [PATCH v2 3/3] RISC-V: KVM: Add new exit statstics for redirected traps

[PATCH 0/3] Collect guest/host statistics during the redirected traps
 2024-12-24  3:04 UTC  (9+ messages)
` [PATCH 1/3] RISC-V: KVM: Redirect instruction access fault trap to guest
` [PATCH 2/3] RISC-V: KVM: Update firmware counters for various events
` [PATCH 3/3] RISC-V: KVM: Add new exit statstics for redirected traps

[RFC 0/5] KVM: drop 32-bit host support on all architectures
 2024-12-13 10:39 UTC  (16+ messages)
` [RFC 1/5] mips: kvm: drop support for 32-bit hosts
` [RFC 2/5] powerpc: kvm: drop 32-bit booke
` [RFC 3/5] powerpc: kvm: drop 32-bit book3s
` [RFC 5/5] x86: kvm drop 32-bit host support

[PATCH v4 00/16] KVM: selftests: "tree" wide overhauls
 2024-12-19 15:14 UTC  (9+ messages)
` [PATCH v4 15/16] KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directories

[PATCH 0/5] riscv: add support for Zaamo and Zalrsc extensions
 2024-12-19  7:46 UTC  (6+ messages)
` [PATCH 4/5] RISC-V: KVM: Allow Zaamo/Zalrsc extensions for Guest/VM
` [PATCH 5/5] KVM: riscv: selftests: Add Zaamo/Zalrsc extensions to get-reg-list test

[PATCH RFC v4 0/3] riscv: add Svukte extension
 2024-12-19  7:03 UTC  (5+ messages)
` [PATCH RFC v4 1/3] dt-bindings: riscv: Add Svukte entry
` [PATCH RFC v4 2/3] riscv: Add Svukte extension support
` [PATCH RFC v4 3/3] riscv: KVM: Add Svukte extension support for Guest/VM

[GIT PULL] KVM/riscv fixes for 6.13 take #1
 2024-12-13 19:00 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox