public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-09-19 16:12:40 to 2008-09-23 10:46:50 UTC [more...]

[patch 00/10] out of sync shadow v2
 2008-09-23 10:46 UTC  (30+ messages)
` [patch 02/10] KVM: MMU: move local TLB flush to mmu_set_spte
` [patch 03/10] KVM: MMU: do not write-protect large mappings
` [patch 04/10] KVM: MMU: mode specific sync_page
` [patch 06/10] KVM: x86: trap invlpg
` [patch 07/10] KVM: MMU: mmu_parent_walk
` [patch 09/10] KVM: MMU: out of sync shadow core v2
` [patch 10/10] KVM: MMU: speed up mmu_unsync_walk

[PATCHEY 0/9] Rrrreplace the ol' scurvy memory registration
 2008-09-23 10:30 UTC  (25+ messages)
` [PATCH 1/9] Don't separate registrations with IO_MEM_ROM set
` [PATCH 2/9] do not use mem_hole anymore
` [PATCH 3/9] allow intersecting region to be on the boundary
` [PATCH 4/9] substitute is_allocated_mem with more general is_containing_region
` [PATCH 5/9] add debuging facilities to memory registration at libkvm
` [PATCH 6/9] unregister memory area depending on their flags
` [PATCH 7/9] register mmio slots
` [PATCH 8/9] coalesce mmio regions with an explicit call
` [PATCH 9/9] move kvm memory registration inside qemu's

[PATCH 0/3] Refactor AIO to allow multiple AIO implementations
 2008-09-23 10:27 UTC  (9+ messages)
` [PATCH 1/3] Only call aio flush handler if set
` [PATCH 2/3] Move aio implementation out of raw block driver
  ` [PATCH 3/3] Add linux aio implementation for raw block devices
` [Qemu-devel] [PATCH 0/3] Refactor AIO to allow multiple AIO implementations

mmotm 2008-09-22-01-36 uploaded (kvm)
 2008-09-23 10:25 UTC  (7+ messages)

libkvm: kvm_init: check kvm context allocation and zero it
 2008-09-23  9:57 UTC  (2+ messages)

[PATCH 0/11] Fix&Enhance NMI support for KVM - v3
 2008-09-23  9:50 UTC  (27+ messages)
` [PATCH 1/11] VMX: include all IRQ window exits in statistics
` [PATCH 2/11] VMX: refactor/fix IRQ and NMI injectability determination
` [PATCH 3/11] VMX: refactor IRQ and NMI window enabling
` [PATCH 5/11] kvm-x86: Enable NMI Watchdog via in-kernel PIT source
` [PATCH 6/11] kvm-x86: VCPU with pending NMI is runnabled
` [PATCH 7/11] kvm: kick NMI receiving VCPU
` [PATCH 8/11] kvm-x86: Support for user space injected NMIs
` [PATCH 9/11] VMX: Provide support "
` [PATCH 10/11] VMX: work around lacking VNMI support
` [PATCH 11/11] kvm: Enable NMI support for userspace irqchip
` [PATCH 4/11] VMX: fix real-mode NMI support

[PATCH]kvm/ia64: Qemu: Set pmcntrl to SCI_EN by default when initalize acpi
 2008-09-23  9:26 UTC  (2+ messages)

[PATCH] [KVM-userspace] remove compatibility code related to CONFIG_DMAR
 2008-09-23  9:25 UTC  (2+ messages)

[PATCH] Don't destroy vcpu in case vcpu_setup fails
 2008-09-23  9:21 UTC  (2+ messages)

[RFC] Extending MTRRs above 4G
 2008-09-23  9:19 UTC  (4+ messages)

VMX: Host NMI triggering on NMI vmexit
 2008-09-23  8:59 UTC  (9+ messages)

[PATCH] x86 emulator: consolidate push reg
 2008-09-23  8:58 UTC 

[PATCH] don't enter guest after SIPI was received by a CPU
 2008-09-23  8:57 UTC  (3+ messages)

Event channels in KVM?
 2008-09-23  7:26 UTC  (9+ messages)

writes to a virtio block device hungs
 2008-09-23  7:06 UTC  (2+ messages)

[PATCH 0/9] Enhance NMI support of KVM - v2
 2008-09-23  6:10 UTC  (12+ messages)
` [PATCH 5/9] kvm-x86: Enable NMI Watchdog via in-kernel PIT source
` [PATCH 8/9] VMX: work around lacking VNMI support

[PATCH 0/9][RFC] stackable dma_ops for x86
 2008-09-23  2:50 UTC  (14+ messages)
` [PATCH 1/9] x86/iommu: add necessary types for stackable dma_ops
` [PATCH 2/9] x86/iommu: add stackable dma_ops registration interface
` [PATCH 3/9] x86/iommu: change PCI-NOMMU to use dma_ops register interface
` [PATCH 4/9] x86/iommu: change SWIOTLB "
` [PATCH 5/9] x86/iommu: change GART "
` [PATCH 6/9] x86/iommu: change Calgary "
` [PATCH 7/9] x86/iommu: change AMD IOMMU "
` [PATCH 8/9] x86/iommu: change Intel "
` [PATCH 9/9] x86/iommu: use dma_ops_list in get_dma_ops

