public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-09-10 11:47:54 to 2010-09-14 09:09:00 UTC [more...]

high load with win7 & usb tablet
 2010-09-14  9:08 UTC  (17+ messages)
    ` high load with usb device

qemu-kvm and initrd
 2010-09-14  6:35 UTC 

[PATCH] [RFC] Add support for a USB audio device model
 2010-09-14  5:56 UTC  (16+ messages)
    ` [Qemu-devel] "

[PATCH next 00/16] treewide: Use static const char * const where possible
 2010-09-14  4:23 UTC  (2+ messages)
` [PATCH next 04/16] arch/x86: "

[RFC PATCH 0/1] macvtap TX zero copy between guest and host kernel
 2010-09-14  3:17 UTC  (4+ messages)
` RFC PATCH 1/2] macvtap: A new sock zero copy flag
` [RFC PATCH 2/2] macvtap: TX zero copy between guest and host kernel

[KVM-AUTOTEST PATCH] tests/kvm: fix -net syntax for new qemu
 2010-09-14  2:02 UTC  (3+ messages)

[RFC PATCH v9 00/16] Provide a zero-copy method on KVM virtio-net
 2010-09-13 21:35 UTC  (8+ messages)

[PATCH 0/7] AMD IOMMU emulation patchset v4
 2010-09-13 20:45 UTC  (3+ messages)
` [PATCH RFC] dma_rw.h (was Re: [PATCH 0/7] AMD IOMMU emulation patchset v4)
  ` [Qemu-devel] "

[PATCH] Rename KVM_UPSTREAM to OBSOLETE_KVM_IMPL
 2010-09-13 19:03 UTC  (4+ messages)

[PATCH] KVM: MMU: Fix regression with ept memory types merged into non-ept page tables
 2010-09-13 18:01 UTC  (2+ messages)

[RFC PATCH 0/4] Implement multiqueue virtio-net
 2010-09-13 17:40 UTC  (18+ messages)
` [RFC PATCH 1/4] Add a new API to virtio-pci

Exceed 1GB/s with virtio-net ?
 2010-09-13 17:34 UTC  (2+ messages)

Patch to install cygwin and run autotest in windows
 2010-09-13 16:06 UTC  (2+ messages)
` [PATCH] This patch enables installing cygwin and running autotest in windows guests

KVM call agenda for Sept 14
 2010-09-13 16:06 UTC  (2+ messages)

vhost, something changed between 2.6.35 and 2.6.36 ?
 2010-09-13 14:42 UTC  (6+ messages)

[ANNOUNCE] qemu-kvm-0.13.0-rc1
 2010-09-13 13:10 UTC  (14+ messages)

[KVM-AUTOTEST] Patch to install cygwin and run autotest in windows
 2010-09-13 11:50 UTC  (2+ messages)
` [Autotest] "

[PATCH 1/3] S390: take a full byte as ext_param indicator
 2010-09-13  9:41 UTC  (7+ messages)
` [PATCH 2/3] S390: Add virtio hotplug add support

[PATCH 0/24] Nested VMX, v5
 2010-09-13  9:34 UTC  (13+ messages)
` [PATCH 18/24] Exiting from L2 to L1

[PATCH] KVM-test: Add a new macaddress pool algorithm v3
 2010-09-12 22:52 UTC 

[PATCH 0/7] New Unit-Tests for KVM SVM emulation
 2010-09-12 14:42 UTC  (13+ messages)
` [PATCH 1/7] svm: Add test for selective cr0 intercept
` [PATCH 2/7] svm: Run tests with NPT enabled if available
` [PATCH 3/7] svm: Add test for NX bit check in emulated NPT
` [PATCH 4/7] svm: Add test for US "
` [PATCH 5/7] svm: Add test for RSVD "
` [PATCH 6/7] svm: Add test for RW "
` [PATCH 7/7] svm: Add test for the NPT page table walker

[PATCH] KVM: Document that KVM_GET_SUPPORTED_CPUID may return emulated values
 2010-09-12 14:39 UTC 

[PATCH 0/2] Add SVM feature flags to qemu
 2010-09-12 14:36 UTC  (19+ messages)
` [PATCH 1/2] qemu-kvm: Set cpuid definition to 0 before initializing it
` [PATCH 2/2] qemu-kvm: Add svm cpuid features
  ` [Qemu-devel] "

[RFC PATCH v9 04/16] Add a function make external buffer owner to query capability
 2010-09-12 13:37 UTC  (15+ messages)
