messages from 2023-11-29 18:31:05 to 2023-11-30 17:46:56 UTC [more...]
[PATCH v3 00/70] QEMU Guest memfd + QEMU TDX support
2023-11-30 17:46 UTC (26+ messages)
` [PATCH v3 02/70] RAMBlock: Add support of KVM private guest memfd
` [PATCH v3 03/70] RAMBlock/guest_memfd: Enable KVM_GUEST_MEMFD_ALLOW_HUGEPAGE
` [PATCH v3 04/70] HostMem: Add mechanism to opt in kvm guest memfd via MachineState
[PATCH v7 00/26] Enable CET Virtualization
2023-11-30 17:46 UTC (16+ messages)
` [PATCH v7 01/26] x86/fpu/xstate: Always preserve non-user xfeatures/flags in __state_perm
` [PATCH v7 03/26] x86/fpu/xstate: Add CET supervisor mode state support
` [PATCH v7 05/26] x86/fpu/xstate: Introduce fpu_guest_cfg for guest FPU configuration
` [PATCH v7 10/26] KVM: x86: Refine xsave-managed guest register/MSR reset handling
` [PATCH v7 13/26] KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v7 24/26] KVM: x86: Enable CET virtualization for VMX and advertise to userspace
[PATCH net-next v5 0/3] send credit update during setting SO_RCVLOWAT
2023-11-30 17:37 UTC (13+ messages)
` [PATCH net-next v5 1/3] vsock: update SO_RCVLOWAT setting callback
` [PATCH net-next v5 2/3] virtio/vsock: send credit update during setting SO_RCVLOWAT
` [PATCH net-next v5 3/3] vsock/test: SO_RCVLOWAT + deferred credit update test
[PATCH v15 00/23] TDX host kernel support
2023-11-30 17:20 UTC (3+ messages)
` [PATCH v15 21/23] x86/virt/tdx: Handle TDX interaction with ACPI S3 and deeper states
[PATCH v5] KVM x86/xen: add an override for PVCLOCK_TSC_STABLE_BIT
2023-11-30 16:41 UTC (5+ messages)
arch/x86/kvm/vmx/hyperv.h:79:30: sparse: sparse: cast truncates bits from constant value (1b009b becomes 9b)
2023-11-30 16:37 UTC
[PATCH v3] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
2023-11-30 16:55 UTC (2+ messages)
[PATCH] KVM: x86/xsave: Remove 'return void' expression for 'void function'
2023-11-30 16:25 UTC (7+ messages)
[PATCH v2 0/2] KVM: selftests: Detect if KVM bugged the VM
2023-11-30 16:09 UTC (9+ messages)
` [PATCH v2 2/2] KVM: selftests: Add logic to detect if ioctl() failed because VM was killed
[PATCH V4 vfio 0/9] Introduce a vfio driver over virtio devices
2023-11-30 15:47 UTC (7+ messages)
` [PATCH V4 vfio 4/9] virtio-pci: Introduce admin commands
[PATCH 00/14] KVM: x86: Make Hyper-V emulation optional
2023-11-30 15:11 UTC (8+ messages)
` [PATCH 10/14] "
` [PATCH 11/14] KVM: nVMX: hyper-v: Introduce nested_vmx_evmptr12() and nested_vmx_is_evmptr12_valid() helpers
[RFC 00/41] qom-topo: Abstract Everything about CPU Topology
2023-11-30 14:42 UTC (42+ messages)
` [RFC 01/41] qdev: Introduce new device category to cover basic topology device
` [RFC 02/41] qdev: Allow qdev_device_add() to add specific category device
` [RFC 03/41] system: Create base category devices from cli before board initialization
` [RFC 04/41] qom/object: Introduce helper to resolve path from non-direct parent
` [RFC 05/41] qdev: Set device parent and id after setting properties
` [RFC 06/41] qdev: Introduce user-child interface to collect devices from -device
` [RFC 07/41] qdev: Introduce parent option in -device
` [RFC 08/41] hw/core/topo: Introduce CPU topology device abstraction
` [RFC 09/41] hw/core/topo: Support topology index for topology device
` [RFC 10/41] hw/core/topo: Add virtual method to update topology info for parent
` [RFC 11/41] hw/core/topo: Add virtual method to check topology child
` [RFC 12/41] hw/core/topo: Add helpers to traverse the CPU topology tree
` [RFC 13/41] hw/core/cpu: Convert CPU from general device to topology device
` [RFC 14/41] PPC/ppc-core: Offload core-id to PPC specific core abstarction
` [RFC 15/41] hw/cpu/core: Allow to configure plugged threads for cpu-core
` [RFC 16/41] PPC/ppc-core: Limit plugged-threads and nr-threads to be equal
` [RFC 17/41] hw/cpu/core: Convert cpu-core from general device to topology device
` [RFC 18/41] hw/cpu/cluster: Rename CPUClusterState to CPUCluster
` [RFC 19/41] hw/cpu/cluster: Wrap TCG related ops and props into CONFIG_TCG
` [RFC 20/41] hw/cpu/cluster: Descript cluster is not only used for TCG in comment
` [RFC 21/41] hw/cpu/cluster: Allow cpu-cluster to be created by -device
` [RFC 22/41] hw/cpu/cluster: Convert cpu-cluster from general device to topology device
` [RFC 23/41] hw/cpu/die: Abstract cpu-die level as "
` [RFC 24/41] hw/cpu/socket: Abstract cpu-socket "
` [RFC 25/41] hw/cpu/book: Abstract cpu-book "
` [RFC 26/41] hw/cpu/drawer: Abstract cpu-drawer "
` [RFC 27/41] hw/core/slot: Introduce CPU slot as the root of CPU topology
` [RFC 28/41] hw/core/slot: Maintain the core queue in CPU slot
` [RFC 29/41] hw/core/slot: Statistics topology information "
` [RFC 30/41] hw/core/slot: Check topology child to be added under "
` [RFC 31/41] hw/machine: Plug cpu-slot into machine to maintain topology tree
` [RFC 32/41] hw/machine: Build smp topology tree from -smp
` [RFC 33/41] hw/machine: Validate smp topology tree without -smp
` [RFC 34/41] hw/core/topo: Implement user-child to collect topology device from cli
` [RFC 35/41] hw/i386: Make x86_cpu_new() private in x86.c
` [RFC 36/41] hw/i386: Allow x86_cpu_new() to specify parent for new CPU
` [RFC 37/41] hw/i386: Allow i386 to create new CPUs from QOM topology
` [RFC 38/41] hw/i386: Wrap apic id and topology sub ids assigning as helpers
` [RFC 39/41] hw/i386: Add the interface to search parent for QOM topology
` [RFC 40/41] hw/i386: Support "
` [RFC 41/41] hw/i386: Cleanup non-QOM topology support
[PATCH 13/16] iommu: observability of the IOMMU allocations
2023-11-30 14:03 UTC (2+ messages)
[PATCH] accel: Do not set CPUState::can_do_io in non-TCG accels
2023-11-30 13:51 UTC (5+ messages)
[PATCH 0/6] Make Big QEMU Lock naming consistent
2023-11-30 13:49 UTC (22+ messages)
` [PATCH 1/6] system/cpus: rename qemu_mutex_lock_iothread() to qemu_bql_lock()
` [PATCH 2/6] qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to QEMU_BQL_LOCK_GUARD
` [PATCH 3/6] qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()
` [PATCH 4/6] system/cpus: rename qemu_global_mutex to qemu_bql
` [PATCH 5/6] Replace "iothread lock" with "BQL" in comments
` [PATCH 6/6] Rename "QEMU global mutex" to "BQL" in comments and docs
[PATCH rc] kvm: Prevent compiling virt/kvm/vfio.c unless VFIO is selected
2023-11-30 12:07 UTC (12+ messages)
` Ping? "
[RFC PATCH v2 00/19] Hypervisor-Enforced Kernel Integrity
2023-11-30 11:33 UTC (12+ messages)
` [RFC PATCH v2 17/19] heki: x86: Update permissions counters during text patching
` [RFC PATCH v2 18/19] heki: x86: Protect guest kernel memory using the KVM hypervisor
[PATCH v5 0/4] KVM: selftests: Add LoongArch support
2023-11-30 11:18 UTC (5+ messages)
` [PATCH v5 1/4] KVM: selftests: Add KVM selftests header files for LoongArch
` [PATCH v5 2/4] KVM: selftests: Add core KVM selftests support "
` [PATCH v5 3/4] KVM: selftests: Add ucall test "
` [PATCH v5 4/4] KVM: selftests: Add test cases "
[kvm-unit-tests PATCH v1 00/18] arm/arm64: Rework cache maintenance at boot
2023-11-30 10:35 UTC (20+ messages)
` [kvm-unit-tests PATCH v1 01/18] Makefile: Define __ASSEMBLY__ for assembly files
` [kvm-unit-tests PATCH v1 02/18] powerpc: Replace the physical allocator with the page allocator
` [kvm-unit-tests PATCH v1 03/18] lib/alloc_phys: Initialize align_min
` [kvm-unit-tests PATCH v1 04/18] lib/alloc_phys: Consolidate allocate functions into memalign_early()
` [kvm-unit-tests PATCH v1 05/18] lib/alloc_phys: Remove locking
` [kvm-unit-tests PATCH v1 06/18] lib/alloc_phys: Remove allocation accounting
` [kvm-unit-tests PATCH v1 07/18] lib/alloc_phys: Add callback to perform cache maintenance
` [kvm-unit-tests PATCH v1 08/18] lib/alloc_phys: Expand documentation with usage and limitations
` [kvm-unit-tests PATCH v1 09/18] arm/arm64: Zero secondary CPUs' stack
` [kvm-unit-tests PATCH v1 10/18] arm/arm64: Allocate secondaries' stack using the page allocator
` [kvm-unit-tests PATCH v1 11/18] arm/arm64: assembler.h: Replace size with end address for dcache_by_line_op
` [kvm-unit-tests PATCH v1 12/18] arm/arm64: Add C functions for doing cache maintenance
` [kvm-unit-tests PATCH v1 13/18] arm/arm64: Configure secondaries' stack before enabling the MMU
` [kvm-unit-tests PATCH v1 14/18] arm/arm64: Use pgd_alloc() to allocate mmu_idmap
` [kvm-unit-tests PATCH v1 15/18] arm/arm64: Enable the MMU early
` [kvm-unit-tests PATCH v1 16/18] arm/arm64: Map the UART when creating the translation tables
` [kvm-unit-tests PATCH v1 17/18] arm/arm64: Perform dcache maintenance at boot
` [kvm-unit-tests PATCH v1 18/18] arm/arm64: Rework the cache maintenance in asm_mmu_disable
[PATCH v4 0/3] LoongArch: KVM: Remove SW timer switch when vcpu is halt polling
2023-11-30 10:06 UTC (2+ messages)
[GIT PULL] virtio: features
2023-11-30 9:44 UTC (6+ messages)
[RFC PATCH v4 0/3] send credit update during setting SO_RCVLOWAT
2023-11-30 8:42 UTC (8+ messages)
` [RFC PATCH v4 1/3] vsock: update SO_RCVLOWAT setting callback
` [RFC PATCH v4 2/3] virtio/vsock: send credit update during setting SO_RCVLOWAT
` [RFC PATCH v4 3/3] vsock/test: SO_RCVLOWAT + deferred credit update test
[PATCH v12 00/37] x86: enable FRED for x86-64
2023-11-30 6:01 UTC (3+ messages)
` [PATCH v12 02/37] x86/opcode: Add the WRMSRNS instruction to the x86 opcode map
[kvm-unit-tests PATCH v2 0/3] arm64: runtime scripts improvements on efi
2023-11-30 4:17 UTC (5+ messages)
` [kvm-unit-tests PATCH v2 1/3] runtime: Fix the missing last_line
` [kvm-unit-tests PATCH v2 2/3] runtime: arm64: Skip the migration tests when run on EFI
` [kvm-unit-tests PATCH v2 3/3] arm64: efi: Make running tests on EFI can be parallel
[kvmtool PATCH] riscv: Fix guest poweroff when using PLIC emulation
2023-11-30 4:16 UTC
[kvm-unit-tests PATCH v1 0/3] arm64: runtime scripts improvements on efi
2023-11-30 3:18 UTC (6+ messages)
` [kvm-unit-tests PATCH v1 3/3] arm64: efi: Make running tests on EFI can be parallel
[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-11-30 2:13 UTC (4+ messages)
` [PATCH v10 14/50] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
[PATCH] KVM: selftests: Remove x86's so called "MMIO warning" test
2023-11-30 1:44 UTC (2+ messages)
[PATCH] KVM: selftests: add -MP to CFLAGS
2023-11-30 1:44 UTC (2+ messages)
[PATCH] KVM: x86/mmu: Declare flush_remote_tlbs{_range}() hooks iff HYPERV!=n
2023-11-30 1:44 UTC (2+ messages)
[PATCH] vfio: Drop vfio_file_iommu_group() stub to fudge around a KVM wart
2023-11-30 0:12 UTC (2+ messages)
[PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE
2023-11-30 0:08 UTC (13+ messages)
[PATCH 00/16] IOMMU memory observability
2023-11-30 0:02 UTC (19+ messages)
` [PATCH 04/16] iommu/io-pgtable-dart: use page allocation function provided by iommu-pages.h
` [PATCH 08/16] iommu/fsl: "
` [PATCH 09/16] iommu/iommufd: "
` [PATCH 16/16] vfio: account iommu allocations
[PATCH v2 0/4] KVM: selftests: Annotate guest printfs as such
2023-11-29 22:49 UTC (5+ messages)
` [PATCH v2 1/4] KVM: selftests: Fix MWAIT error message when guest assertion fails
` [PATCH v2 2/4] KVM: selftests: Fix benign %llx vs. %lx issues in guest asserts
` [PATCH v2 3/4] KVM: selftests: Fix broken assert messages in Hyper-V features test
` [PATCH v2 4/4] KVM: selftests: Annotate guest ucall, printf, and assert helpers with __printf()
[PATCH] KVM: selftests: Reword the NX hugepage test's skip message to be more helpful
2023-11-29 22:40 UTC
[PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
2023-11-29 22:40 UTC (11+ messages)
[PATCH v2] Enable haltpoll for arm64
2023-11-29 20:55 UTC (3+ messages)
` [PATCH 2/7] x86/kvm: Move haltpoll_want() to be arch defined
[PATCH v2 vfio 0/6] vfio/pds: Clean-ups and multi-region support
2023-11-29 20:18 UTC (2+ messages)
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