messages from 2023-12-20 16:28:09 to 2023-12-22 15:17:57 UTC [more...]
[kvm-unit-tests PATCH 0/9] Multi-migration support
2023-12-22 15:15 UTC (12+ messages)
` [kvm-unit-tests PATCH 1/9] s390x: clean lib/auxinfo.o
` [kvm-unit-tests PATCH 2/9] arch-run: Clean up temporary files properly
` [kvm-unit-tests PATCH 3/9] arch-run: Clean up initrd cleanup
` [kvm-unit-tests PATCH 4/9] migration: use a more robust way to wait for background job
` [kvm-unit-tests PATCH 5/9] migration: Support multiple migrations
` [kvm-unit-tests PATCH 6/9] arch-run: rename migration variables
` [kvm-unit-tests PATCH 7/9] migration: Add quiet migration support
` [kvm-unit-tests PATCH 8/9] Add common/ directory for architecture-independent tests
` [kvm-unit-tests PATCH 9/9] migration: add a migration selftest
[GIT PULL] KVM/arm64 fixes for 6.7, part #2
2023-12-22 14:20 UTC (6+ messages)
[PATCH 00/40] testing and plugin updates for 9.0
2023-12-22 13:45 UTC (43+ messages)
` [PATCH 01/40] tests/avocado: Add a test for a little-endian microblaze machine
` [PATCH 02/40] tests/avocado: use snapshot=on in kvm_xen_guest
` [PATCH 03/40] gitlab: include microblazeel in testing
` [PATCH 04/40] chardev: use bool for fe_is_open
` [PATCH 05/40] qtest: bump min meson timeout to 60 seconds
` [PATCH 06/40] qtest: bump migration-test timeout to 8 minutes
` [PATCH 07/40] qtest: bump qom-test timeout to 15 minutes
` [PATCH 08/40] qtest: bump npcm7xx_pwn-test timeout to 5 minutes
` [PATCH 09/40] qtest: bump test-hmp timeout to 4 minutes
` [PATCH 10/40] qtest: bump pxe-test timeout to 10 minutes
` [PATCH 11/40] qtest: bump prom-env-test timeout to 6 minutes
` [PATCH 12/40] qtest: bump boot-serial-test timeout to 3 minutes
` [PATCH 13/40] qtest: bump qos-test timeout to 2 minutes
` [PATCH 14/40] qtest: bump aspeed_smc-test timeout to 6 minutes
` [PATCH 15/40] qtest: bump bios-table-test timeout to 9 minutes
` [PATCH 16/40] tests/qtest: Bump the device-introspect-test timeout to 12 minutes
` [PATCH 17/40] tests/unit: Bump test-aio-multithread test timeout to 2 minutes
` [PATCH 18/40] tests/unit: Bump test-crypto-block test timeout to 5 minutes
` [PATCH 19/40] tests/fp: Bump fp-test-mulAdd test timeout to 3 minutes
` [PATCH 20/40] mtest2make: stop disabling meson test timeouts
` [PATCH 21/40] hw/riscv: Use misa_mxl instead of misa_mxl_max
` [PATCH 22/40] target/riscv: Remove misa_mxl validation
` [PATCH 23/40] target/riscv: Move misa_mxl_max to class
` [PATCH 24/40] target/riscv: Validate misa_mxl_max only once
` [PATCH 25/40] target/arm: Use GDBFeature for dynamic XML
` [PATCH 26/40] target/ppc: "
` [PATCH 27/40] target/riscv: "
` [PATCH 28/40] gdbstub: Use GDBFeature for gdb_register_coprocessor
` [PATCH 29/40] gdbstub: Use GDBFeature for GDBRegisterState
` [PATCH 30/40] gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb
` [PATCH 31/40] gdbstub: Simplify XML lookup
` [PATCH 32/40] gdbstub: Infer number of core registers from XML
` [PATCH 33/40] hw/core/cpu: Remove gdb_get_dynamic_xml member
` [PATCH 34/40] gdbstub: Add members to identify registers to GDBFeature
` [PATCH 35/40] plugins: Use different helpers when reading registers
` [PATCH 36/40] gdbstub: expose api to find registers
` [PATCH 37/40] plugins: add an API to read registers
` [PATCH 38/40] contrib/plugins: fix imatch
` [PATCH 39/40] contrib/plugins: extend execlog to track register changes
` [PATCH 40/40] contrib/plugins: optimise the register value tracking
[PATCH v3 00/70] QEMU Guest memfd + QEMU TDX support
2023-12-22 13:14 UTC (16+ messages)
` [PATCH v3 06/70] kvm: Introduce support for memory_attributes
` [PATCH v3 09/70] physmem: Introduce ram_block_convert_range() for page conversion
` [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
[PATCH 0/3] KVM: arm64: Fix + cleanup for GICv3 ISPENDR
2023-12-22 13:03 UTC (2+ messages)
[PATCH v7 0/9] Add iommufd nesting (part 2/2)
2023-12-22 11:59 UTC (25+ messages)
` [PATCH v7 1/9] iommu: Add cache_invalidate_user op
` [PATCH v7 2/9] iommufd: Add IOMMU_HWPT_INVALIDATE
` [PATCH v7 3/9] iommu: Add iommu_copy_struct_from_user_array helper
` [PATCH v7 4/9] iommufd/selftest: Add mock_domain_cache_invalidate_user support
` [PATCH v7 5/9] iommufd/selftest: Add IOMMU_TEST_OP_MD_CHECK_IOTLB test op
` [PATCH v7 6/9] iommufd/selftest: Add coverage for IOMMU_HWPT_INVALIDATE ioctl
` [PATCH v7 7/9] iommu/vt-d: Allow qi_submit_sync() to return the QI faults
` [PATCH v7 8/9] iommu/vt-d: Convert pasid based cache invalidation to return QI fault
` [PATCH v7 9/9] iommu/vt-d: Add iotlb flush for nested domain
[PATCH vhost v4 00/15] vdpa/mlx5: Add support for resumable vqs
2023-12-22 11:22 UTC (24+ messages)
` [PATCH vhost v4 02/15] vdpa: Add VHOST_BACKEND_F_CHANGEABLE_VQ_ADDR_IN_SUSPEND flag
` [PATCH vhost v4 06/15] vdpa: Track device suspended state
` [PATCH vhost v4 07/15] vdpa: Block vq address change in DRIVER_OK unless device supports it
` [PATCH vhost v4 08/15] vdpa: Block vq state "
[kvm-unit-tests PATCH v5 00/29] powerpc: updates, P10, PNV support
2023-12-22 10:32 UTC (19+ messages)
` [kvm-unit-tests PATCH v5 07/29] powerpc: Add a migration stress tester
` [kvm-unit-tests PATCH v5 10/29] powerpc/sprs: Specify SPRs with data rather than code
` [kvm-unit-tests PATCH v5 12/29] powerpc/sprs: Avoid taking async interrupts caused by register fuzzing
` [kvm-unit-tests PATCH v5 13/29] powerpc: Make interrupt handler error more readable
` [kvm-unit-tests PATCH v5 18/29] powerpc: Fix stack backtrace termination
` [kvm-unit-tests PATCH v5 24/29] powerpc: interrupt tests
[PATCH v3 0/6] target/i386: add support for FRED
2023-12-22 9:26 UTC (10+ messages)
` [PATCH v3 1/6] target/i386: add support for FRED in CPUID enumeration
` [PATCH v3A "
` [PATCH v3 2/6] target/i386: mark CR4.FRED not reserved
[RFC PATCH 0/3] RISC-V: KVM: Guest Debug Support
2023-12-22 8:28 UTC (6+ messages)
` [RFC PATCH 1/3] RISC-V: KVM: Enable the KVM_CAP_SET_GUEST_DEBUG capability
` [RFC PATCH 2/3] RISC-V: KVM: Implement kvm_arch_vcpu_ioctl_set_guest_debug()
` [RFC PATCH 3/3] RISC-V: KVM: Handle breakpoint exits for VCPU
[PATCH net-next v3 0/3] Abstract page from net stack
2023-12-21 23:44 UTC (11+ messages)
` [PATCH net-next v3 1/3] vsock/virtio: use skb_frag_*() helpers
` [PATCH net-next v3 2/3] net: introduce abstraction for network memory
` [PATCH net-next v3 3/3] net: add netmem_ref to skb_frag_t
RFC: NTP adjustments interfere with KVM emulation of TSC deadline timers
2023-12-21 19:09 UTC (2+ messages)
[PATCH v3 0/4] KVM: X86: Make bus clock frequency for vapic timer configurable
2023-12-21 17:39 UTC (9+ messages)
` [PATCH v3 1/4] KVM: x86/hyperv: Calculate APIC bus frequency for hyper-v
` [PATCH v3 2/4] KVM: x86: Make the APIC bus cycles per nsec VM variable
` [PATCH v3 4/4] KVM: selftests: Add test case for x86 apic_bus_clock_frequency
[PATCH v2 0/3] KVM: X86: Make bus clock frequency for vapic timer configurable
2023-12-21 17:01 UTC (14+ messages)
` [PATCH v2 1/3] KVM: x86: Make the hardcoded APIC bus frequency vm variable
[PATCH 0/9] KVM: x86: Replace governed features with guest cpu_caps
2023-12-21 16:59 UTC (5+ messages)
` [PATCH 3/9] KVM: x86: Initialize guest cpu_caps based on guest CPUID
[PATCH v5 0/4] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
2023-12-21 15:40 UTC (5+ messages)
` [PATCH v5 1/4] kvm: arm64: introduce new flag for non-cacheable "
` [PATCH v5 2/4] mm: introduce new flag to indicate wc safe
` [PATCH v5 3/4] kvm: arm64: set io memory s2 pte as normalnc for vfio pci devices
` [PATCH v5 4/4] vfio: convey kvm that the vfio-pci device is wc safe
[PATCH v3 0/2] kvm: arm64: allow vm to select DEVICE_* and
2023-12-21 13:19 UTC (8+ messages)
` [PATCH v3 2/2] kvm: arm64: set io memory s2 pte as normalnc for vfio pci devices
[PATCH v15 1/1] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper
2023-12-21 12:43 UTC (3+ messages)
[PATCH v2] KVM: s390: vsie: fix race during shadow creation
2023-12-21 11:59 UTC (3+ messages)
[linux-next:master] BUILD REGRESSION 20d857259d7d10cd0d5e8b60608455986167cfad
2023-12-21 11:48 UTC
[PATCH 00/12] KVM: PPC: Nested APIv2 : Performance improvements
2023-12-21 10:44 UTC (2+ messages)
[PATCH v4 00/11] RISCV: Add kvm Sstc timer selftests
2023-12-21 9:25 UTC (9+ messages)
` [PATCH v4 11/11] KVM: selftests: Enable tunning of err_margin_us in arch timer test
[PATCH v8 00/26] Enable CET Virtualization
2023-12-21 14:02 UTC (27+ messages)
` [PATCH v8 01/26] x86/fpu/xstate: Always preserve non-user xfeatures/flags in __state_perm
` [PATCH v8 02/26] x86/fpu/xstate: Refine CET user xstate bit enabling
` [PATCH v8 03/26] x86/fpu/xstate: Add CET supervisor mode state support
` [PATCH v8 04/26] x86/fpu/xstate: Introduce XFEATURE_MASK_KERNEL_DYNAMIC xfeature set
` [PATCH v8 05/26] x86/fpu/xstate: Introduce fpu_guest_cfg for guest FPU configuration
` [PATCH v8 06/26] x86/fpu/xstate: Create guest fpstate with guest specific config
` [PATCH v8 07/26] x86/fpu/xstate: Warn if kernel dynamic xfeatures detected in normal fpstate
` [PATCH v8 08/26] KVM: x86: Rework cpuid_get_supported_xcr0() to operate on vCPU data
` [PATCH v8 09/26] KVM: x86: Rename kvm_{g,s}et_msr() to menifest emulation operations
` [PATCH v8 10/26] KVM: x86: Refine xsave-managed guest register/MSR reset handling
` [PATCH v8 11/26] KVM: x86: Add kvm_msr_{read,write}() helpers
` [PATCH v8 12/26] KVM: x86: Report XSS as to-be-saved if there are supported features
` [PATCH v8 13/26] KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v8 14/26] KVM: x86: Initialize kvm_caps.supported_xss
` [PATCH v8 15/26] KVM: x86: Load guest FPU state when access XSAVE-managed MSRs
` [PATCH v8 16/26] KVM: x86: Add fault checks for guest CR4.CET setting
` [PATCH v8 17/26] KVM: x86: Report KVM supported CET MSRs as to-be-saved
` [PATCH v8 18/26] KVM: VMX: Introduce CET VMCS fields and control bits
` [PATCH v8 19/26] KVM: x86: Use KVM-governed feature framework to track "SHSTK/IBT enabled"
` [PATCH v8 20/26] KVM: VMX: Emulate read and write to CET MSRs
` [PATCH v8 21/26] KVM: x86: Save and reload SSP to/from SMRAM
` [PATCH v8 22/26] KVM: VMX: Set up interception for CET MSRs
` [PATCH v8 23/26] KVM: VMX: Set host constant supervisor states to VMCS fields
` [PATCH v8 24/26] KVM: x86: Enable CET virtualization for VMX and advertise to userspace
` [PATCH v8 25/26] KVM: nVMX: Introduce new VMX_BASIC bit for event error_code delivery to L1
` [PATCH v8 26/26] KVM: nVMX: Enable CET support for nested guest
[PATCH 0/2] x86: KVM: Limit guest physical bits when 5-level EPT is unsupported
2023-12-21 8:19 UTC (5+ messages)
` [PATCH 1/2] "
[Bug 218297] New: Kernel Panic and crash
2023-12-21 7:27 UTC (3+ messages)
` [Bug 218297] "
[RFC PATCH] KVM: Introduce KVM VIRTIO device
2023-12-21 2:44 UTC (7+ messages)
[PATCH] kvm: fix kvmalloc_array() arguments order
2023-12-20 17:30 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox