kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-04 10:59:12 to 2015-08-10 09:49:08 UTC [more...]

Fwd: KVM : Virtio ring size
 2015-08-10  9:49 UTC  (2+ messages)

[RFC PATCH 0/4] Shared vhost design
 2015-08-10  9:27 UTC  (8+ messages)
` [RFC PATCH 1/4] vhost: Introduce a universal thread to serve all users

rdtsc() in kvm-unit-tests on x86
 2015-08-10  9:02 UTC  (2+ messages)

[PATCH v4 0/5] KVM: irqfd consumer based on IRQ bypass manager
 2015-08-10  8:44 UTC  (7+ messages)
` [PATCH v4 4/5] KVM: introduce kvm_arch functions for IRQ bypass
` [PATCH v4 5/5] KVM: eventfd: add irq bypass consumer management

[patch -rt 0/2] use simple waitqueue for kvm vcpu waitqueue (v3)
 2015-08-09  6:39 UTC  (15+ messages)
` [patch -rt 1/2] KVM: use simple waitqueue for vcpu->wq

[PATCH 0/9] split irqchip series
 2015-08-07 22:55 UTC  (17+ messages)
` [PATCH 1/9] KVM: x86: set TMR when the interrupt is accepted
` [PATCH 2/9] KVM: x86: store IOAPIC-handled vectors in each VCPU
` [PATCH 3/9] KVM: x86: replace vm_has_apicv hook with cpu_uses_apicv
` [PATCH 4/9] KVM: x86: introduce lapic_in_kernel
` [PATCH 5/9] KVM: x86: unify handling of interrupt window
` [PATCH 6/9] KVM: x86: Split the APIC from the rest of IRQCHIP
` [PATCH 7/9] KVM: x86: Add KVM exit for IOAPIC EOIs
` [PATCH 8/9] KVM: x86: Add EOI exit bitmap inference
` [PATCH 9/9] KVM: x86: Add support for local interrupt requests from userspace

[KVM x86 vPMU Patch 0/2] Two vPMU Trivial Patches
 2015-08-07 19:53 UTC  (3+ messages)
` [KVM x86 vPMU Patch 1/2] KVM: x86/vPMU: Move the definition of kvm_pmu_ops to arch-specific files
` [KVM x86 vPMU Patch 2/2] KVM: x86/vPMU: Fix unnecessary signed extension for AMD PERFCTRn

[PATCH v2 0/4] KVM: arm/arm64: guest synchronous halt/resume
 2015-08-07 16:08 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: arm/arm64: rename pause into power_off
` [PATCH v2 2/4] KVM: arm/arm64: check power_off in kvm_arch_vcpu_runnable
` [PATCH v2 3/4] KVM: arm/arm64: check power_off in critical section before VCPU run
` [PATCH v2 4/4] KVM: arm/arm64: implement kvm_arm_[halt,resume]_guest

[PATCH] kvm:powerpc:Fix incorrect return statement in the function mpic_set_default_irq_routing
 2015-08-07 15:54 UTC 

[PATCH v4 00/11] arm/arm64: KVM: Active interrupt state switching for shared devices
 2015-08-07 15:45 UTC  (12+ messages)
