public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-07-11 12:12:43 to 2017-07-17 17:58:09 UTC [more...]

[PATCH v4 0/3] Expose VMFUNC to the nested hypervisor
 2017-07-17 17:58 UTC  (29+ messages)
` [PATCH v4 3/3] KVM: nVMX: Emulate EPTP switching for the L1 hypervisor

[PATCH v5 0/1] KVM: trigger uevents when creating or destroying a VM
 2017-07-17 16:27 UTC  (4+ messages)
` [PATCH v5 1/1] "

[PATCH v12 0/8] Virtio-balloon Enhancement
 2017-07-17 15:24 UTC  (32+ messages)
` [PATCH v12 1/8] virtio-balloon: deflate via a page list
` [PATCH v12 2/8] virtio-balloon: coding format cleanup
` [PATCH v12 3/8] Introduce xbitmap
` [PATCH v12 4/8] xbitmap: add xb_find_next_bit() and xb_zero()
` [PATCH v12 5/8] virtio-balloon: VIRTIO_BALLOON_F_SG
` [PATCH v12 6/8] mm: support reporting free page blocks
` [PATCH v12 7/8] mm: export symbol of next_zone and first_online_pgdat
    ` [virtio-dev] "
` [PATCH v12 8/8] virtio-balloon: VIRTIO_BALLOON_F_CMD_VQ

[PATCH v2] KVM: arm/arm64: Handle hva aging while destroying the vm
 2017-07-17 15:16 UTC  (11+ messages)

[RFC PATCH v2 00/19] KVM: arm/arm64: Optimize arch timer register handling
 2017-07-17 14:27 UTC  (20+ messages)
` [RFC PATCH v2 01/19] arm64: Use physical counter for in-kernel reads
` [RFC PATCH v2 02/19] arm64: Use the physical counter when available for read_cycles
` [RFC PATCH v2 03/19] KVM: arm/arm64: Guard kvm_vgic_map_is_active against !vgic_initialized
` [RFC PATCH v2 04/19] KVM: arm/arm64: Support calling vgic_update_irq_pending from irq context
` [RFC PATCH v2 05/19] KVM: arm/arm64: Check that system supports split eoi/deactivate
` [RFC PATCH v2 06/19] KVM: arm/arm64: Make timer_arm and timer_disarm helpers more generic
` [RFC PATCH v2 07/19] KVM: arm/arm64: Rename soft timer to bg_timer
` [RFC PATCH v2 08/19] KVM: arm/arm64: Use separate timer for phys timer emulation
` [RFC PATCH v2 09/19] KVM: arm/arm64: Move timer/vgic flush/sync under disabled irq
` [RFC PATCH v2 10/19] KVM: arm/arm64: Move timer save/restore out of the hyp code
` [RFC PATCH v2 11/19] genirq: Document vcpu_info usage for per-CPU interrupts
` [RFC PATCH v2 12/19] KVM: arm/arm64: Set VCPU affinity for virt timer irq
` [RFC PATCH v2 13/19] KVM: arm/arm64: Avoid timer save/restore in vcpu entry/exit
` [RFC PATCH v2 14/19] KVM: arm/arm64: Support EL1 phys timer register access in set/get reg
` [RFC PATCH v2 15/19] KVM: arm/arm64: Use kvm_arm_timer_set/get_reg for guest register traps
` [RFC PATCH v2 16/19] KVM: arm/arm64: Move phys_timer_emulate function
` [RFC PATCH v2 17/19] KVM: arm/arm64: Avoid phys timer emulation in vcpu entry/exit
` [RFC PATCH v2 18/19] KVM: arm/arm64: Get rid of kvm_timer_flush_hwstate
` [RFC PATCH v2 19/19] KVM: arm/arm64: Rework kvm_timer_should_fire

[PATCH] KVM: hyperv: support HV_X64_MSR_TSC_FREQUENCY and HV_X64_MSR_APIC_FREQUENCY
 2017-07-17 13:28 UTC 

