kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-14 16:09:37 to 2023-03-16 00:28:20 UTC [more...]

[PATCH v1 0/5] vfio: Make emulated devices prepared for vfio device cdev
 2023-03-16  0:28 UTC  (21+ messages)
` [PATCH v1 1/5] iommufd: Create access in vfio_iommufd_emulated_bind()
` [PATCH v1 5/5] vfio: Check the presence for iommufd callbacks in __vfio_register_dev()

[PATCH v13 000/113] KVM TDX basic feature support
 2023-03-16  0:27 UTC  (13+ messages)
` [PATCH v13 003/113] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v13 004/113] KVM: TDX: Initialize logical processor when onlined
` [PATCH v13 005/113] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [PATCH v13 006/113] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs

[PATCH v3 0/2] KVM: x86/ioapic: Fix oneshot interrupts forwarding
 2023-03-16  0:16 UTC  (3+ messages)
` [PATCH v3 2/2] KVM: x86/ioapic: Resample the pending state of an IRQ when unmasking

[PATCH v6 00/24] cover-letter: Add vfio_device cdev for iommufd support
 2023-03-15 23:31 UTC  (14+ messages)
` [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
` [PATCH v6 19/24] vfio-iommufd: Add detach_ioas support for emulated VFIO devices
` [PATCH v6 21/24] vfio: Add VFIO_DEVICE_BIND_IOMMUFD

[PATCH v5 00/19] Add vfio_device cdev for iommufd support
 2023-03-15 23:22 UTC  (11+ messages)

[PATCH] KVM: selftest: Add dependency rules in makefile for C source code
 2023-03-15 22:53 UTC  (2+ messages)

[PATCH v3 0/6] KVM: MMU: performance tweaks for heavy CR0.WP users
 2023-03-15 22:30 UTC  (12+ messages)
` [PATCH v3 2/6] KVM: VMX: Avoid retpoline call for control register caused exits
` [PATCH v3 3/6] KVM: x86: Do not unload MMU roots when only toggling CR0.WP
` [PATCH v3 4/6] KVM: x86: Make use of kvm_read_cr*_bits() when testing bits
` [PATCH v3 6/6] KVM: VMX: Make CR0.WP a guest owned bit

[PATCH v2 00/32] tweaks and fixes for 8.0-rc1 (tests, plugins, docs)
 2023-03-15 22:01 UTC  (35+ messages)
` [PATCH v2 01/32] tests/avocado: update AArch64 tests to Alpine 3.17.2
` [PATCH v2 02/32] tests/docker: all add DOCKER_BUILDKIT to RUNC environment
` [PATCH v2 03/32] scripts/ci: add libslirp-devel to build-environment
` [PATCH v2 04/32] scripts/ci: update gitlab-runner playbook to handle CentOS
` [PATCH v2 05/32] gitlab: update centos-8-stream job
` [PATCH v2 06/32] include/qemu: add documentation for memory callbacks
` [PATCH v2 07/32] tests/tcg: add some help output for running individual tests
` [PATCH v2 08/32] tests/tcg: disable pauth for aarch64 gdb tests
` [PATCH v2 09/32] include/exec: fix kerneldoc definition
` [PATCH v2 10/32] tests/avocado: don't use tags to define drive
` [PATCH v2 11/32] tcg: Clear plugin_mem_cbs on TB exit
` [PATCH v2 12/32] tcg: Drop plugin_gen_disable_mem_helpers from tcg_gen_exit_tb
` [PATCH v2 13/32] include/qemu/plugin: Remove QEMU_PLUGIN_ASSERT
` [PATCH v2 14/32] *: Add missing includes of qemu/error-report.h
` [PATCH v2 15/32] *: Add missing includes of qemu/plugin.h
` [PATCH v2 16/32] include/qemu: Split out plugin-event.h
` [PATCH v2 17/32] include/qemu/plugin: Inline qemu_plugin_disable_mem_helpers
` [PATCH v2 18/32] iotests: explicitly pass source/build dir to 'check' command
` [PATCH v2 19/32] iotests: allow test discovery before building
` [PATCH v2 20/32] iotests: strip subdir path when listing tests
` [PATCH v2 21/32] iotests: print TAP protocol version when reporting tests
` [PATCH v2 22/32] iotests: connect stdin to /dev/null when running tests
` [PATCH v2 23/32] iotests: always use a unique sub-directory per test
` [PATCH v2 24/32] iotests: register each I/O test separately with meson
` [PATCH v2 25/32] iotests: remove the check-block.sh script
` [PATCH v2 26/32] contrib/gitdm: Add ASPEED Technology to the domain map
` [PATCH v2 27/32] contrib/gitdm: Add SYRMIA "
` [PATCH v2 28/32] contrib/gitdm: add Amazon "
` [PATCH v2 29/32] contrib/gitdm: add Alibaba to the domain-map
` [PATCH v2 30/32] contrib/gitdm: add revng to domain map
` [PATCH v2 31/32] contrib/gitdm: add more individual contributors
` [PATCH v2 32/32] contrib/gitdm: add group map for AMD

[PATCH v2 0/8] vdpa_sim: add support for user VA
 2023-03-15 21:12 UTC  (4+ messages)
` [PATCH v2 3/8] vringh: replace kmap_atomic() with kmap_local_page()

[PATCH v6 00/12] Implement Eager Page Splitting for ARM
 2023-03-15 21:00 UTC  (11+ messages)
` [PATCH v6 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH v6 07/12] KVM: arm64: Export kvm_are_all_memslots_empty()

[RFC PATCH 0/8] vfio/pci: Support dynamic allocation of MSI-X interrupts
 2023-03-15 20:59 UTC  (9+ messages)
` [RFC PATCH 1/8] vfio/pci: Consolidate irq cleanup on MSI/MSI-X disable
` [RFC PATCH 2/8] vfio/pci: Remove negative check on unsigned vector
` [RFC PATCH 3/8] vfio/pci: Prepare for dynamic interrupt context storage
` [RFC PATCH 4/8] vfio/pci: Use xarray for "
` [RFC PATCH 5/8] vfio/pci: Remove interrupt context counter
` [RFC PATCH 6/8] vfio/pci: Move to single error path
` [RFC PATCH 7/8] vfio/pci: Support dynamic MSI-x
` [RFC PATCH 8/8] vfio/pci: Clear VFIO_IRQ_INFO_NORESIZE for MSI-X

[PATCH V5 0/2] selftests: KVM: Add a test for eager page splitting
 2023-03-15 20:49 UTC  (8+ messages)

[PATCH] kvm/x86: actually verify that reading MSR_IA32_UCODE_REV succeeds
 2023-03-15 20:16 UTC  (2+ messages)

[PATCH 1/2] KVM: x86: add KVM clock time reference arg to kvm_write_tsc()
 2023-03-15 19:57 UTC  (3+ messages)
` [PATCH v2] KVM: x86: add KVM_VCPU_TSC_VALUE attribute

[PATCH v2 00/27] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups
 2023-03-15 19:23 UTC  (22+ messages)
` [PATCH v2 01/27] drm/i915/gvt: Verify pfn is "valid" before dereferencing "struct page"
    ` [Intel-gfx] "
` [PATCH v2 04/27] drm/i915/gvt: Incorporate KVM memslot info into check for 2MiB GTT entry
` [PATCH v2 11/27] KVM: x86/mmu: Don't rely on page-track mechanism to flush on memslot change
` [PATCH v2 14/27] KVM: x86: Reject memslot MOVE operations if KVMGT is attached
` [PATCH v2 19/27] KVM: x86/mmu: Move KVM-only page-track declarations to internal header
` [PATCH v2 20/27] KVM: x86/mmu: Use page-track notifiers iff there are external users

[PATCH 0/2] KVM: x86: Fix kvm/queue breakage on clang
 2023-03-15 19:11 UTC  (3+ messages)
` [PATCH 1/2] KVM: VMX: Drop unprotected-by-braces variable declaration in case-statement
` [PATCH 2/2] KVM: SVM: "

[PATCH] s390/vfio_ap: fix memory leak in vfio_ap device driver
 2023-03-15 17:57 UTC  (3+ messages)

[PATCH 0/3] Some code refactor surround CR4.UMIP virtualization
 2023-03-15 17:50 UTC  (9+ messages)
` [PATCH 1/3] KVM: VMX: Rename vmx_umip_emulated() to cpu_has_vmx_desc()
` [PATCH 2/3] KVM: VMX: Remove a unnecessary cpu_has_vmx_desc() check in vmx_set_cr4()

[PATCH kvmtool 1/1] Add virtio-transport option and deprecate force-pci and virtio-legacy
 2023-03-15 17:25 UTC  (3+ messages)

[PATCH kernel v4] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE support platform dependent
 2023-03-15 17:16 UTC  (2+ messages)

[PATCH v2 kvmtool] Add virtio-transport option and deprecate force-pci and virtio-legacy
 2023-03-15 17:12 UTC 

[kvm-unit-tests PATCH v3 0/3] s390x: Add misaligned instruction tests
 2023-03-15 15:54 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 1/3] s390x/spec_ex: Use PSW macro