` [PATCH v4 01/11] arm/arm64: KVM: Fix ordering of timer/GIC on guest entry
` [PATCH v4 02/11] arm/arm64: KVM: Move vgic handling to a non-preemptible section
` [PATCH v4 03/11] KVM: arm/arm64: vgic: Convert struct vgic_lr to use bitfields
` [PATCH v4 04/11] KVM: arm/arm64: vgic: Allow HW irq to be encoded in LR
` [PATCH v4 05/11] KVM: arm/arm64: vgic: Relax vgic_can_sample_irq for edge IRQs
` [PATCH v4 06/11] KVM: arm/arm64: vgic: Allow dynamic mapping of physical/virtual interrupts
` [PATCH v4 07/11] KVM: arm/arm64: vgic: Allow HW interrupts to be queued to a guest
` [PATCH v4 08/11] KVM: arm/arm64: vgic: Add vgic_{get,set}_phys_irq_active
` [PATCH v4 09/11] KVM: arm/arm64: vgic: Prevent userspace injection of a mapped interrupt
` [PATCH v4 10/11] KVM: arm/arm64: timer: Allow the timer to control the active state
` [PATCH v4 11/11] KVM: arm/arm64: vgic: Allow HW interrupts for non-shared devices

[PATCH kvmtool] kvm__emulate_io: Don't call br_read_unlock() twice on IO error
 2015-08-07 14:37 UTC  (2+ messages)

[PATCH] kvm:powerpc:Fix error handling in the function mpic_set_default_irq_routing
 2015-08-07 14:00 UTC  (3+ messages)

[edk2] apparent SMBASE relocation issue with noexec enabled [was: MdeModulePkg DxeIpl: Add stack NX support]
 2015-08-07 13:12 UTC  (6+ messages)

[PATCH] KVM: x86: Use adjustment in guest cycles when handling MSR_IA32_TSC_ADJUST
 2015-08-07 11:27 UTC  (2+ messages)

[PATCH] KVM: x86: zero IDT limit on entry to SMM
 2015-08-07 10:54 UTC 

[PATCH] kvm:powerpc:Fix error handling in the function mpic_set_default_irq_routing
 2015-08-07 10:17 UTC  (2+ messages)

[PATCH] kvm:s390:Fix assumption that kvm_set_irq_routing is always run successfully
 2015-08-07  9:09 UTC  (2+ messages)

[PATCH] kvm:x86:Call BUG_ON marco if calls to x86_set_memory_region fail in kvm_arch_destroy
 2015-08-07  8:54 UTC 

[PATCH v3 00/11] arm/arm64: KVM: Active interrupt state switching for shared devices
 2015-08-07  8:29 UTC  (32+ messages)
` [PATCH v3 04/11] KVM: arm/arm64: vgic: Allow HW irq to be encoded in LR
` [PATCH v3 06/11] KVM: arm/arm64: vgic: Allow dynamic mapping of physical/virtual interrupts
` [PATCH v3 07/11] KVM: arm/arm64: vgic: Allow HW interrupts to be queued to a guest
` [PATCH v3 09/11] KVM: arm/arm64: vgic: Prevent userspace injection of a mapped interrupt
` [PATCH v3 10/11] KVM: arm/arm64: timer: Allow the timer to control the active state
` [PATCH v3 11/11] KVM: arm/arm64: vgic: Allow HW interrupts for non-shared devices

[kvm-unit-tests PATCH 0/3] tcg is becoming a first class citizen
 2015-08-07  8:00 UTC  (4+ messages)
` [kvm-unit-tests PATCH 3/3] arm/run: use ACCEL to choose between kvm and tcg

[RTF] kvm:x86:Fix error checking in the function pf_interception
 2015-08-07  7:31 UTC 

[PULL] vhost: fix for 4.2
 2015-08-07  5:28 UTC 

KVM : Slower transmit throughput
 2015-08-07  5:26 UTC 

[PATCH] kvm:arm:Fix error handling in the function vgic_v3_probe
 2015-08-07  1:40 UTC  (11+ messages)

[PATCH kvmtool] README: Add section for where to send patches
 2015-08-06 18:40 UTC 

[PATCH kvmtool] kvm__emulate_io: Don't fall through from IO in to IO out if no handler
 2015-08-06 18:39 UTC 

[PATCH 00/13] arm64: Virtualization Host Extension support
 2015-08-06 17:43 UTC  (6+ messages)
` [PATCH 07/13] arm64: KVM: VHE: Patch out use of HVC
` [PATCH 11/13] arm64: Panic when VHE and non VHE CPUs coexist

[PATCH v4] virt: IRQ bypass manager
 2015-08-06 17:42 UTC 

[PATCH v2 0/5] KVM: optimize userspace exits with a new ioctl
 2015-08-06 17:21 UTC  (10+ messages)
` [PATCH v2 1/5] KVM: add kvm_has_request wrapper
` [PATCH v2 2/5] KVM: add KVM_REQ_EXIT request for userspace exit
` [PATCH v2 3/5] KVM: x86: add request_exits debug counter
` [PATCH v2 4/5] KVM: add KVM_USER_EXIT vcpu ioctl for userspace exit
` [PATCH v2 5/5] KVM: refactor asynchronous vcpu ioctl dispatch

[PATCH v4 0/2] arm/arm64: KVM: Optimize arm64 fp/simd, saves 30-50% on exits
 2015-08-06 12:46 UTC  (5+ messages)
` [PATCH v4 1/2] arm64: KVM: Optimize arm64 skip 30-50% vfp/simd save/restore "

[PATCH v3 0/7] KVM: arm/arm64: gsi routing support
 2015-08-06 12:06 UTC  (2+ messages)

[PATCH v3 1/3] mm: rename alloc_pages_exact_node to __alloc_pages_node
 2015-08-06  7:00 UTC  (4+ messages)
` [PATCH v3 3/3] mm: use numa_mem_id() in alloc_pages_node()

about the time consuming kvm_vcpu_ioctl issue in rhel kernel
 2015-08-06  5:58 UTC 

about the time consuming kvm_vcpu_ioctl issue in rhel kernel
 2015-08-06  5:38 UTC 

about the time consuming kvm_vcpu_ioctl issue in rhel kernel
 2015-08-06  3:46 UTC 

[PATCH v2 0/9] KVM: MMU: fix and improve validation of mmio page fault
 2015-08-06  2:53 UTC  (12+ messages)
` [PATCH v2 1/9] KVM: MMU: fix "
` [PATCH v2 2/9] KVM: MMU: move FNAME(is_rsvd_bits_set) to mmu.c
` [PATCH v2 3/9] KVM: MMU: introduce rsvd_bits_validate
` [PATCH v2 4/9] KVM: MMU: split reset_rsvds_bits_mask
` [PATCH v2 5/9] KVM: MMU: split reset_rsvds_bits_mask_ept
` [PATCH v2 6/9] KVM: MMU: introduce the framework to check zero bits on sptes
` [PATCH v2 7/9] KVM: MMU: introduce is_shadow_zero_bits_set()
` [PATCH v2 8/9] KVM: MMU: fully check zero bits for sptes
` [PATCH v2 9/9] KVM: VMX: drop ept misconfig check

[PATCH v3] virt: IRQ bypass manager
 2015-08-06  2:12 UTC  (2+ messages)

Confidential Business Negotiation!!
 2015-08-05 16:42 UTC 

[PATCH v2] virt: IRQ bypass manager
 2015-08-05 16:29 UTC  (3+ messages)

[GIT PULL] KVM changes for 4.2-rc6
 2015-08-05 14:57 UTC 

[PATCH] x86:kvm:Fix error handling in the function kvm_lapic_sync_from_vapic
 2015-08-05 14:54 UTC 

[PATCH 0/5] KVM: optimize userspace exits with a new ioctl
 2015-08-05 13:48 UTC  (10+ messages)
` [PATCH 1/5] KVM: add kvm_has_request wrapper
` [PATCH 2/5] KVM: add KVM_REQ_EXIT request for userspace exit
` [PATCH 3/5] KVM: add KVM_USER_EXIT vm ioctl "
` [PATCH 4/5] KVM: optimize common cases in KVM_USER_EXIT
` [PATCH 5/5] KVM: x86: add request_exits debug counter

[PATCH v3 0/3] KVM: arm/arm64: Allow to use KVM without in-kernel irqchip
 2015-08-05 10:53 UTC  (4+ messages)
` [PATCH v3 1/3] Fix NULL pointer dereference if KVM is used "
` [PATCH v3 2/3] Detect vGIC presence at runtime
` [PATCH v3 3/3] Make KVM_CAP_IRQFD dependent on KVM_CAP_IRQCHIP

[PATCH] KVM: MTRR: Use default type for non-MTRR-covered gfn before WARN_ON
 2015-08-05  9:58 UTC  (3+ messages)

[Bug 102301] New: Shutting down a Windowvs 10 virtual machine (with VGA passthrough) causes a hard crash, every time
 2015-08-05  5:11 UTC 

[PATCHv3 0/2] Fixes for kvmtool virtio-net part
 2015-08-05  3:05 UTC  (4+ messages)
` [PATCHv3 2/2] kvmtool: Restrict virtio queue number to 1 when vhost on

[PATCHv3 1/2] kvmtool: Introduce downscript option for virtio-net
 2015-08-05 10:53 UTC  (2+ messages)
` [PATCHv4 kvmtool] "

[kvm-unit-tests PATCH 00/14] ppc64: initial drop
 2015-08-05  0:12 UTC  (11+ messages)
` [kvm-unit-tests PATCH 11/14] powerpc/ppc64: add rtas_power_off

[PATCH 0/9] KVM: MMU: fix and improve validation of mmio page fault
 2015-08-04 13:34 UTC  (15+ messages)
` [PATCH 1/9] KVM: MMU: fix "
` [PATCH 2/9] KVM: MMU: move FNAME(is_rsvd_bits_set) to mmu.c
` [PATCH 3/9] KVM: MMU: introduce rsvd_bits_validate
` [PATCH 4/9] KVM: MMU: split reset_rsvds_bits_mask
` [PATCH 5/9] KVM: MMU: split reset_rsvds_bits_mask_ept
` [PATCH 6/9] KVM: MMU: introduce the framework to check reserved bits on sptes
` [PATCH 7/9] KVM: MMU: introduce is_shadow_rsvd_bits_set()
` [PATCH 8/9] KVM: MMU: fully check reserved bits for sptes
` [PATCH 9/9] KVM: VMX: drop ept misconfig check

[PATCH v2 00/10] arm/arm64: KVM: Active interrupt state switching for shared devices
 2015-08-04 12:26 UTC  (9+ messages)
` [PATCH v2 04/10] KVM: arm/arm64: vgic: Allow HW irq to be encoded in LR
` [PATCH v2 10/10] KVM: arm/arm64: vgic: Allow non-shared device HW interrupts


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