kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-16 13:23:32 to 2021-08-18 00:09:39 UTC [more...]

[kvm-unit-tests RFC 00/16] x86_64 UEFI and AMD SEV/SEV-ES support
 2021-08-18  0:09 UTC  (13+ messages)
` [kvm-unit-tests RFC 01/16] x86 UEFI: Copy code from GNU-EFI
` [kvm-unit-tests RFC 02/16] x86 UEFI: Boot from UEFI
` [kvm-unit-tests RFC 03/16] x86 UEFI: Move setjmp.h out of desc.h
` [kvm-unit-tests RFC 04/16] x86 UEFI: Load KVM-Unit-Tests IDT after UEFI boot up
` [kvm-unit-tests RFC 05/16] x86 UEFI: Load GDT and TSS "
` [kvm-unit-tests RFC 06/16] x86 UEFI: Set up memory allocator
` [kvm-unit-tests RFC 07/16] x86 UEFI: Set up RSDP after UEFI boot up
` [kvm-unit-tests RFC 08/16] x86 UEFI: Set up page tables
` [kvm-unit-tests RFC 09/16] x86 UEFI: Convert x86 test cases to PIC
` [kvm-unit-tests RFC 10/16] x86 AMD SEV: Initial support
` [kvm-unit-tests RFC 11/16] x86 AMD SEV: Page table with c-bit
` [kvm-unit-tests RFC 12/16] x86 AMD SEV-ES: Check SEV-ES status

[PATCH v5 6/6] x86/kvm: Add kexec support for SEV Live Migration
 2021-08-18  0:04 UTC  (3+ messages)

[PATCH] KVM: stats: add stats to detect if vcpu is currently halted
 2021-08-17 23:46 UTC  (2+ messages)

[RFC PATCH 00/13] Add support for Mirror VM
 2021-08-17 23:20 UTC  (39+ messages)
` [RFC PATCH 01/13] machine: Add mirrorvcpus=N suboption to -smp
` [RFC PATCH 02/13] hw/boards: Add mirror_vcpu flag to CPUArchId
` [RFC PATCH 03/13] hw/i386: Mark mirror vcpus in possible_cpus
` [RFC PATCH 04/13] hw/acpi: Don't include mirror vcpus in ACPI tables
` [RFC PATCH 05/13] cpu: Add boolean mirror_vcpu field to CPUState
` [RFC PATCH 06/13] hw/i386: Set CPUState.mirror_vcpu=true for mirror vcpus
` [RFC PATCH 07/13] kvm: Add Mirror VM ioctl and enable cap interfaces
` [RFC PATCH 08/13] kvm: Add Mirror VM support
` [RFC PATCH 09/13] kvm: create Mirror VM and share primary VM's encryption context
` [RFC PATCH 10/13] softmmu/cpu: Skip mirror vcpu's for pause, resume and synchronization
` [RFC PATCH 11/13] kvm/apic: Disable in-kernel APIC support for mirror vcpu's
` [RFC PATCH 12/13] hw/acpi: disable modern CPU hotplug interface "
` [RFC PATCH 13/13] hw/i386/pc: reduce fw_cfg boot cpu count taking into account "

[PATCH Part1 RFC v4 00/36] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-17 22:13 UTC  (15+ messages)
` [PATCH Part1 RFC v4 15/36] x86/mm: Add support to validate memory when changing C-bit
` [PATCH Part1 RFC v4 16/36] KVM: SVM: define new SEV_FEATURES field in the VMCB Save State Area
` [PATCH Part1 RFC v4 20/36] x86/sev: Use SEV-SNP AP creation to start secondary CPUs

[PATCH 0/3] clean up interface between KVM and psp
 2021-08-17 19:54 UTC  (8+ messages)
` [PATCH 1/3] KVM: SVM: move sev_decommission to psp driver
` [PATCH 2/3] KVM: SVM: move sev_bind_asid to psp
` [PATCH 3/3] KVM: SVM: move sev_unbind_asid and DF_FLUSH logic into psp

[PATCH v2 00/12] Implement generic prot_guest_has() helper function
 2021-08-17 18:43 UTC  (25+ messages)
` [PATCH v2 03/12] x86/sev: Add an x86 version of prot_guest_has()
` [PATCH v2 04/12] powerpc/pseries/svm: Add a powerpc "
` [PATCH v2 05/12] x86/sme: Replace occurrences of sme_active() with prot_guest_has()
` [PATCH v2 06/12] x86/sev: Replace occurrences of sev_active() "
` [PATCH v2 07/12] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH v2 09/12] mm: Remove the now unused mem_encrypt_active() function

BUG REPORT: vfio_pci driver
 2021-08-17 17:16 UTC  (3+ messages)

[RFC PATCH 0/6] Pass memslot around during page fault handling
 2021-08-17 17:02 UTC  (8+ messages)
` [RFC PATCH 3/6] KVM: x86/mmu: Pass the memslot around via struct kvm_page_fault
` [RFC PATCH 5/6] KVM: x86/mmu: Avoid memslot lookup in rmap_add

RFC: Proposal to create a new version of the SVM nested state migration blob
 2021-08-17 16:56 UTC  (5+ messages)

[PATCH RESEND 00/17] Resend bitmap patches
 2021-08-17 16:35 UTC  (4+ messages)
` [PATCH 17/17] vsprintf: rework bitmap_list_string

[PATCH v1 0/5] KVM/x86/nVMX: Add field existence support in VMCS12
 2021-08-17 15:54 UTC  (7+ messages)
` [PATCH v1 1/5] KVM: x86: nVMX: Add vmcs12 field existence bitmap in nested_vmx
` [PATCH v1 2/5] KVM: x86: nVMX: Update VMCS12 fields existence when nVMX MSRs are set
` [PATCH v1 3/5] KVM: x86: nVMX: VMCS12 field's read/write respects field existence bitmap
` [PATCH v1 4/5] KVM: x86: nVMX: Respect vmcs12 field existence when calc vmx_vmcs_enum_msr
` [PATCH v1 5/5] KVM: x86: nVMX: Ignore user space set value to MSR_IA32_VMX_VMCS_ENUM

[PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
 2021-08-17 14:44 UTC  (5+ messages)

[kvm-unit-tests PATCH 0/6] Initial x86_64 UEFI support
 2021-08-17 10:49 UTC  (5+ messages)

[PATCH v4 00/15] Support Asynchronous Page Fault
 2021-08-17 10:49 UTC  (7+ messages)
` [PATCH v4 02/15] KVM: async_pf: Add helper function to check completion queue
` [PATCH v4 14/15] arm64: Enable async PF

[PATCH v4 00/15] KVM: arm64: Fixed features for protected VMs
 2021-08-17  8:11 UTC  (16+ messages)
` [PATCH v4 01/15] KVM: arm64: placeholder to check if VM is protected
` [PATCH v4 02/15] KVM: arm64: Remove trailing whitespace in comment
` [PATCH v4 03/15] KVM: arm64: MDCR_EL2 is a 64-bit register
` [PATCH v4 04/15] KVM: arm64: Fix names of config register fields
` [PATCH v4 05/15] KVM: arm64: Refactor sys_regs.h,c for nVHE reuse
` [PATCH v4 06/15] KVM: arm64: Restore mdcr_el2 from vcpu
` [PATCH v4 07/15] KVM: arm64: Keep mdcr_el2's value as set by __init_el2_debug
` [PATCH v4 08/15] KVM: arm64: Track value of cptr_el2 in struct kvm_vcpu_arch
` [PATCH v4 09/15] KVM: arm64: Add feature register flag definitions
` [PATCH v4 10/15] KVM: arm64: Add config register bit definitions
` [PATCH v4 11/15] KVM: arm64: Guest exit handlers for nVHE hyp
` [PATCH v4 12/15] KVM: arm64: Add trap handlers for protected VMs
` [PATCH v4 13/15] KVM: arm64: Move sanitized copies of CPU features
` [PATCH v4 14/15] KVM: arm64: Trap access to pVM restricted features
` [PATCH v4 15/15] KVM: arm64: Handle protected guests at 32 bits

[PATCH RFC v6 00/12] Add riscv kvm accel support
 2021-08-17  3:24 UTC  (13+ messages)
` [PATCH RFC v6 01/12] linux-header: Update linux/kvm.h
` [PATCH RFC v6 02/12] target/riscv: Add target/riscv/kvm.c to place the public kvm interface
` [PATCH RFC v6 03/12] target/riscv: Implement function kvm_arch_init_vcpu
` [PATCH RFC v6 04/12] target/riscv: Implement kvm_arch_get_registers
` [PATCH RFC v6 05/12] target/riscv: Implement kvm_arch_put_registers
` [PATCH RFC v6 06/12] target/riscv: Support start kernel directly by KVM
` [PATCH RFC v6 07/12] target/riscv: Support setting external interrupt "
` [PATCH RFC v6 08/12] target/riscv: Handle KVM_EXIT_RISCV_SBI exit
` [PATCH RFC v6 09/12] target/riscv: Add host cpu type
` [PATCH RFC v6 10/12] target/riscv: Add kvm_riscv_get/put_regs_timer
` [PATCH RFC v6 11/12] target/riscv: Implement virtual time adjusting with vm state changing
` [PATCH RFC v6 12/12] target/riscv: Support virtual time context synchronization

[PATCH] vfio/pci: Add OpRegion 2.0 Extended VBT support
 2021-08-17  0:40 UTC  (3+ messages)

[PATCH] KVM: stats: Add VM stat for remote tlb flush requests
 2021-08-17  0:26 UTC 

[PATCH 0/6] x86: PIRQ/ELCR-related fixes and updates
 2021-08-16 22:30 UTC  (3+ messages)

[PATCH 00/10] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-08-16 20:56 UTC  (6+ messages)
` [PATCH 04/10] KVM: arm64: selftests: Add basic support for arch_timers

[PATCH 5.12.y] KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)
 2021-08-16 17:24 UTC  (7+ messages)