[PATCH 2/2] x86/idle: use dynamic halt poll
 2017-07-17 12:50 UTC  (16+ messages)

[RFC PATCH 0/8] Shared Virtual Memory virtualization for VT-d
 2017-07-17 10:58 UTC  (12+ messages)
` [RFC PATCH 7/8] VFIO: Add new IOCTL for IOMMU TLB invalidate propagation
    ` [Qemu-devel] "

[PATCH] x86/mm, KVM: fix warning when !CONFIG_PREEMPT_COUNT
 2017-07-17  9:49 UTC 

[PATCH] KVM: x86: masking out upper bits
 2017-07-17  8:14 UTC 

[Question] Seabios HANGs when mmio wirte in a nested vmware host wtih virito-scsi controller
 2017-07-17  6:49 UTC  (2+ messages)
` [Qemu-devel] "

Mouse latency
 2017-07-16 14:51 UTC 

[PATCH v4 8/8] x86,kvm: Teach KVM's VMX code that CR3 isn't a constant
 2017-07-15 16:42 UTC  (3+ messages)

[GIT PULL] Second batch of KVM changes for 4.13
 2017-07-15 10:42 UTC 

[PATCH v3 0/9] vfio: Fix release ordering races and use driver_override
 2017-07-14 20:09 UTC  (9+ messages)
` [PATCH v3 7/9] vfio: Use driver_override to avert binding to compromising drivers

[RFC PATCH v2 0/1] VM introspection
 2017-07-14 16:13 UTC  (14+ messages)
` [RFC PATCH v2 1/1] kvm: Add documentation and ABI/API header for "

[PATCH kvm-unit-tests 0/3] Add physical timer test
 2017-07-14 15:54 UTC  (9+ messages)
` [PATCH kvm-unit-tests 1/3] arm64: timer: Fix vtimer interrupt test
` [PATCH kvm-unit-tests 2/3] arm64: timer: Fix test on APM X-Gene
` [PATCH kvm-unit-tests 3/3] arm64: timer: Add support for phys timer testing

[PATCH v4 0/2] kvm: x86: hyperv: fix userspace interaction flaws
 2017-07-14 14:13 UTC  (3+ messages)
` [PATCH v4 1/2] kvm: x86: hyperv: add KVM_CAP_HYPERV_SYNIC2
` [PATCH v4 2/2] kvm: x86: hyperv: make VP_INDEX managed by userspace

[PATCH v8 0/4] KVM: async_pf: Fix async pf exception injection
 2017-07-14 12:39 UTC  (6+ messages)
` [PATCH v8 1/4] KVM: x86: Simplify kvm_x86_ops->queue_exception parameter list
` [PATCH v8 2/4] KVM: async_pf: Add L1 guest async_pf #PF vmexit handler
` [PATCH v8 3/4] KVM: async_pf: Force a nested vmexit if the injected #PF is async_pf
` [PATCH v8 4/4] KVM: async_pf: Let guest support delivery of async_pf from guest mode

[PATCH] KVM: VMX: Fix losing blocking by NMI in the guest interruptibility-state field
 2017-07-14 12:22 UTC  (3+ messages)

[PATCH V2] target-i386:kvm_get/put_vcpu_events don't handle sipi_vector
 2017-07-14 15:47 UTC 

[PATCH v7 0/4] KVM: async_pf: Fix async pf exception injection
 2017-07-14  1:40 UTC  (6+ messages)
` [PATCH v7 2/4] KVM: async_pf: Add L1 guest async_pf #PF vmexit handler

[PATCH v3 0/2] kvm: x86: hyperv: fix userspace interaction flaws
 2017-07-13 19:15 UTC  (10+ messages)

[GIT PULL] VFIO updates for v4.13-rc1
 2017-07-13 18:40 UTC 

[PATCH] KVM, pkeys: fix guest pkru save wrong on migration
 2017-07-13 11:03 UTC  (7+ messages)

答复: Re: [PATCH] target-i386:kvm_get/put_vcpu_events don't handlesipi_vector
 2017-07-13  8:09 UTC 

[RFC PATCH v2 1/1] KVM, pkeys: fix guest pkru save wrong on migration
 2017-07-13  7:58 UTC 

[PATCH 1/2] KVM: PPC: e500: fix some NULL dereferences on error
 2017-07-13  7:38 UTC 

[PATCH 2/2] KVM: PPC: e500mc: Fix a NULL dereference
 2017-07-13  7:38 UTC 

[kvm-unit-tests PATCH] powerpc/sprs: Test POWER9 specific registers
 2017-07-13  7:03 UTC 

[PATCH] x86/kernel/cpu/amd.c: don't apply the lahf_lm workaround in a hypervisor
 2017-07-13  6:32 UTC 

[PATCH] target-i386:kvm_get/put_vcpu_events don't handle sipi_vector
 2017-07-12 17:00 UTC  (2+ messages)

Support SVM without PASID
 2017-07-12 16:48 UTC  (8+ messages)

[PATCH] KVM: VMX: Fix invalid guest state detection after task-switch emulation
 2017-07-12 13:50 UTC  (4+ messages)

[PATCH v11 0/6] Virtio-balloon Enhancement
 2017-07-12 13:05 UTC  (13+ messages)
` [PATCH v11 3/6] virtio-balloon: VIRTIO_BALLOON_F_PAGE_CHUNKS
    ` [virtio-dev] "
        `  "
` [PATCH v11 6/6] virtio-balloon: VIRTIO_BALLOON_F_CMD_VQ
    `  "
      ` [virtio-dev] "

[kvm:queue 10/13] arch/x86/kvm/vmx.c:11312:11: note: in expansion of macro 'cmpxchg'
 2017-07-12 12:32 UTC  (2+ messages)

[PATCH kernel v4 0/6] vfio-pci: Add support for mmapping MSI-X table
 2017-07-12  7:28 UTC  (7+ messages)
` [PATCH kernel v4 4/6] iommu: Set PCI_BUS_FLAGS_MSI_REMAP on iommu driver initialization

Windows Server + virtio = no parity storage pools
 2017-07-12  1:14 UTC  (3+ messages)

[PATCH v4 0/1] KVM: trigger uevents when creating or destroying a VM
 2017-07-12  1:03 UTC  (4+ messages)
` [PATCH v4 1/1] "

[kvm:queue 11/13] arch/x86/include/asm/cmpxchg.h:127:3: error: call to '__cmpxchg_wrong_size' declared with attribute error: Bad argument size for cmpxchg
 2017-07-12  0:33 UTC 

[Bug 196161] New: Kernel freezes by starting a kvm vm
 2017-07-11 20:28 UTC  (2+ messages)
` [Bug 196161] "

[PATCH] vfio: Remove unnecessary uses of vfio_container.group_lock
 2017-07-11 17:46 UTC  (2+ messages)

[PATCH] KVM: arm/arm64: Fix bug in advertising KVM_CAP_MSI_DEVID capability
 2017-07-11 16:35 UTC  (2+ messages)

[PATCH v9 00/38] x86: Secure Memory Encryption (AMD)
 2017-07-11 15:44 UTC  (15+ messages)
` [PATCH v9 04/38] x86/CPU/AMD: Add the Secure Memory Encryption CPU feature
` [PATCH v9 07/38] x86/mm: Remove phys_to_virt() usage in ioremap()

[PATCH v3 RESEND] kvm: vmx: Properly handle machine check during VM-entry
 2017-07-11 15:28 UTC  (3+ messages)

[Question] About the behavior of HLT in VMX guest mode
 2017-07-11 15:04 UTC  (11+ messages)

[PATCH RFC 0/2] KVM: x86: Support using the VMX preemption timer for APIC Timer periodic/oneshot mode
 2017-07-11 14:40 UTC  (4+ messages)

[PATCH] KVM: s390: Fix KVM_S390_GET_CMMA_BITS ioctl definition
 2017-07-11 14:21 UTC  (5+ messages)


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