` [kvm-unit-tests PATCH v3 2/3] s390x/spec_ex: Add test introducing odd address into PSW
` [kvm-unit-tests PATCH v3 3/3] s390x/spec_ex: Add test of EXECUTE with odd target address

[PATCH] x86/kvm: refine condition for checking vCPU preempted
 2023-03-15 15:26 UTC  (4+ messages)

[PATCH v2 0/5] target/i386: Update AMD EPYC CPU Models
 2023-03-15 14:43 UTC  (5+ messages)

[PATCH v18 00/17] s390x: CPU Topology
 2023-03-15 14:35 UTC  (18+ messages)
` [PATCH v18 01/17] s390x/cpu topology: add s390 specifics to CPU topology
` [PATCH v18 02/17] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v18 03/17] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v18 04/17] s390x/sclp: reporting the maximum nested topology entries
` [PATCH v18 05/17] s390x/cpu topology: resetting the Topology-Change-Report
` [PATCH v18 06/17] s390x/cpu topology: interception of PTF instruction
` [PATCH v18 07/17] target/s390x/cpu topology: activate CPU topology
` [PATCH v18 08/17] qapi/s390x/cpu topology: set-cpu-topology qmp command
` [PATCH v18 09/17] machine: adding s390 topology to query-cpu-fast
` [PATCH v18 10/17] machine: adding s390 topology to info hotpluggable-cpus
` [PATCH v18 11/17] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event
` [PATCH v18 12/17] docs/s390x/cpu topology: document s390x cpu topology
` [PATCH v18 13/17] tests/avocado: s390x cpu topology core
` [PATCH v18 14/17] tests/avocado: s390x cpu topology polarisation
` [PATCH v18 15/17] tests/avocado: s390x cpu topology entitlement tests
` [PATCH v18 16/17] tests/avocado: s390x cpu topology test dedicated CPU
` [PATCH v18 17/17] tests/avocado: s390x cpu topology test socket full

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-03-15 13:50 UTC  (3+ messages)
` [PATCH RFC v7 38/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command

[PATCH v2 0/5] Add Intel VT-d nested translation
 2023-03-15 13:50 UTC  (3+ messages)
` [PATCH v2 1/5] iommufd: Add nesting related data structures for Intel VT-d

[kvm-unit-tests PATCH v2 2/3] s390x/spec_ex: Add test introducing odd address into PSW
 2023-03-15 13:48 UTC  (8+ messages)
` [kvm-unit-tests PATCH v2 3/3] s390x/spec_ex: Add test of EXECUTE with odd target address

[kvm:queue 24/34] arch/x86/kvm/vmx/vmx.c:2328:3: error: expected expression
 2023-03-15 11:21 UTC 

[kvm-unit-tests PATCH 0/6] arm: pmu: Fix random failures of pmu-chain-promotion
 2023-03-15 11:07 UTC  (7+ messages)
` [kvm-unit-tests PATCH 1/6] arm: pmu: pmu-chain-promotion: Improve debug messages
` [kvm-unit-tests PATCH 2/6] arm: pmu: pmu-chain-promotion: Introduce defines for count and margin values
` [kvm-unit-tests PATCH 3/6] arm: pmu: Add extra DSB barriers in the mem_access loop
` [kvm-unit-tests PATCH 4/6] arm: pmu: Fix chain counter enable/disable sequences
` [kvm-unit-tests PATCH 5/6] arm: pmu: Add pmu-memaccess-reliability test
` [kvm-unit-tests PATCH 6/6] arm: pmu-chain-promotion: Increase the count and margin values

[PATCH v10 00/16] TDX host kernel support
 2023-03-15 11:10 UTC  (12+ messages)
` [PATCH v10 05/16] x86/virt/tdx: Add skeleton to enable TDX on demand

[PATCH RESEND v2] KVM: move KVM_CAP_DEVICE_CTRL to the generic check
 2023-03-15 10:16 UTC 

Panele fotowaltaiczne
 2023-03-15  9:10 UTC 

Rubber Molded
 2023-03-15  8:56 UTC 

[PATCH] KVM: x86: SVM: Fix one redefine issue about VMCB_AVIC_APIC_BAR_MASK
 2023-03-15  8:33 UTC 

[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-03-15  6:40 UTC  (6+ messages)

[PATCH] vfio/pci: Add DVSEC PCI Extended Config Capability to user visible list
 2023-03-15  5:16 UTC  (6+ messages)

[RFC PATCH kernel 0/2] PreventHostIBS feature for SEV-ES and SNP guests
 2023-03-15  5:05 UTC  (4+ messages)
` [RFC PATCH kernel 2/2] KVM: SEV: PreventHostIBS enablement for SEV-ES and SNP guest

[PATCH -next v14 00/19] riscv: Add vector ISA support
 2023-03-15  4:05 UTC  (6+ messages)
` [PATCH -next v14 08/19] riscv: Introduce struct/helpers to save/restore per-task Vector state

[WIP Patch v2 00/14] Avoiding slow get-user-pages via memory fault exit
 2023-03-15  2:17 UTC  (15+ messages)
` [WIP Patch v2 01/14] KVM: selftests: Allow many vCPUs and reader threads per UFFD in demand paging test
` [WIP Patch v2 02/14] KVM: selftests: Use EPOLL in userfaultfd_util reader threads and signal errors via TEST_ASSERT
` [WIP Patch v2 03/14] KVM: Allow hva_pfn_fast to resolve read-only faults
` [WIP Patch v2 04/14] KVM: x86: Add KVM_CAP_X86_MEMORY_FAULT_EXIT and associated kvm_run field
` [WIP Patch v2 05/14] KVM: x86: Implement memory fault exit for direct_map
` [WIP Patch v2 06/14] KVM: x86: Implement memory fault exit for kvm_handle_page_fault
` [WIP Patch v2 07/14] KVM: x86: Implement memory fault exit for setup_vmgexit_scratch
` [WIP Patch v2 08/14] KVM: x86: Implement memory fault exit for FNAME(fetch)
` [WIP Patch v2 09/14] KVM: Introduce KVM_CAP_MEMORY_FAULT_NOWAIT without implementation
` [WIP Patch v2 10/14] KVM: x86: Implement KVM_CAP_MEMORY_FAULT_NOWAIT
` [WIP Patch v2 11/14] KVM: arm64: Allow user_mem_abort to return 0 to signal a 'normal' exit
` [WIP Patch v2 12/14] KVM: arm64: Implement KVM_CAP_MEMORY_FAULT_NOWAIT
` [WIP Patch v2 13/14] KVM: selftests: Add memslot_flags parameter to memstress_create_vm
` [WIP Patch v2 14/14] KVM: selftests: Handle memory fault exits in demand_paging_test

[PATCH v2 00/18] x86/reboot: KVM: Clean up "emergency" virt code
 2023-03-15  1:30 UTC  (7+ messages)
` [PATCH v2 05/18] x86/reboot: KVM: Disable SVM during reboot via virt/KVM reboot callback

[PATCH v2 0/3] KVM: VMX: Stub out enable_evmcs static key
 2023-03-15  0:05 UTC  (5+ messages)

[PATCH 0/3] KVM: x86: replace kvm_vcpu_map usage in vmx
 2023-03-14 23:33 UTC  (2+ messages)

[PATCH 15/16] KVM: arm64: selftests: Augment existing timer test to handle variable offsets
 2023-03-14 18:18 UTC  (3+ messages)

[PATCH] KVM: arm64: Retry fault if vma_lookup() results become invalid
 2023-03-14 18:10 UTC  (4+ messages)

[patch] docs: vfio: fix header path
 2023-03-14 17:33 UTC  (2+ messages)

[PATCH AUTOSEL 6.2 05/16] s390/virtio: sort out physical vs virtual pointers usage
 2023-03-14 17:26 UTC  (3+ messages)

[PATCH v3 0/6] Support writable CPU ID registers from userspace
 2023-03-14 17:25 UTC  (9+ messages)
` [PATCH v3 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer

[RFC] Support for Arm CCA VMs on Linux
 2023-03-14 16:41 UTC  (6+ messages)
` [RFC PATCH 00/28] arm64: Support for Arm CCA in KVM
  ` [RFC PATCH 17/28] arm64: RME: Runtime faulting of memory

[PATCH RESEND net v4 0/4] several updates to virtio/vsock
 2023-03-14 11:08 UTC  (7+ messages)
` [PATCH RESEND net v4 1/4] virtio/vsock: don't use skbuff state to account credit
` [PATCH RESEND net v4 2/4] virtio/vsock: remove redundant 'skb_pull()' call
` [PATCH RESEND net v4 3/4] virtio/vsock: don't drop skbuff on copy failure

[PATCH v17 00/12] s390x: CPU Topology
 2023-03-14 16:09 UTC  (3+ messages)
` [PATCH v17 06/12] s390x/cpu topology: interception of PTF instruction


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).