kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-07-31 07:55:28 to 2017-08-02 08:05:41 UTC [more...]

[PATCH] kvm: x86: reduce rtc 0x70 access vm-exit time
 2017-08-02 15:24 UTC  (2+ messages)

[PATCH v2] KVM: nVMX: Fix attempting to emulate "Acknowledge interrupt on exit" when there is no interrupt which L1 requires to inject to L2
 2017-08-02  8:05 UTC  (4+ messages)

[PATCH v2] KVM: X86: Fix loss of pending INIT due to race
 2017-08-02  7:44 UTC  (2+ messages)

[PATCH] KVM: nVMX: INVPCID support
 2017-08-02  7:38 UTC  (7+ messages)

[PATCH] target-i386 : reduce rtc 0x70 access vm-exit time
 2017-08-02 15:27 UTC 

[PATCH 0/3] [RFC] KVM: Guest page hinting
 2017-08-02  7:12 UTC  (6+ messages)
` [PATCH 1/3] KVM: Support for guest "
` [PATCH 2/3] KVM: Guest page hinting functionality
` [PATCH 3/3] KVM: Adding tracepoints for guest page hinting

[PATCH v4] FlexRM support in VFIO platform
 2017-08-02  5:38 UTC  (2+ messages)
  ` [PATCH v4] vfio: platform: reset: Add Broadcom FlexRM reset module

[RFC Part1 PATCH v3 00/17] x86: Secure Encrypted Virtualization (AMD)
 2017-08-02  4:02 UTC  (6+ messages)
` [RFC Part1 PATCH v3 10/17] resource: Provide resource struct in resource walk callback
` [RFC Part1 PATCH v3 11/17] x86/mm, resource: Use PAGE_KERNEL protection for ioremap of memory pages

repost: af_packet vs virtio (was packed ring layout proposal v2)
 2017-08-02  3:54 UTC  (2+ messages)

[PATCH] KVM: X86: init irq->level in kvm_pv_kick_cpu_op
 2017-08-02  3:20 UTC 

[RFC]Add new mdev interface for QoS
 2017-08-02  2:50 UTC  (6+ messages)

[PATCH v6 0/3] Expose VMFUNC to the nested hypervisor
 2017-08-01 23:24 UTC  (4+ messages)
` [PATCH v6 1/3] KVM: vmx: Enable VMFUNCs
` [PATCH v6 2/3] KVM: nVMX: Enable VMFUNC for the L1 hypervisor
` [PATCH 3/3] KVM: nVMX: Emulate EPTP switching "

[PATCH] KVM: X86: Fix loss of pending INIT due to race
 2017-08-01 22:43 UTC  (3+ messages)

[PATCH 1/2] kvm: nVMX: don't flush VMCS12 during VMXOFF or VCPU teardown
 2017-08-01 21:00 UTC  (2+ messages)
` [PATCH 2/2] KVM: nVMX: mark vmcs12 pages dirty on L2 exit

[RFC PATCH v2 0/1] VM introspection
 2017-08-01 20:47 UTC  (11+ messages)
` [RFC PATCH v2 1/1] kvm: Add documentation and ABI/API header for "

[PATCH v4] KVM: async_pf: make rcu irq exit if not triggered from idle task
 2017-08-01 20:42 UTC  (3+ messages)

[kvm:queue 12/16] arch/x86/kvm/vmx.c:8192:8-9: WARNING: return of 0/1 in function 'nested_vmx_reflect_vmexit' with return type bool
 2017-08-01 20:39 UTC  (3+ messages)
` [PATCH] KVM: nVMX: fix boolreturn.cocci warnings

[PATCH] x86/cpufeature, kvm/svm: Shorten virtualized VMLOAD/VMSAVE flag
 2017-08-01 18:55 UTC  (3+ messages)
  ` [PATCH] x86/cpufeature, kvm/svm: Shorten virtualized VMSAVE/VMLOAD flag

Support SVM without PASID
 2017-08-01 18:40 UTC  (10+ messages)

[PATCH v5 0/3] Expose VMFUNC to the nested hypervisor
 2017-08-01 18:30 UTC  (8+ messages)
` [PATCH v5 3/3] KVM: nVMX: Emulate EPTP switching for the L1 hypervisor

[PATCH v3 0/6] make L2's kvm-clock stable, get rid of pvclock_gtod
 2017-08-01 17:47 UTC  (15+ messages)
` [PATCH v3 1/6] pvclock: add parameter to store cycles stamp to pvclock reading function
` [PATCH v3 2/6] KVM: x86: switch to masterclock update using timekeeper functionality
` [PATCH v3 5/6] pvclock: add clocksource change notification on changing of tsc stable bit

[RFC PATCH v2 00/19] KVM: arm/arm64: Optimize arch timer register handling
 2017-08-01 16:57 UTC  (13+ messages)
` [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 11/19] genirq: Document vcpu_info usage for per-CPU interrupts

[PATCH v2 kvmtool 00/10] Add PCI passthrough support with VFIO
 2017-08-01 16:04 UTC  (8+ messages)
` [PATCH v2 kvmtool 03/10] irq: add irqfd helpers
` [PATCH v2 kvmtool 06/10] Add PCI device passthrough using VFIO
` [PATCH v2 kvmtool 07/10] vfio-pci: add MSI-X support

[RFC PATCH v2 00/38] Nested Virtualization on KVM/ARM
 2017-08-01 14:58 UTC  (40+ messages)
` [RFC PATCH v2 02/38] KVM: arm/arm64: Enable nested virtualization via command-line
` [RFC PATCH v2 04/38] KVM: arm/arm64: Check if nested virtualization is in use
` [RFC PATCH v2 08/38] KVM: arm64: Add EL2 special registers to vcpu context
` [RFC PATCH v2 20/38] KVM: arm64: Handle eret instruction traps
` [RFC PATCH v2 28/38] KVM: arm64: Emulate EL12 register accesses from the virtual EL2
` [RFC PATCH v2 29/38] KVM: arm64: Support a VM with VHE considering EL0 of the VHE host
` [RFC PATCH v2 30/38] KVM: arm64: Allow the virtual EL2 to access EL2 states without trap
` [RFC PATCH v2 31/38] KVM: arm64: Manage the shadow states when virtual E2H bit enabled
` [RFC PATCH v2 32/38] KVM: arm64: Trap and emulate CPTR_EL2 accesses via CPACR_EL1 from the virtual EL2 with VHE
` [RFC PATCH v2 33/38] KVM: arm64: Emulate appropriate VM control system registers
` [RFC PATCH v2 35/38] KVM: arm64: Respect the virtual HCR_EL2.NV bit setting for EL12 register traps
` [RFC PATCH v2 36/38] KVM: arm64: Respect virtual HCR_EL2.TVM and TRVM settings
` [RFC PATCH v2 37/38] KVM: arm64: Respect the virtual HCR_EL2.NV1 bit setting
` [RFC PATCH v2 38/38] KVM: arm64: Respect the virtual CPTR_EL2.TCPAC setting

[PATCH v2 0/3] x86: SVM: add additional SVM NPF error and use HW GPA
 2017-08-01 13:36 UTC  (8+ messages)
` [PATCH v2 1/3] kvm: svm: Add support for additional SVM NPF error codes

[Query] Deadlock condition due to virtqueue_add buffer allocation
 2017-08-01 13:15 UTC  (3+ messages)

[PATCH v3] KVM: async_pf: rcu irq exit if not triggered from idle task
 2017-08-01 11:36 UTC  (4+ messages)

[RFC PATCH v3 1/1] KVM, pkeys: fix guest pkru save wrong on migration
 2017-08-01 11:20 UTC 

[RFC] KVM: optimize the kvm_vcpu_on_spin
 2017-08-01  8:32 UTC  (15+ messages)

[Bug 196409] New: kvm_amd nested pagetable gpu passthrough performance oddities
 2017-08-01  5:10 UTC  (2+ messages)
