Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2018-02-07 16:54:51 to 2018-02-09 12:31:25 UTC [more...]

[PATCH v3 00/41] Optimize KVM/ARM for VHE systems
 2018-02-09 12:31 UTC  (19+ messages)
` [PATCH v3 04/41] KVM: arm64: Rework hyp_panic for VHE and non-VHE
` [PATCH v3 05/41] KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag
` [PATCH v3 08/41] KVM: arm/arm64: Introduce vcpu_el1_is_32bit
` [PATCH v3 09/41] KVM: arm64: Defer restoring host VFP state to vcpu_put
` [PATCH v3 41/41] KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs

[PATCH] target-i386: adds PV_DEDICATED hint CPUID feature bit
 2018-02-09 12:24 UTC  (7+ messages)

[RFC 00/12] KVM/X86: Introduce a new guest mapping API
 2018-02-09 12:15 UTC  (7+ messages)
` [RFC 03/12] KVM/VMX: Use the new host mapping API for virtual_apic_page
` [RFC 05/12] KVM/VMX: Use the new host mapping API for mapping nested vmptr

[libvirt-users] Nested KVM: L0 guest produces kernel BUG on wakeup from managed save (while a nested VM is running)
 2018-02-09 11:02 UTC  (19+ messages)

[PATCH RFC] vfio/mdev: delay uevent after initialization complete
 2018-02-09 10:27 UTC 

[GIT PULL] Please pull my kvm-ppc-next-4.16-2 tag
 2018-02-09  9:41 UTC 

[RFC/PATCH v3 00/16] KVM/s390: Hugetlbfs enablement
 2018-02-09  9:34 UTC  (17+ messages)
` [RFC/PATCH v3 01/16] s390/mm: make gmap_protect_range more modular
` [RFC/PATCH v3 02/16] s390/mm: Abstract gmap notify bit setting
` [RFC/PATCH v3 03/16] s390/mm: Introduce gmap_pmdp_xchg
` [RFC/PATCH v3 04/16] s390/mm: add gmap PMD invalidation notification
` [RFC/PATCH v3 05/16] s390/mm: Add gmap pmd invalidation and clearing
` [RFC/PATCH v3 06/16] s390/mm: Add huge page dirty sync support
` [RFC/PATCH v3 07/16] s390/mm: Make gmap_read_table EDAT1 compatible
` [RFC/PATCH v3 08/16] s390/mm: Make protect_rmap "
` [RFC/PATCH v3 09/16] s390/mm: Add shadow segment code
` [RFC/PATCH v3 10/16] s390/mm: Add VSIE reverse fake case
` [RFC/PATCH v3 11/16] s390/mm: Enable gmap huge pmd support
` [RFC/PATCH v3 12/16] s390/mm: clear huge page storage keys on enable_skey
` [RFC/PATCH v3 13/16] s390/mm: Add huge pmd storage key handling
` [RFC/PATCH v3 14/16] s390/mm: hugetlb pages within a gmap can not be freed
` [RFC/PATCH v3 15/16] KVM: s390: Add KVM HPAGE capability
` [RFC/PATCH v3 16/16] s390/mm: Add gmap lock classes

[PATCH 00/16] kvm: arm64: Support for dynamic IPA size
 2018-02-09  9:27 UTC  (34+ messages)
` [PATCH v1 02/16] irqchip: gicv3-its: Add helpers for handling 52bit address
` [PATCH v1 05/16] arm64: Helper for parange to PASize
` [PATCH v1 06/16] kvm: arm/arm64: Fix stage2_flush_memslot for 4 level page table
` [PATCH v1 07/16] kvm: arm/arm64: Remove spurious WARN_ON
` [PATCH v1 08/16] kvm: arm/arm64: Clean up stage2 pgd life time
` [PATCH v1 09/16] kvm: arm/arm64: Delay stage2 page table allocation
` [PATCH v1 13/16] kvm: arm64: Configure VTCR per VM
` [PATCH v1 14/16] kvm: arm64: Switch to per VM IPA
` [PATCH v1 15/16] kvm: arm64: Allow configuring physical address space size

[Bug 198621] New: KVM Guest panics when running own guest, while being live migrated
 2018-02-09  8:11 UTC  (5+ messages)
` [Bug 198621] "

[STABLE 4.9.y PATCH 0/9] Backport of KVM Speculation Control support
 2018-02-09  7:58 UTC  (8+ messages)

[RFC PATCH] KVM: PPC: Book3S HV: add support for page faults in VM_IO|VM_PFNMAP vmas
 2018-02-09  7:14 UTC  (3+ messages)

[RFC PATCH 0/5] vfio: ioeventfd support
 2018-02-09  7:11 UTC  (17+ messages)
` [RFC PATCH 1/5] vfio/quirks: Add common quirk alloc helper
` [RFC PATCH 2/5] vfio/quirks: Add generic support for ioveventfds
      ` [Qemu-devel] "
` [RFC PATCH 3/5] vfio/quirks: Automatic ioeventfd enabling for NVIDIA BAR0 quirks
    ` [Qemu-devel] "
` [RFC PATCH 5/5] vfio/quirks: Enable ioeventfd quirks to be handled by vfio directly
  ` [Qemu-devel] "

[RFC PATCH] vfio/pci: Add ioeventfd support
 2018-02-09  7:05 UTC  (10+ messages)
