public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-09-27 12:57:16 to 2010-09-30 15:12:08 UTC [more...]

2.6.35-rc1 regression with pvclock and smp guests
 2010-09-30 15:12 UTC  (22+ messages)

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

[PATCH] virtio: Use ioeventfd for virtqueue notify
 2010-09-30 14:01 UTC 

disk image snapshot functionality
 2010-09-30 13:49 UTC  (6+ messages)

[PATCH] lsi53c895a: Add support for OS/2 Warp SYM8XX.ADD driver
 2010-09-30 13:23 UTC  (2+ messages)

pci passthrough with KVM
 2010-09-30  9:38 UTC  (4+ messages)

[PATCH 00/18] Network Patchset v4
 2010-09-30  9:30 UTC  (32+ 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 nw related functions ping and get_linux_ifname
` [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

KVM with hugepages generate huge load with two guests
 2010-09-30  9:07 UTC 

[PATCH] lsi53c895a: Add missing registers and workaround for OS/2 Warp SYM8XX.ADD driver
 2010-09-30  8:07 UTC  (2+ messages)

[PATCH 0/3] Emulate MSI-X mask bits for assigned devices
 2010-09-30  5:41 UTC  (8+ messages)
` [PATCH 1/3] KVM: Emulation "
` [PATCH 2/3] qemu-kvm: device assignment: Some clean up for MSI-X code
` [PATCH 3/3] qemu-kvm: device assignment: emulate MSI-X mask bits

[PATCH] scsi-generic: Add reset handler
 2010-09-30  5:07 UTC 

[PATCH] qemu-kvm-x86: consider the irq0override flag in kvm_arch_init_irq_routing
 2010-09-29 20:36 UTC  (2+ messages)

[PATCH] Explicit type conversion to avoid compilation failure
 2010-09-29 21:17 UTC  (2+ messages)

[PATCH] qemu-kvm: device assignment: Reflect assigned device's MSI data/address modification to KVM
 2010-09-30  2:05 UTC  (2+ messages)

[PATCH 0/2] qemu-kvm: make make-release work on older systems
 2010-09-29 21:10 UTC  (2+ messages)

[PATCH] KVM: x86 emulator: Eliminate compilation warning in x86_decode_insn()
 2010-09-30  0:19 UTC  (2+ messages)

[PATCH 14/19] KVM test: Add a netperf subtest
 2010-09-30  1:41 UTC 

[PATCH 07/19] KVM test: Add a subtest jumbo
 2010-09-29 20:18 UTC 

[PATCH 08/19] KVM test: Add basic file transfer test
 2010-09-29 17:48 UTC  (2+ messages)
` [Autotest] "

[RFC PATCH 2/2] macvtap: TX zero copy between guest and host kernel
 2010-09-29 15:23 UTC  (21+ messages)

[PATCH] KVM: ia64: define kvm_lapic_enabled() to fix a compile error
 2010-09-29 14:10 UTC  (7+ messages)

[PATCH v11 00/17] Provide a zero-copy method on KVM virtio-net
 2010-09-29 13:41 UTC  (29+ messages)
` [PATCH v11 02/17] Add a new struct for device to manipulate external buffer
` [PATCH v11 03/17] Add a ndo_mp_port_prep pointer to net_device_ops
` [PATCH v11 04/17]Add a function make external buffer owner to query capability
` [PATCH v11 11/17] Add header file for mp device
` [PATCH v11 12/17] Add a kconfig entry and make entry "
` [PATCH v11 13/17] Add mp(mediate passthru) device
` [PATCH v11 17/17]add two new ioctls for mp device

[KVM-autotest][patch] matrix_to_string: header columns width
 2010-09-29 11:02 UTC  (3+ messages)
` [PATCH] FIX matrix_to_string: header columns width ADD matrix_to_string: accept header of type tupple or list

[PATCH] fix kvmclock bug
 2010-09-29  8:58 UTC  (6+ messages)

[PATCH] KVM: x86: Fix constant type in kvm_get_time_scale
 2010-09-29  8:49 UTC  (2+ messages)

[PATCH] KVM: MMU: move access code parsing to FNAME(walk_addr) function
 2010-09-29  8:45 UTC  (2+ messages)

KVM: VMX: Add AX to list of registers clobbered by guest switch
 2010-09-29  8:43 UTC  (2+ messages)

how to debug unhandled vm exit: 0x11?
 2010-09-29  8:38 UTC  (7+ messages)

[PATCH 1/1] virtio_console: perf-test fix [FIX] read-out all data after perf-test [FIX] code clean-up
 2010-09-29  7:43 UTC 

IOMMU in guest OS
 2010-09-29  4:31 UTC  (2+ messages)

[RFC] virtio_balloon: disable oom killer when fill balloon
 2010-09-29  1:34 UTC  (6+ messages)

Investment Consultant
 2010-09-28 23:47 UTC 

Support for nested vmx
 2010-09-28 21:00 UTC  (2+ messages)

[PATCH 3/3] VFIO V4: VFIO driver: Non-privileged user level PCI drivers
 2010-09-28 17:36 UTC  (11+ messages)

[PATCH] x86, nmi: workaround sti; hlt race vs nmi; intr
 2010-09-28 16:30 UTC  (14+ messages)

KVM call agenda for Sept 28
 2010-09-28 14:00 UTC  (2+ messages)

[PATCH 0/3] SVM feature support for qemu v3
 2010-09-28 10:16 UTC  (12+ 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

[PATCH 1/7] KVM: MMU: update 'root_hpa' out of loop in PAE shadow path
 2010-09-28  9:03 UTC  (9+ messages)
` [PATCH 2/7] KVM: MMU: cleanup for error mask set while walk guest page table

[KVM-autotest][Patch] virtio_console: perf-test fix
 2010-09-28  6:31 UTC  (3+ messages)
` [PATCH 1/1] virtio_console: perf-test fix [FIX] read-out all data after perf-test [FIX] code clean-up

Opt-In Data for sale: Businesses, Professionals, Medical etc
 2010-09-27 16:14 UTC 

[Autotest] [PATCH 07/18] KVM test: Add a subtest jumbo
 2010-09-27 22:43 UTC  (3+ messages)

[stable 2.6.32] instant crash (jump to NULL) with virtio-net, tap, bridge and veth
 2010-09-27 22:18 UTC  (2+ messages)

[GIT PULL net-2.6] vhost-net: last minute fix
 2010-09-27 22:04 UTC  (2+ messages)

High Quality Data for Sale: Businesses, Professionals, Medical etc
 2010-09-27 16:05 UTC 

[RFC PATCH 0/4] Model specific function for nic announcement
 2010-09-27 14:25 UTC  (2+ messages)

KVM call minutes for Sept 21
 2010-09-27 14:22 UTC  (11+ messages)

[PATCH] KVM test: Make vm.serial_login() work
 2010-09-27 13:11 UTC  (2+ messages)

[PATCH v11 01/17] Add a new structure for skb buffer from external
 2010-09-25  4:27 UTC 


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