messages from 2012-06-27 15:39:49 to 2012-07-01 08:26:34 UTC [more...]
[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)
qemu-kvm-1.0.1 - unable to exit if vcpu is in infinite loop
2012-07-01 8:19 UTC (8+ messages)
[PATCHv2 0/5] improve speed of "rep ins" emulation
2012-07-01 8:15 UTC (6+ messages)
` [PATCHv2 1/5] Provide userspace IO exit completion callback
` [PATCHv2 5/5] KVM: Provide fast path for "rep ins" emulation if possible
[PATCH 0/6] KVM: Optimize MMU notifier's THP page invalidation -v3
2012-07-01 7:41 UTC (14+ 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()
[PATCH v2 0/6] kvm: level triggered irqfd support
2012-07-01 7:34 UTC (57+ 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)
linux-next: Tree for June 29 (kvm)
2012-06-29 18:05 UTC
[PATCH v2 0/7] kvm: Get coalesced MMIO flushing out of the hot-path
2012-06-29 16:37 UTC (11+ messages)
` [PATCH v2 1/7] i82378: Remove bogus MMIO coalescing
` [PATCH v2 2/7] memory: Flush coalesced MMIO on selected region access
` [PATCH v3 "
` [PATCH v2 3/7] memory: Use transaction_begin/commit also for single-step operations
` [PATCH v2 4/7] memory: Fold memory_region_update_topology into memory_region_transaction_commit
` [PATCH v2 5/7] memory: Flush coalesced MMIO on mapping and state changes
` [PATCH v2 6/7] VGA: Flush coalesced MMIO on related MMIO/PIO accesses
` [PATCH v2 7/7] kvm: Stop flushing coalesced MMIO on vmexit
[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
[PATCH v4] KVM: x86: Implement PCID/INVPCID for guests with EPT
2012-06-29 14:51 UTC (5+ messages)
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] "
Regarding improving ple handler (vcpu_on_spin)
2012-06-28 22:55 UTC (14+ messages)
` [PATCH] kvm: handle last_boosted_vcpu = 0 case
` [PATCH] kvm: handle last_boosted_vcpu = 0 case with benchmark detail attachment
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 (4+ messages)
` [Kemari]: "
[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)
[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)
(unknown),
2012-06-27 20:52 UTC
linux-next: Tree for Jun 27 (vfio)
2012-06-27 19:20 UTC (2+ messages)
[PATCH] Add a page cache-backed balloon device driver
2012-06-27 16:08 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).