public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-06-14 17:13:46 to 2010-06-16 08:22:23 UTC [more...]

[PATCH RFC] KVM: busy-spin detector
 2010-06-16  8:22 UTC  (2+ messages)

TSC cleanups, fixes, documentation for KVM
 2010-06-16  8:12 UTC  (46+ messages)
` [PATCH 01/17] Eliminate duplicated timer code
` [PATCH 02/17] Make cpu_tsc_khz updates use local CPU
` [PATCH 03/17] Unify vendor TSC logic
` [PATCH 04/17] Fix deep C-state TSC desynchronization
` [PATCH 05/17] Keep SMP VMs more in sync on unstable TSC
` [PATCH 06/17] Rename KVM_REQ_KVMCLOCK_UPDATE
` [PATCH 07/17] Perform hardware_enable in CPU_STARTING callback
` [PATCH 08/17] Add clock sync request to hardware enable
` [PATCH 09/17] Move scale_delta into common header
` [PATCH 10/17] Make KVM clock computation work for other scales
` [PATCH 11/17] Fix a possible backwards warp of kvmclock
` [PATCH 12/17] Add helper function get_kernel_ns
` [PATCH 13/17] Add TSC offset tracking
` [PATCH 14/17] Fix SVM VMCB reset
` [PATCH 15/17] Fix AMD C1 TSC desynchronization
` [PATCH 16/17] TSC reset compensation
` [PATCH 17/17] Add timekeeping documentation

[PATCH 1/6] KVM: MMU: fix gfn got in kvm_mmu_page_get_gfn()
 2010-06-16  8:05 UTC  (12+ messages)
  ` [PATCH 2/6] KVM: MMU: fix conflict access permissions in direct sp
    ` [PATCH 3/6] KVM: MMU: introduce gfn_to_page_atomic() and gfn_to_pfn_atomic()
      ` [PATCH 4/6] KVM: MMU: introduce mmu_topup_memory_cache_atomic()
        ` [PATCH 5/6] KVM: MMU: prefetch ptes when intercepted guest #PF
          ` [PATCH 6/6] KVM: MMU: trace pte prefetch

[PATCH 0/4] Really lazy fpu
 2010-06-16  8:02 UTC  (4+ messages)

[PATCH 0/24] Nested VMX, v5
 2010-06-16  7:50 UTC  (22+ messages)
` [PATCH 1/24] Move nested option from svm.c to x86.c
` [PATCH 2/24] Add VMX and SVM to list of supported cpuid features
` [PATCH 3/24] Implement VMXON and VMXOFF
` [PATCH 4/24] Allow setting the VMXE bit in CR4
` [PATCH 7/24] Understanding guest pointers to vmcs12 structures
` [PATCH 9/24] Implement VMCLEAR

KVM call minutes for June 15
 2010-06-16  6:55 UTC  (4+ messages)
    ` [Qemu-devel] "

I wait your responds
 2010-06-14 14:14 UTC 

[PATCH] fix -DDEBUG oops
 2010-06-16  2:30 UTC  (2+ messages)

Loss of network connectivity with high load
 2010-06-16  3:36 UTC  (3+ messages)

[RFC PATCH 0/5] Introduce canonical device hierarchy string
 2010-06-16  2:55 UTC  (47+ messages)
` [Qemu-devel] [RFC PATCH 1/5] qdev: Create qdev_get_dev_path()
    ` [Qemu-devel] Re: [RFC PATCH 0/5] Introduce canonical device hierarchy string

[PATCH] virtio_blk: support barriers without FLUSH feature
 2010-06-16  1:56 UTC  (2+ messages)

[Qemu-devel] [PATCH v6 4/6] Add support for marking memory to not be migrated. On migration, memory is checked for the NO_MIGRATION_FLAG
 2010-06-15 22:26 UTC  (5+ messages)
` [PATCH RFC] Mark a device as non-migratable
    ` [Qemu-devel] "

[PATCH v7 0/4] Inter-VM shared memory device
 2010-06-15 20:23 UTC  (5+ messages)
` [PATCH v7 1/4] Device specification for shared memory PCI device
  ` [PATCH v7 2/4] Add function to assign ioeventfd to MMIO
    ` [PATCH v7 3/4] Support marking a device as non-migratable
      ` [PATCH v7 4/4] Inter-VM shared memory PCI device

[PATCH 1/7] KVM: MMU: rename 'page' and 'shadow_page' to 'sp'
 2010-06-15 20:09 UTC  (6+ messages)
` [PATCH 7/7] KVM: MMU: don't walk every parent pages while mark unsync

[PATCH v2 0/3]: Fixes to IRQ routing
 2010-06-15 17:53 UTC  (6+ messages)