` [Bug 196409] "

[PATCH 0/2] mips: KVM T&E segment support for TCG
 2017-07-31 21:36 UTC  (6+ messages)
` [PATCH 1/2] mips: Improve segment defs for KVM T&E guests
  ` [Qemu-devel] "
` [PATCH 2/2] mips: Add KVM T&E segment support for TCG
  ` [Qemu-devel] "

[PATCH v3 00/59] irqchip: KVM: Add support for GICv4
 2017-07-31 17:26 UTC  (60+ messages)
` [PATCH v3 01/59] genirq: Let irq_set_vcpu_affinity() iterate over hierarchy
` [PATCH v3 02/59] irqchip/gic-v3: Add redistributor iterator
` [PATCH v3 03/59] irqchip/gic-v3: Add VLPI/DirectLPI discovery
` [PATCH v3 04/59] irqchip/gic-v3-its: Move LPI definitions around
` [PATCH v3 05/59] irqchip/gic-v3-its: Add probing for VLPI properties
` [PATCH v3 06/59] irqchip/gic-v3-its: Macro-ize its_send_single_command
` [PATCH v3 07/59] irqchip/gic-v3-its: Implement irq_set_irqchip_state for pending state
` [PATCH v3 08/59] irqchip/gic-v3-its: Split out property table allocation
` [PATCH v3 09/59] irqchip/gic-v3-its: Allow use of indirect VCPU tables
` [PATCH v3 10/59] irqchip/gic-v3-its: Split out pending table allocation
` [PATCH v3 11/59] irqchip/gic-v3-its: Rework LPI freeing
` [PATCH v3 12/59] irqchip/gic-v3-its: Generalize device table allocation
` [PATCH v3 13/59] irqchip/gic-v3-its: Generalize LPI configuration
` [PATCH v3 14/59] irqchip/gic-v4: Add management structure definitions
` [PATCH v3 15/59] irqchip/gic-v3-its: Add GICv4 ITS command definitions
` [PATCH v3 16/59] irqchip/gic-v3-its: Add VLPI configuration hook
` [PATCH v3 17/59] irqchip/gic-v3-its: Add VLPI map/unmap operations
` [PATCH v3 18/59] irqchip/gic-v3-its: Add VLPI configuration handling
` [PATCH v3 19/59] irqchip/gic-v3-its: Add VPE domain infrastructure
` [PATCH v3 20/59] irqchip/gic-v3-its: Add VPE irq domain allocation/teardown
` [PATCH v3 21/59] irqchip/gic-v3-its: Add VPE irq domain [de]activation
` [PATCH v3 22/59] irqchip/gic-v3-its: Add VPENDBASER/VPROPBASER accessors
` [PATCH v3 23/59] irqchip/gic-v3-its: Add VPE scheduling
` [PATCH v3 24/59] irqchip/gic-v3-its: Add VPE invalidation hook
` [PATCH v3 25/59] irqchip/gic-v3-its: Add VPE affinity changes
` [PATCH v3 26/59] irqchip/gic-v3-its: Add VPE interrupt masking
` [PATCH v3 27/59] irqchip/gic-v3-its: Support VPE doorbell invalidation even when !DirectLPI
` [PATCH v3 28/59] irqchip/gic-v3-its: Allow doorbell interrupts to be injected/cleared
` [PATCH v3 29/59] irqchip/gic-v3-its: Set implementation defined bit to enable VLPIs
` [PATCH v3 30/59] irqchip/gic-v4: Add per-VM VPE domain creation
` [PATCH v3 31/59] irqchip/gic-v4: Add VPE command interface
` [PATCH v3 32/59] irqchip/gic-v4: Add VLPI configuration interface
` [PATCH v3 33/59] irqchip/gic-v4: Add some basic documentation
` [PATCH v3 34/59] irqchip/gic-v4: Enable low-level GICv4 operations
` [PATCH v3 35/59] irqchip/gic-v3: Advertise GICv4 support to KVM
` [PATCH v3 36/59] KVM: arm: Select ARM_GIC_V3 and ARM_GIC_V3_ITS
` [PATCH v3 37/59] KVM: arm/arm64: vgic: Move kvm_vgic_destroy call around
` [PATCH v3 38/59] KVM: arm/arm64: vITS: Add MSI translation helpers
` [PATCH v3 39/59] KVM: arm/arm64: GICv4: Add property field and per-VM predicate
` [PATCH v3 40/59] KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domain
` [PATCH v3 41/59] KVM: arm/arm64: GICv4: Wire mapping/unmapping of VLPIs in VFIO irq bypass
` [PATCH v3 42/59] KVM: arm/arm64: GICv4: Handle INT command applied to a VLPI
` [PATCH v3 43/59] KVM: arm/arm64: GICv4: Unmap VLPI when freeing an LPI
` [PATCH v3 44/59] KVM: arm/arm64: GICv4: Handle MOVI applied to a VLPI
` [PATCH v3 45/59] KVM: arm/arm64: GICv4: Handle CLEAR "
` [PATCH v3 46/59] KVM: arm/arm64: GICv4: Handle MOVALL applied to a vPE
` [PATCH v3 47/59] KVM: arm/arm64: GICv4: Propagate property updates to VLPIs
` [PATCH v3 48/59] KVM: arm/arm64: GICv4: Handle INVALL applied to a vPE
` [PATCH v3 49/59] KVM: arm/arm64: GICv4: Propagate VLPI properties at map time
` [PATCH v3 50/59] KVM: arm/arm64: GICv4: Use pending_last as a scheduling hint
` [PATCH v3 51/59] KVM: arm/arm64: GICv4: Add doorbell interrupt handling
` [PATCH v3 52/59] KVM: arm/arm64: GICv4: Use the doorbell interrupt as an unblocking source
` [PATCH v3 53/59] KVM: arm/arm64: GICv4: Hook vPE scheduling into vgic flush/sync
` [PATCH v3 54/59] KVM: arm/arm64: GICv4: Enable virtual cpuif if VLPIs can be delivered
` [PATCH v3 55/59] KVM: arm/arm64: GICv4: Enable VLPI support
` [PATCH v3 56/59] KVM: arm/arm64: GICv4: Prevent heterogenous systems from using GICv4
` [PATCH v3 57/59] KVM: arm/arm64: GICv4: Theory of operations
` [PATCH v3 58/59] irqchip/gic-v3-its: Pass its_node pointer to each command bulder
` [PATCH v3 59/59] irqchip/gic-v3-its: Workaround Huawei D05 redistributor addressing

[PATCH 1/2] vfio/type1: Cope with hardware MSI reserved regions
 2017-07-31 15:59 UTC  (2+ messages)

[RFC] virtio-mem: paravirtualized memory
 2017-07-31 15:04 UTC  (6+ messages)

[PATCH v12 5/8] virtio-balloon: VIRTIO_BALLOON_F_SG
 2017-07-31 12:36 UTC  (12+ messages)

[PATCH] KVM: nVMX: Fix try to emulate "Acknowledge interrupt on exit" for interrupt which belongs to L1
 2017-07-31 12:17 UTC  (3+ messages)

how to alter VM execution control field
 2017-07-31 11:21 UTC  (2+ messages)

[PATCH 1/2] KVM: PPC: e500: fix some NULL dereferences on error
 2017-07-31  7:54 UTC  (3+ messages)


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