[PATCH] Add USB sys file-system support
 2008-09-23  1:33 UTC  (13+ messages)
` [PATCH] Add USB sys file-system support (v2)
  ` [Qemu-devel] "
        ` [PATCH] Add USB sys file-system support (v3)
            ` [PATCH] Add USB sys file-system support (v4)
                ` [PATCH] Add USB sys file-system support (v5)
                    ` [Qemu-devel] "
                    ` [PATCH] Add USB sys file-system support (v6)

KVM for Sparc?
 2008-09-22 22:15 UTC  (11+ messages)

[patch 02/10] KVM: MMU: move local TLB flush to mmu_set_spte
 2008-09-22 21:56 UTC  (4+ messages)

[Patch] Segfault with -vnc option
 2008-09-22 21:15 UTC  (3+ messages)
  ` [Qemu-devel] "

[patch 00/13] out of sync shadow v3
 2008-09-22 19:16 UTC  (14+ messages)
` [patch 01/13] KVM: MMU: flush remote TLBs on large->normal entry overwrite
` [patch 02/13] KVM: MMU: split mmu_set_spte
` [patch 03/13] KVM: MMU: move local TLB flush to mmu_set_spte
` [patch 04/13] KVM: MMU: do not write-protect large mappings
` [patch 05/13] KVM: MMU: mode specific sync_page
` [patch 06/13] KVM: MMU: sync roots on mmu reload
` [patch 07/13] KVM: x86: trap invlpg
` [patch 08/13] KVM: MMU: mmu_parent_walk
` [patch 09/13] KVM: MMU: awareness of new kvm_mmu_zap_page behaviour
` [patch 10/13] KVM: MMU: mmu_convert_notrap helper
` [patch 11/13] KVM: MMU: out of sync shadow core v2
` [patch 12/13] KVM: MMU: speed up mmu_unsync_walk
` [patch 13/13] KVM: MMU: add "oos_shadow" parameter to disable oos

[PATCH 0/4] Allow enabling kvm_trace on external module
 2008-09-22 17:52 UTC  (5+ messages)
` [PATCH 1/4] Add kvm_trace.c to hack-files-x86
` [PATCH 2/4] Hack DEFINE_SIMPLE_ATTRIBUTE for lost_records_get() also
` [PATCH 3/4] relay_open() compat
` [PATCH 4/4] Add --with-kvm-trace arg to configure

KVM: PIC: enhance IPI avoidance
 2008-09-22 16:57 UTC 

[ kvm-Bugs-2122614 ] Guests do not boot (W2k/Lilo) when using "boot=on" flag
 2008-09-22  9:46 UTC 

[ kvm-Bugs-2121747 ] bug with kernel 0.0.1
 2008-09-21 13:58 UTC 

Graceful shutdown for OpenBSD
 2008-09-20 18:40 UTC  (2+ messages)

[PATCH 0/9] Add support for nested SVM (kernel) v3
 2008-09-20  6:55 UTC  (4+ messages)
` First performance numbers

[patch] move MAX_CPUS to cpu.h
 2008-09-20  0:14 UTC  (2+ messages)

[GIT PULL] KVM build fix for 2.6.27-rc6
 2008-09-20  0:02 UTC 

[GIT PULL] KVM build fix for 2.6.27-rc6
 2008-09-20  0:00 UTC 

KVM Build error with 2.6.26
 2008-09-19 23:52 UTC  (4+ messages)
  ` [PATCH] add compat wrapper for get_user_pages_fast

[PATCH 0/9] Simplify memory registration
 2008-09-19 23:12 UTC  (9+ messages)
` [PATCH 1/9] Don't separate registrations with IO_MEM_ROM set

windows xp not able to install without no-kvm
 2008-09-19 22:11 UTC 

linux-next: Tree for September 19 (kvm + intel_iommu)
 2008-09-19 20:34 UTC 

Avoiding I/O bottlenecks between VM's
 2008-09-19 19:53 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