public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-09-27 22:44:02 to 2010-10-02 20:26:47 UTC [more...]

2.6.35-rc1 regression with pvclock and smp guests
 2010-10-02 20:26 UTC  (35+ messages)

VMX: System lock-up in guest mode, BIOS under suspect
 2010-10-02 17:25 UTC  (2+ messages)

TSC in nested SVM and VMX
 2010-10-02 11:19 UTC  (7+ messages)

[PATCH] Monitor command to translate guest physical address to host virtual address
 2010-10-02  8:16 UTC  (3+ messages)

KVM with hugepages generate huge load with two guests
 2010-10-02  8:03 UTC  (5+ messages)

[ANNOUNCE] kvm-kmod-2.6.35.6
 2010-10-01 15:40 UTC 

[ANNOUNCE] kvm-kmod-2.6.36-rc6
 2010-10-01 15:40 UTC 

how to debug unhandled vm exit: 0x11?
 2010-10-01 14:29 UTC  (9+ messages)

KVM CPU Numbering
 2010-10-01 11:23 UTC 

x64 guest on 32bit host?
 2010-10-01 11:17 UTC  (2+ messages)

cpulimit and kvm process
 2010-10-01  9:44 UTC  (2+ messages)

[PATCH v12 00/17] Provide a zero-copy method on KVM virtio-net
 2010-10-01  7:14 UTC  (21+ 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 3/3] VFIO V4: VFIO driver: Non-privileged user level PCI drivers
 2010-09-30 23:09 UTC  (13+ messages)

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

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

[PATCH 0/3] Emulate MSI-X mask bits for assigned devices
 2010-09-30 16:44 UTC  (11+ 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

pci passthrough with KVM
 2010-09-30 15:53 UTC  (5+ messages)

Dear Account Owner:
 2010-09-30 14:52 UTC 

disk image snapshot functionality
 2010-09-30 15:28 UTC  (7+ messages)

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

[PATCH 00/18] Network Patchset v4
 2010-09-30  9:30 UTC  (21+ messages)
` [PATCH 07/18] KVM test: Add a subtest jumbo
` [PATCH 08/18] KVM test: Add basic file transfer test
` [PATCH 11/18] KVM test: Add a subtest of multicast
` [PATCH 13/18] KVM test: Add a subtest of changing MAC address
` [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] 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  (18+ messages)
` [PATCH v11 03/17] Add a ndo_mp_port_prep pointer to net_device_ops
` [PATCH v11 12/17] Add a kconfig entry and make entry for mp device
` [PATCH v11 13/17] Add mp(mediate passthru) 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 v11 01/17] Add a new structure for skb buffer from external
 2010-09-29  9:36 UTC  (6+ messages)
` [PATCH v11 17/17]add two new ioctls for mp device

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

[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] x86, nmi: workaround sti; hlt race vs nmi; intr
 2010-09-28 16:30 UTC  (12+ 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  (10+ messages)
` [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  (2+ messages)


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