kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-09-12 14:05:36 to 2010-09-15 08:09:34 UTC [more...]

KVM timekeeping and TSC virtualization
 2010-09-15  8:09 UTC  (14+ messages)
` [KVM timekeeping 10/35] Fix deep C-state TSC desynchronization

[RFC PATCH 0/1] macvtap TX zero copy between guest and host kernel
 2010-09-15  6:21 UTC  (28+ 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

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

[RFC PATCH v9 07/16] Modify netdev_alloc_page() to get external buffer
 2010-09-15  3:13 UTC  (12+ messages)
` [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

[RFC PATCH v10 00/16] Provide a zero-copy method on KVM virtio-net
 2010-09-15  2:59 UTC  (2+ messages)

[PATCH] KVM test: Fix command to install virtio driver msi install package
 2010-09-15  0:13 UTC 

[PATCH 00/18] KVM autotest network patchset v3
 2010-09-14 22:25 UTC  (19+ messages)
` [PATCH 01/18] KVM test: Add a new macaddress pool algorithm
` [PATCH 02/18] KVM test: Make physical_resources_check to work with MAC management
` [PATCH 03/18] KVM test: Remove address_pools.cfg dependency
` [PATCH 04/18] KVM test: Add a get_ifname function
` [PATCH 05/18] KVM Test: Add a common ping module for network related tests
` [PATCH 06/18] KVM test: Add a new subtest ping
` [PATCH 07/18] KVM test: Add a subtest jumbo
` [PATCH 08/18] KVM test: Add basic file transfer test
` [PATCH 09/18] KVM test: Add a subtest of load/unload nic driver
` [PATCH 10/18] KVM test: Add a subtest of nic promisc
` [PATCH 11/18] KVM test: Add a subtest of multicast
` [PATCH 12/18] KVM test: Add a subtest of pxe
` [PATCH 13/18] KVM test: Add a subtest of changing MAC address
` [PATCH 14/18] KVM test: Add a netperf subtest
` [PATCH 15/18] KVM test: kvm_utils - Add support of check if remote port free
` [PATCH 16/18] KVM test: Improve vlan subtest
` [PATCH 17/18] KVM test: vlan subtest - Replace extra_params '-snapshot' with image_snapshot
` [PATCH 18/18] KVM test: Add subtest of testing offload by ethtool

[PATCH 0/2] NPT virtualization follow-up
 2010-09-14 22:08 UTC  (4+ messages)
` [PATCH 1/2] KVM: MMU: Don't track nested fault info in error-code
` [PATCH 2/2] KVM: MMU: Use base_role.nxe for mmu.nx

[PATCH 0/3] SVM feature support for qemu
 2010-09-14 20:27 UTC  (7+ messages)
` [PATCH 1/3] Make kvm64 the default cpu model when kvm_enabled()
` [PATCH 2/3] Set cpuid definition to 0 before initializing it
` [PATCH 3/3] Add svm cpuid features
` [Qemu-devel] [PATCH 0/3] SVM feature support for qemu

qemu-kvm and initrd
 2010-09-14 19:43 UTC  (4+ messages)

high load with win7 & usb tablet
 2010-09-14 16:50 UTC  (36+ messages)
    ` high load with usb device

Exceed 1GB/s with virtio-net ?
 2010-09-14 16:14 UTC  (3+ messages)

[PATCH] vhost: max s/g to match qemu
 2010-09-14 16:01 UTC  (2+ messages)

[PATCH 0/7] New Unit-Tests for KVM SVM emulation v2
 2010-09-14 15:59 UTC  (8+ 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] tun: orphan an skb on tx
 2010-09-14 15:20 UTC 

KVM call minutes for Sept 14
 2010-09-14 15:11 UTC  (2+ messages)

[PATCH] device-assignment: register a reset function
 2010-09-14 15:04 UTC 

[PATCH] qemu-kvm-x86: consider the irq0override flag in kvm_arch_init_irq_routing
 2010-09-14 13:51 UTC 

KVM call agenda for Sept 14
 2010-09-14 13:48 UTC  (3+ messages)

[PATCH] vhost-net: fix range checking in mrg bufs case
 2010-09-14 13:15 UTC 

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

Regarding routed networking with KVM
 2010-09-14 13:02 UTC  (7+ messages)

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

[PATCH] Rename KVM_UPSTREAM to OBSOLETE_KVM_IMPL
 2010-09-14 10:50 UTC  (7+ messages)

Frau Valentina Lopez
 2010-09-14  9:07 UTC 

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

[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 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] KVM: MMU: Fix regression with ept memory types merged into non-ept page tables
 2010-09-13 18:01 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

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  (13+ 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  (6+ messages)
` [PATCH 2/3] S390: Add virtio hotplug add support

[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  (8+ messages)
` [PATCH 1/7] svm: Add test for selective cr0 intercept
` [PATCH 2/7] svm: Run tests with NPT enabled if available

[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  (9+ messages)
` [PATCH 2/2] qemu-kvm: Add svm cpuid features
  ` [Qemu-devel] "


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).