` [Qemu-devel] "

[PATCH v2] x86/kvm/vmx: Don't halt vcpu when L1 is injecting events to L2
 2018-02-09  5:09 UTC 

[PATCH] KVM: X86: Fix SMRAM accessing even if VM is shutdown
 2018-02-09  3:22 UTC  (6+ messages)

[PATCH v28 0/4] Virtio-balloon: support free page reporting
 2018-02-09  3:14 UTC  (11+ messages)
` [PATCH v28 1/4] mm: support reporting free page blocks
` [PATCH v28 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
` [PATCH v28 3/4] mm/page_poison: add a function to expose page poison val to kernel modules
` [PATCH v28 4/4] virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISON

[PATCH 1/2] KVM: PPC: Book3S HV: Fix handling of secondary HPTEG in HPT resizing code
 2018-02-08 23:40 UTC  (6+ messages)
` [PATCH 2/2] KVM: PPC: Book3S HV: Make HPT resizing work on POWER9
  ` [PATCH v2] "

[RFC PATCH 0/2] KVM: MSR-based features
 2018-02-08 23:03 UTC  (4+ messages)
` [RFC PATCH 1/2] KVM: x86: Add a framework for supporting "
` [RFC PATCH 2/2] KVM: SVM: Add MSR feature support for serializing LFENCE

[PATCH 1/3] X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRs
 2018-02-08 22:53 UTC  (3+ messages)
` [PATCH 2/3] KVM/nVMX: Set the CPU_BASED_USE_MSR_BITMAPS if we have a valid L02 MSR bitmap
` [PATCH 3/3] X86/nVMX: Update the MSR_BITMAP field with the L02 MSR BITMAP

[patch] kvm: suppress KVM_SET_GSI_ROUTING allocation failure
 2018-02-08 21:35 UTC 

[PATCH v3 1/2] i386: Add Intel Processor Trace feature support
 2018-02-08 18:23 UTC  (4+ messages)
` [Qemu-devel] "

[PATCH] KVM: nVMX: Fix CR4 after VMLAUNCH/VMRESUME failure
 2018-02-08 16:40 UTC  (10+ messages)

[PATCH v6 00/23] x86: Secure Encrypted Virtualization (AMD)
 2018-02-08 16:22 UTC  (9+ messages)
` [PATCH v6 18/23] sev: emit the SEV_MEASUREMENT event
              ` [Qemu-devel] "

[PULL] virtio, vhost: fixes, cleanups, features
 2018-02-08 16:13 UTC 

[PATCH] x86/kvm/vmx: Don't halt vcpu when L1 is injecting events to L2
 2018-02-08 13:53 UTC  (3+ messages)

[PATCH kvm-unit-tests 0/8] arm/arm64: extend psci tests
 2018-02-08 12:59 UTC  (14+ messages)
` [PATCH kvm-unit-tests 1/8] virtio-mmio: fix queue allocation
  ` [PATCH kvm-unit-tests v2 "
` [PATCH kvm-unit-tests 2/8] scripts/arch-run: run_migration improvements
` [PATCH kvm-unit-tests 3/8] powerpc: don't use NMI's to signal end of migration
` [PATCH kvm-unit-tests 4/8] powerpc: Introduce getchar
` [PATCH kvm-unit-tests 5/8] lib: Introduce do_migration
` [PATCH kvm-unit-tests 6/8] arm/arm64: Add support for migration tests
` [PATCH kvm-unit-tests 7/8] arm/arm64: psci: add migration test
` [PATCH kvm-unit-tests 8/8] arm/psci: add smccc 1.1 tests

[Fwd: [RFC PATCH 2/4] KVM: x86: Reduce retpoline performance impact in slot_handle_level_range()]
 2018-02-08 12:28 UTC 

[PATCH RFC 0/6] KVM: s390: Multiple-epoch facility fixes
 2018-02-08 12:15 UTC  (10+ messages)
` [PATCH RFC 2/6] KVM: s390: provide only a single function for setting the tod
` [PATCH RFC 4/6] KVM: s390: consider epoch index on TOD clock syncs

[PATCH] x86/kvm/vmx: Don't halt vcpu when L1 is injecting events to L2
 2018-02-08 11:20 UTC  (3+ messages)

[PATCH v1] KVM: s390: use switch vs jump table in interrupt.c
 2018-02-08 10:29 UTC  (8+ messages)

[PATCH v2] KVM: X86: Fix SMRAM accessing even if VM is shutdown
 2018-02-08 10:24 UTC  (2+ messages)

[PATCH 0/2] KVM: s390: avoid jump tables
 2018-02-08 10:18 UTC  (10+ messages)
` [PATCH 1/2] KVM: s390: use switch vs jump table in priv.c

qemu takes 100% of a core, freezes the VM
 2018-02-08  9:24 UTC  (4+ messages)

[PATCH 2/2] KVM: s390: use switch vs jump table in intercept.c
 2018-02-08  8:30 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v27 0/4] Virtio-balloon: support free page reporting
 2018-02-08  3:04 UTC  (5+ messages)
` [PATCH v27 3/4] mm/page_poison: expose page_poisoning_enabled to kernel modules

[vhost:vhost 19/20] Warning: arch/x86/tools/test_get_len found difference at <pm_restore_gfp_mask>:ffffffff811aa5f0
 2018-02-08  0:41 UTC  (6+ messages)
  ` [kbuild-all] "

Filesystem passthrough for Windows guests
 2018-02-07 21:57 UTC 

[PATCH v7 01/26] memattrs: add debug attribute
 2018-02-07 20:26 UTC  (10+ messages)
` [PATCH v7 02/26] exec: add ram_debug_ops support
` [PATCH v7 05/26] target/i386: add memory encryption feature cpuid support
` [PATCH v7 26/26] qmp: add query-sev-launch-measure command


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