[PATCH 5.4.y] KVM: nSVM: always intercept VMLOAD/VMSAVE when nested (CVE-2021-3656)
 2021-08-16 17:14 UTC  (2+ messages)

[PATCH v3] KVM: stats: Add VM stat for the cumulative number of dirtied pages
 2021-08-16 17:10 UTC  (3+ messages)

[GIT PULL] virtio,vhost,vdpa: bugfixes
 2021-08-16 16:40 UTC  (2+ messages)

[GIT PULL] KVM fixes for Linux 5.14-rc7
 2021-08-16 16:40 UTC  (2+ messages)

[kvm-unit-tests GIT PULL 00/11] s390x update 2021-16-08
 2021-08-16 16:25 UTC  (11+ messages)
` [kvm-unit-tests GIT PULL 01/11] s390x: Add SPDX and header comments for s390x/* and lib/s390x/*
` [kvm-unit-tests GIT PULL 02/11] s390x: Add SPDX and header comments for the snippets folder
` [kvm-unit-tests GIT PULL 03/11] s390x: Fix my mail address in the headers
` [kvm-unit-tests GIT PULL 04/11] s390x: sie: Add sie lib validity handling
` [kvm-unit-tests GIT PULL 05/11] s390x: lib: Introduce HPAGE_* constants
` [kvm-unit-tests GIT PULL 06/11] s390x: lib: sie: Add struct vm (de)initialization functions
` [kvm-unit-tests GIT PULL 07/11] lib: s390x: sie: Move sie function into library
` [kvm-unit-tests GIT PULL 09/11] lib: s390x: Add 0x3d, 0x3e and 0x3f PGM constants
` [kvm-unit-tests GIT PULL 10/11] lib: s390x: uv: Add rc 0x100 query error handling

[PATCH 5.13.y] KVM: nSVM: always intercept VMLOAD/VMSAVE when nested (CVE-2021-3656)
 2021-08-16 15:43 UTC 

[PATCH 5.13.y] KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)
 2021-08-16 15:43 UTC 

[RFC PATCH 00/13] Add support for Mirror VM
 2021-08-16 15:07 UTC 

[PATCH 0/2] KVM: s390: Some gaccess cleanup
 2021-08-16 15:07 UTC  (3+ messages)
` [PATCH 1/2] KVM: s390: gaccess: Cleanup access to guest frames
` [PATCH 2/2] KVM: s390: gaccess: Refactor access address range check

[PATCH v15] qapi: introduce 'query-x86-cpuid' QMP command
 2021-08-16 14:51 UTC 

[PATCH v3 00/15] KVM: arm64: Fixed features for protected VMs
 2021-08-16 14:40 UTC  (7+ messages)
` [PATCH v3 11/15] KVM: arm64: Add trap handlers "
` [PATCH v3 15/15] KVM: arm64: Restrict protected VM capabilities

[PATCH 4.14.y] KVM: nSVM: always intercept VMLOAD/VMSAVE when nested (CVE-2021-3656)
 2021-08-16 14:46 UTC  (4+ messages)

[PATCH 5.12.y] KVM: nSVM: always intercept VMLOAD/VMSAVE when nested (CVE-2021-3656)
 2021-08-16 14:02 UTC 

[PATCH 5.10.y] KVM: nSVM: always intercept VMLOAD/VMSAVE when nested (CVE-2021-3656)
 2021-08-16 14:02 UTC 

[PATCH 5.4.y] KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)
 2021-08-16 14:02 UTC 

[PATCH 4.19.y] KVM: nSVM: always intercept VMLOAD/VMSAVE when nested (CVE-2021-3656)
 2021-08-16 14:02 UTC 

[PATCH 5.10.y] KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)
 2021-08-16 14:02 UTC 

[PATCH 4.9.y] KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)
 2021-08-16 14:02 UTC 

[PATCH 4.4.y] KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)
 2021-08-16 14:02 UTC 

[PATCH 4.19.y] KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)
 2021-08-16 14:02 UTC 

[PATCH 4.14.y] KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)
 2021-08-16 14:02 UTC 

[FYI PATCH] KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)
 2021-08-16 13:57 UTC 

[FYI PATCH] KVM: nSVM: always intercept VMLOAD/VMSAVE when nested (CVE-2021-3656)
 2021-08-16 13:57 UTC 


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