` [RFC PATCH v9 05/16] Add a function to indicate if device use external buffer
  ` [RFC PATCH v9 06/16] Use callback to deal with skb_release_data() specially
    ` [RFC PATCH v9 07/16] Modify netdev_alloc_page() to get external buffer
      ` [RFC PATCH v9 08/16] Modify netdev_free_page() to release "
        ` [RFC PATCH v9 09/16] Don't do skb recycle, if device use "
          ` [RFC PATCH v9 10/16] Add a hook to intercept external buffers from NIC driver
            ` [RFC PATCH v9 11/16] Add header file for mp device
              ` [RFC PATCH v9 13/16] Add a kconfig entry and make entry "
                ` [RFC PATCH v9 12/16] Add mp(mediate passthru) device

[PATCH 0/29] Nested Paging Virtualization for KVM v4
 2010-09-12  8:56 UTC  (33+ messages)
` [PATCH 01/29] KVM: MMU: Check for root_level instead of long mode
` [PATCH 02/29] KVM: MMU: Make tdp_enabled a mmu-context parameter
` [PATCH 03/29] KVM: MMU: Make set_cr3 a function pointer in kvm_mmu
` [PATCH 04/29] KVM: X86: Introduce a tdp_set_cr3 function
` [PATCH 05/29] KVM: MMU: Introduce get_cr3 function pointer
` [PATCH 06/29] KVM: MMU: Introduce inject_page_fault "
` [PATCH 07/29] KVM: MMU: Introduce kvm_init_shadow_mmu helper function
` [PATCH 08/29] KVM: MMU: Let is_rsvd_bits_set take mmu context instead of vcpu
` [PATCH 09/29] KVM: MMU: Track page fault data in struct vcpu
` [PATCH 10/29] KVM: MMU: Introduce generic walk_addr function
` [PATCH 11/29] KVM: MMU: Add infrastructure for two-level page walker
` [PATCH 12/29] KVM: X86: Introduce pointer to mmu context used for gva_to_gpa
` [PATCH 13/29] KVM: MMU: Implement nested gva_to_gpa functions
` [PATCH 14/29] KVM: X86: Add kvm_read_guest_page_mmu function
` [PATCH 15/29] KVM: MMU: Make walk_addr_generic capable for two-level walking
` [PATCH 16/29] KVM: MMU: Introduce kvm_read_nested_guest_page()
` [PATCH 17/29] KVM: MMU: Introduce init_kvm_nested_mmu()
` [PATCH 18/29] KVM: MMU: Propagate the right fault back to the guest after gva_to_gpa
` [PATCH 19/29] KVM: X86: Propagate fetch faults
` [PATCH 20/29] KVM: MMU: Add kvm_mmu parameter to load_pdptrs function
` [PATCH 21/29] KVM: MMU: Introduce kvm_pdptr_read_mmu
` [PATCH 22/29] KVM: MMU: Refactor mmu_alloc_roots function
` [PATCH 23/29] KVM: MMU: Allow long mode shadows for legacy page tables
` [PATCH 24/29] KVM: MMU: Track NX state in struct kvm_mmu
` [PATCH 25/29] KVM: SVM: Implement MMU helper functions for Nested Nested Paging
` [PATCH 26/29] KVM: SVM: Initialize Nested Nested MMU context on VMRUN
` [PATCH 27/29] KVM: SVM: Expect two more candiates for exit_int_info
` [PATCH 28/29] KVM: SVM: Report Nested Paging support to userspace
` [PATCH 29/29] KVM: X86: Report SVM bit to userspace only when supported

[PATCH] Don't launch guest if -no-kvm when tcg is not configured in
 2010-09-12  7:51 UTC 

[PATCH] Add missing tcg_prologue_init() for --disable-cpu-emulation build
 2010-09-12  7:48 UTC 

[PATCH 00/11] treewide: Remove pr_<level> uses with KERN_<level>
 2010-09-12  5:10 UTC  (2+ messages)
` [PATCH 05/11] arch/powerpc: Remove pr_<level> uses of KERN_<level>

(unknown)
 2010-09-11 19:05 UTC 

[RFC PATCH v10 00/16] Provide a zero-copy method on KVM virtio-net
 2010-09-11  9:53 UTC  (17+ messages)
` [RFC PATCH v10 01/16] Add a new structure for skb buffer from external
  ` [RFC PATCH v10 02/16] Add a new struct for device to manipulate external buffer
    ` [RFC PATCH v10 03/16] Add a ndo_mp_port_prep pointer to net_device_ops
      ` [RFC PATCH v10 04/16] Add a function make external buffer owner to query capability
        ` [RFC PATCH v10 05/16] Add a function to indicate if device use external buffer
          ` [RFC PATCH v10 06/16] Use callback to deal with skb_release_data() specially
            ` [RFC PATCH v10 07/16] Modify netdev_alloc_page() to get external buffer
              ` [RFC PATCH v10 08/16] Modify netdev_free_page() to release "
                ` [RFC PATCH v10 09/16] Don't do skb recycle, if device use "
                  ` [RFC PATCH v10 10/16] Add a hook to intercept external buffers from NIC driver
                    ` [RFC PATCH v10 11/16] Add header file for mp device
                      ` [RFC PATCH v10 12/16] Add a kconfig entry and make entry "
                        ` [RFC PATCH v10 13/16] Add mp(mediate passthru) device
                          ` [RFC PATCH v10 14/16] Provides multiple submits and asynchronous notifications
                            ` [RFC PATCH v10 15/16] An example how to modifiy NIC driver to use napi_gro_frags() interface
                              ` [RFC PATCH v10 16/16]An example how to alloc user buffer based on "

PLEASE HELP MY FAMILY (A Cry for Help
 2010-09-11  6:19 UTC 

[PATCH] KVM test: tests.cfg.sample: add params to qemu command line properly
 2010-09-10 16:08 UTC 

[PATCH] KVM test: tests.cfg.sample: add params to qemu command line properly
 2010-09-10 16:06 UTC  (3+ messages)

[GIT PULL] KVM updates for 2.6.36-rc3
 2010-09-10 14:29 UTC 

Orphaning IA64 KVM
 2010-09-10 12:24 UTC 


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