kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-27 21:28:19 to 2012-07-02 01:18:52 UTC [more...]

[PATCH v5] KVM: x86: Implement PCID/INVPCID for guests with EPT
 2012-07-02  1:18 UTC 

[PATCH 5 of 5] virtio: expose added descriptors immediately
 2012-07-02  1:05 UTC  (3+ messages)
  ` RFD: virtio balloon API use (was Re: [PATCH 5 of 5] virtio: expose added descriptors immediately)

[PATCH v4] KVM: x86: Implement PCID/INVPCID for guests with EPT
 2012-07-02  0:32 UTC  (6+ messages)

[PATCH] Add a page cache-backed balloon device driver
 2012-07-02  0:29 UTC  (6+ messages)

[PATCH v2 0/3] Improve virtio-blk performance
 2012-07-01 23:54 UTC  (9+ messages)
` [PATCH 3/3] virtio-blk: Add bio-based IO path for virtio-blk

Your Funds Notification
 2012-07-01 12:29 UTC 

qemu-kvm-1.0.1 - unable to exit if vcpu is in infinite loop
 2012-07-01 19:18 UTC  (9+ messages)

[PATCH] apic: fix kvm build on UP without IOAPIC
 2012-07-01 17:10 UTC  (3+ messages)

[UTEXAS: SUSPECTED SPAM] Your Funds Notification
 2012-07-01 11:00 UTC 

linux-next: Tree for June 29 (kvm)
 2012-07-01 16:24 UTC  (6+ messages)

[bug 1.1] -M pc-1.0 + vhost = SIGSEGV
 2012-07-01 15:26 UTC  (2+ messages)

[PATCHv2 kvm] kvm_pv_eoi: add flag support
 2012-07-01 15:08 UTC 

[PATCH 0/6] KVM: Optimize MMU notifier's THP page invalidation -v3
 2012-07-01 13:31 UTC  (16+ messages)
` [PATCH 1/6] KVM: MMU: Use __gfn_to_rmap() to clean up kvm_handle_hva()
` [PATCH 2/6] KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva()
` [PATCH 3/6] KVM: MMU: Make kvm_handle_hva() handle range of addresses
` [PATCH 4/6] KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_start()
` [PATCH 5/6] KVM: Separate rmap_pde from kvm_lpage_info->write_count
` [PATCH 6/6] KVM: MMU: Avoid handling same rmap_pde in kvm_handle_hva_range()

[PATCHv2 0/5] improve speed of "rep ins" emulation
 2012-07-01 11:24 UTC  (7+ messages)
` [PATCHv2 1/5] Provide userspace IO exit completion callback
` [PATCHv2 5/5] KVM: Provide fast path for "rep ins" emulation if possible

[Bug 42980] New: BUG in gfn_to_pfn_prot
 2012-07-01  9:46 UTC  (2+ messages)
` [Bug 42980] "

[RFC V2 PATCH 0/4] Multiqueue support for tap and virtio-net/vhost
 2012-07-01  9:43 UTC  (3+ messages)
` [RFC V2 PATCH 4/4] virtio-net: add multiqueue support

[Bug 42779] New: KVM domain hangs after loading initrd with Xenomai kernel
 2012-07-01  9:42 UTC  (2+ messages)
` [Bug 42779] "

[Bug 43339] New: Wrong Pci-Bridge Header Type check
 2012-07-01  9:40 UTC  (2+ messages)
` [Bug 43339] "

[PATCH v3 0/3] kvm: KVM_IRQFD cleanup, docs, sanitize flags
 2012-07-01  8:26 UTC  (5+ messages)
` [PATCH v3 1/3] kvm: Pass kvm_irqfd to functions
` [PATCH v3 2/3] kvm: Add missing KVM_IRQFD API documentation
` [PATCH v3 3/3] kvm: Sanitize KVM_IRQFD flags

[PATCH kvm] kvm_pv_eoi: add flag support for -cpu
 2012-07-01  8:22 UTC  (3+ messages)

[PATCH v2 0/6] kvm: level triggered irqfd support
 2012-07-01  7:34 UTC  (55+ messages)
` [PATCH v2 1/6] kvm: Pass kvm_irqfd to functions
` [PATCH v2 3/6] kvm: Sanitize KVM_IRQFD flags
` [PATCH v2 4/6] kvm: Extend irqfd to support level interrupts
` [PATCH v2 5/6] kvm: KVM_EOIFD, an eventfd for EOIs
` [PATCH v2 6/6] kvm: Level IRQ de-assert for KVM_IRQFD

[PATCH 0/6] kvm/s390: sigp related changes for 3.6
 2012-06-29 23:19 UTC  (2+ messages)

[PATCH] kvm: Don't abort on kvm_irqchip_add_msi_route()
 2012-06-29 23:02 UTC  (2+ messages)

Will there be a qemu-kvm 1.1 version?
 2012-06-29 22:27 UTC  (2+ messages)

[PATCH v2 0/7] kvm: Get coalesced MMIO flushing out of the hot-path
 2012-06-29 16:37 UTC  (5+ messages)
` [PATCH v2 2/7] memory: Flush coalesced MMIO on selected region access
    ` [PATCH v3 "

[RFC PATCH 00/18] KVM: x86: CPU isolation and direct interrupts handling by guests
 2012-06-29 14:56 UTC  (30+ messages)
` [RFC PATCH 01/18] x86: Split memory hotplug function from cpu_up() as cpu_memory_up()
` [RFC PATCH 02/18] x86: Add a facility to use offlined CPUs as slave CPUs
` [RFC PATCH 03/18] x86: Support hrtimer on "
` [RFC PATCH 04/18] KVM: Replace local_irq_disable/enable with local_irq_save/restore
` [RFC PATCH 05/18] KVM: Enable/Disable virtualization on slave CPUs are activated/dying
` [RFC PATCH 06/18] KVM: Add facility to run guests on slave CPUs
` [RFC PATCH 07/18] KVM: handle page faults occured in slave CPUs on online CPUs
` [RFC PATCH 08/18] KVM: Add KVM_GET_SLAVE_CPU and KVM_SET_SLAVE_CPU to vCPU ioctl
` [RFC PATCH 09/18] KVM: Go back to online CPU on VM exit by external interrupt
` [RFC PATCH 10/18] KVM: proxy slab operations for slave CPUs on online CPUs
` [RFC PATCH 11/18] KVM: no exiting from guest when slave CPU halted
` [RFC PATCH 12/18] x86/apic: Enable external interrupt routing to slave CPUs
` [RFC PATCH 13/18] x86/apic: IRQ vector remapping on slave for "
` [RFC PATCH 14/18] KVM: Directly handle interrupts by guests without VM EXIT on "
` [RFC PATCH 15/18] KVM: vmx: Add definitions PIN_BASED_PREEMPTION_TIMER
` [RFC PATCH 16/18] KVM: add kvm_arch_vcpu_prevent_run to prevent VM ENTER when NMI is received
` [RFC PATCH 17/18] KVM: route assigned devices' MSI/MSI-X directly to guests on slave CPUs
` [RFC PATCH 18/18] x86: request TLB flush to slave CPU using NMI

Security for Virtualization
 2012-06-29 11:53 UTC  (2+ messages)
` Fwd: "

[PATCH v3 0/5] Export offsets of VMCS fields as note information for kdump
 2012-06-29  2:58 UTC  (8+ messages)
` [PATCH v3 1/5] x86: Add helper variables and functions to hold VMCSINFO
` [PATCH v3 4/5] Sysfs: Export VMCSINFO via sysfs

[RFC 01/10] KVM: reintroduce hc_gpa
 2012-06-29  1:59 UTC  (3+ messages)
` [RFC 07/10] KVM: add KVM TMEM host side interface

[PATCH v8 00/15] KVM/ARM Implementation
 2012-06-29  1:07 UTC  (12+ messages)
` [PATCH v8 04/15] KVM: Guard mmu_notifier specific code with CONFIG_MMU_NOTIFIER
` [PATCH v8 07/15] ARM: KVM: Hypervisor inititalization
` [PATCH v8 09/15] ARM: KVM: Memory virtualization setup

[PATCH] kvm: First step to push iothread lock out of inner run loop
 2012-06-29  1:45 UTC  (13+ messages)
      ` [Qemu-devel] "

[PATCH] kvm: handle last_boosted_vcpu = 0 case
 2012-06-28 22:55 UTC  (4+ messages)

Request VFIO inclusion in linux-next
 2012-06-28 22:25 UTC  (9+ messages)
` [patch 1/3] vfio: signedness bug in vfio_config_do_rw()
` [patch 2/3] vfio: make count unsigned to prevent integer underflow
` [patch 3/3] vfio: return -EFAULT on failure

[patch 1/3 v2] vfio: signedness bug in vfio_config_do_rw()
 2012-06-28 22:24 UTC  (2+ messages)

[KVM][Kemari]: Build error fix
 2012-06-28 19:13 UTC  (3+ messages)

[PATCH RFC V6 0/5] kvm : Paravirt-spinlock support for KVM guests
 2012-06-28 18:17 UTC  (6+ messages)
` [PATCH RFC V6 1/5] kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocks

[PATCH 0/4] kvm: level triggered irqfd support
 2012-06-28 17:21 UTC  (6+ messages)
` [PATCH 4/4][RFC] kvm: eoi_eventfd

Is there a mail-list for answering questions against kvm??
 2012-06-28 15:47 UTC  (2+ messages)

[Openstack-operators] [Openstack] Nova Controller HA issues
 2012-06-28 10:57 UTC 

race between kvm-kmod-3.0 and kvm-kmod-3.3 // was: race condition in qemu-kvm-1.0.1
 2012-06-28 10:34 UTC  (9+ messages)

qemu-kvm-1.0 crashes with threaded vnc server?
 2012-06-28 10:21 UTC  (8+ messages)

[PATCH v5] kvm: notify host when the guest is panicked
 2012-06-28  8:26 UTC  (5+ messages)
` [PATCH 5/6 v5] deal with guest panicked event accoring to -onpanic parameter

[PATCH 2/8][TRIVIAL] Fix typos in arch/x86/kvm/svm.c
 2012-06-28  7:16 UTC 

[PATCH 1/8][TRIVIAL] Fix typos in arch/x86/kvm/vmx.c
 2012-06-28  7:16 UTC 

[PATCH 2/2] KVM: PPC: booke: Add watchdog emulation
 2012-06-28  6:17 UTC 

[PATCH 1/2] KVM: PPC: Critical interrupt emulation support
 2012-06-28  5:37 UTC 

[PATCH 2/4] KVM: Use __print_hex() for kvm_emulate_insn tracepoint
 2012-06-28  2:18 UTC  (8+ messages)

Regarding improving ple handler (vcpu_on_spin)
 2012-06-28  2:14 UTC  (4+ messages)
` [PATCH] kvm: handle last_boosted_vcpu = 0 case

[PATCH next] kvm: Use pr_<level>
 2012-06-28  1:34 UTC  (3+ messages)

[PATCH 2/2] [TRIVIAL]KVM: fix a typo in comment
 2012-06-28  1:00 UTC  (2+ messages)

[PATCH] pseries: Add support for new KVM hash table control call
 2012-06-27 21:33 UTC  (4+ 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).