` [PATCH v2 1/3] Introduce a workqueue to deliver PIT timer interrupts
` [PATCH v2 2/3] Allow any LAPIC to accept PIC interrupts

GPGPU passthrough in linux kvm
 2010-06-15 16:18 UTC  (2+ messages)

[ kvm-Bugs-1945129 ] Compilation fails when configure with -DDEBUG
 2010-06-15 15:07 UTC 

[PATCH] VT-d: fix PCI device detach from virtual machine
 2010-06-15 14:52 UTC  (4+ messages)

[RFC/T/D][PATCH 0/2] KVM page cache optimization (v2)
 2010-06-15 14:47 UTC  (34+ messages)
` [RFC/T/D][PATCH 2/2] Linux/Guest cooperative unmapped page cache control

KVM call agenda for June 15
 2010-06-15 14:18 UTC  (4+ messages)

[RFC][PATCH 0/9] rework KVM mmu_shrink() code
 2010-06-15 13:55 UTC  (10+ messages)
` [RFC][PATCH 1/9] abstract kvm x86 mmu->n_free_mmu_pages
` [RFC][PATCH 2/9] rename x86 kvm->arch.n_alloc_mmu_pages
` [RFC][PATCH 3/9] replace x86 kvm n_free_mmu_pages with n_used_mmu_pages
` [RFC][PATCH 4/9] create aggregate kvm_total_used_mmu_pages value
` [RFC][PATCH 5/9] break out some mmu_skrink() code
` [RFC][PATCH 6/9] remove kvm_freed variable
` [RFC][PATCH 7/9] make kvm_get_kvm() more robust
` [RFC][PATCH 8/9] reduce kvm_lock hold times in mmu_skrink()
` [RFC][PATCH 9/9] make kvm mmu shrinker more aggressive

[PATCH v2 0/7] Tracing backends
 2010-06-15 13:49 UTC  (4+ messages)
` [PATCH 1/7] trace: Add trace-events file for declaring trace events
  ` [PATCH] Re: Tracing backends : Fix for building with --prefix

[ kvm-Bugs-2933400 ] virtio-blk io errors / data corruption on raw drives > 1 TB
 2010-06-15 13:43 UTC 

[PATCH v5] block: add sheepdog driver for distributed storage support
 2010-06-15 12:33 UTC  (5+ messages)

Regarding NAT configuration with KVM
 2010-06-15 12:07 UTC  (2+ messages)

[PATCH 0/6] KVM: MMU: support pte prefetch when intercepted guest #PF
 2010-06-15 11:45 UTC  (2+ messages)

[PATCH] KVM: x86 emulator: fix pusha instruction emulation
 2010-06-15 11:00 UTC  (4+ messages)
` [PATCHv2] "
  ` [PATCH] test: add test for pusha and popa instructions

KVM: VMX: optimize APIC EOI
 2010-06-15  4:33 UTC  (2+ messages)

[PATCH 5/5] [scsi-bsg]: Add initial support for BSG based SCSIDeviceInfo
 2010-06-14 23:37 UTC  (3+ messages)
` [Qemu-devel] "

[PATCH v6 0/6] Inter-VM Shared Memory Device with migration support
 2010-06-14 22:03 UTC  (9+ messages)
` [PATCH v6 1/6] Device specification for shared memory PCI device
  ` [PATCH v6 2/6] Add function to assign ioeventfd to MMIO
    ` [PATCH v6 3/6] Change phys_ram_dirty to phys_ram_status
      ` [PATCH v6 4/6] Add support for marking memory to not be migrated. On migration, memory is checked for the NO_MIGRATION_FLAG
        ` [PATCH v6 5/6] Inter-VM shared memory PCI device
          ` [PATCH v6 6/6] the stand-alone shared memory server for inter-VM shared memory
            ` [Qemu-devel] "

[RESEND PATCH] acpi_piix4: save gpe and pci hotplug slot status
 2010-06-14 21:27 UTC  (3+ messages)
` [Qemu-devel] "

[PATCH v3] test: Add IDT framework
 2010-06-14 20:42 UTC  (2+ messages)

[PATCH v3] qemu: kvm: Enable XSAVE live migration support
 2010-06-14 20:39 UTC  (2+ messages)

[PATCH v4] test: Add XSAVE unit test
 2010-06-14 20:43 UTC  (3+ messages)

[PATCH v3] KVM: x86: XSAVE/XRSTOR live migration support
 2010-06-14 20:33 UTC  (3+ messages)
` [PATCH v4] "

[ kvm-Bugs-2933400 ] virtio-blk io errors / data corruption on raw drives > 1 TB
 2010-06-14 18:35 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox