public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-09-22 17:47:14 to 2010-09-28 02:43:00 UTC [more...]

[PATCH 1/7] KVM: MMU: update 'root_hpa' out of loop in PAE shadow path
 2010-09-28  2:43 UTC  (11+ messages)
` [PATCH 2/7] KVM: MMU: cleanup for error mask set while walk guest page table
` [PATCH 3/7] KVM: MMU: set access bit for direct mapping
` [PATCH 5/7] KVM: MMU: audit: unregister audit tracepoints before module unloaded
` [PATCH 6/7] KVM: MMU: audit: introduce audit_printk to cleanup audit code
` [PATCH 7/7] KVM: MMU: audit: check whether have unsync sps after root sync

[PATCH v11 00/17] Provide a zero-copy method on KVM virtio-net
 2010-09-28  1:25 UTC  (28+ messages)
` [PATCH v11 01/17] Add a new structure for skb buffer from external
  ` [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 05/17] Add a function to indicate if device use external buffer
  ` [PATCH v11 06/17]Use callback to deal with skb_release_data() specially
  ` [PATCH v11 07/17] Modify netdev_alloc_page() to get external buffer
  ` [PATCH v11 08/17] Modify netdev_free_page() to release "
  ` [PATCH v11 09/17] Don't do skb recycle, if device use "
  ` [PATCH v11 10/17] Add a hook to intercept external buffers from NIC driver
  ` [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 14/17]Provides multiple submits and asynchronous notifications
  ` [PATCH v11 15/17]An example how to modifiy NIC driver to use napi_gro_frags() interface
  ` [PATCH v11 16/17]An example how to alloc user buffer based on "
  ` [PATCH v11 17/17]add two new ioctls for mp device

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

[PATCH 00/18] Network Patchset v4
 2010-09-27 22:44 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 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

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

KVM call agenda for Sept 28
 2010-09-27 22:14 UTC 

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

[PATCH] x86, nmi: workaround sti; hlt race vs nmi; intr
 2010-09-27 21:55 UTC  (11+ messages)

[PATCH 3/3] VFIO V4: VFIO driver: Non-privileged user level PCI drivers
 2010-09-27 20:57 UTC  (6+ messages)

[PATCH] fix kvmclock bug
 2010-09-27 19:00 UTC  (4+ messages)

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

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

[RFC PATCH 0/4] Model specific function for nic announcement
 2010-09-27 14:25 UTC  (6+ messages)
` [RFC PATCH 1/4] net: move announce_self_create to net.c
` [RFC PATCH 2/4] net: Introduce model specific nic announce function
` [RFC PATCH 3/4] virtio-net: Limit the num of uni/multicast mac addresses
` [RFC PATCH 4/4] virtio-net: implement virtio-net specific announce function

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

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

[Autotest] [KVM-AUTOTEST][PATCH V2] Patch to install cygwin and run autotest in windows
 2010-09-27 12:13 UTC  (2+ messages)
` [PATCH] [PATCH V2] patch to enable installing cygwin and running autotest in windows guests

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

[PATCH 1/2] KVM: fix the description of kvm-amd.nested in documentation
 2010-09-27 10:06 UTC  (3+ messages)
` [PATCH 2/2] KVM: document 'kvm.mmu_audit' parameter
  ` [PATCH 4/7] KVM: MMU: audit: fix vcpu's spte walking

[PATCH] Add RAM -> physical addr mapping in MCE simulation
 2010-09-27  1:12 UTC  (3+ messages)

[RFC PATCH v9 12/16] Add mp(mediate passthru) device
 2010-09-27  0:42 UTC  (10+ messages)

[PATCHv2] vhost-net: add dhclient work-around from userspace
 2010-09-26 18:01 UTC  (10+ messages)

virtio-blk XFS corruption
 2010-09-26 16:00 UTC  (9+ messages)

[PATCH 0/24] Nested VMX, v5
 2010-09-26 15:18 UTC  (16+ messages)
` [PATCH 16/24] Implement VMLAUNCH and VMRESUME
` [PATCH 22/24] Correct handling of idt vectoring info

inconsistent use of $TMP vs. $TMPDIR
 2010-09-26 13:10 UTC  (2+ messages)

[PATCH 1/4] KVM: MMU: rename 'sp->root_count' to 'sp->active_count'
 2010-09-26 13:09 UTC  (9+ messages)
` [PATCH 2/4] KVM: MMU: support unsync sp out of the protection of 'mmu_lock'
` [PATCH 4/4] KVM: MMU: Don't touch unsync sp in kvm_mmu_pte_write()

kvm networking todo wiki
 2010-09-26 11:21 UTC  (3+ messages)

Accessing host TSC from a guest kernel
 2010-09-26 11:02 UTC  (3+ messages)

[PATCH] KVM: x86: Fix constant type in kvm_get_time_scale
 2010-09-26 11:00 UTC 

[PATCH trace-cmd] plugin_kvm: remove stray line from kvm_emulate_insn_handler()
 2010-09-26  9:38 UTC 

[PATCH] Explicit type conversion to avoid compilation failure
 2010-09-26  9:37 UTC 

[PATCH trace-cmd] plugin_kvm: disassemble instructions for kvm_emulate_insn
 2010-09-26  9:35 UTC  (3+ messages)

[V2 PATCH 1/2] KVM test: Use -device to add nic device when possible
 2010-09-26  2:28 UTC  (2+ messages)
` [V2 PATCH 2/2] KVM test: Add vhost-net support

[PATCH] support piix PAM registers in KVM
 2010-09-25 15:43 UTC  (3+ messages)

[PATCH 1/2] KVM test: Use -drive to add nic device when possible
 2010-09-25  9:49 UTC  (4+ messages)
` [PATCH 2/2] KVM test: Add vhost-net support

[PATCH 0/3] Launch other test during migration
 2010-09-25  9:36 UTC  (4+ messages)
` [PATCH 1/3] KVM Test: Introduce a helper class to run a test in the background
` [PATCH 2/3] KVM test: Test reboot during migration
` [PATCH 3/3] KVM test: Test the file transfer during migartion

USB Host Passthrough BSOD on Windows XP
 2010-09-25  8:54 UTC  (2+ messages)

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

[PATCH 0/2] qemu-kvm: make make-release work on older systems
 2010-09-24 17:03 UTC  (3+ messages)
` [PATCH 1/2] make-release: don't use --tmpdir mktemp option
` [PATCH 2/2] make-release: don't use --mtime and --transform tar options

good day
 2010-09-24  9:00 UTC 

[PATCH 00/18] KVM autotest network patchset v3
 2010-09-24  8:16 UTC  (6+ messages)
` [PATCH 07/18] KVM test: Add a subtest jumbo
  ` [Autotest] "
` [PATCH 18/18] KVM test: Add subtest of testing offload by ethtool
  ` [Autotest] "

[PATCH] KVM-test: Update pci_hotplug to suit for new qemu
 2010-09-24  0:15 UTC  (2+ messages)
` [Autotest] "

[GIT PULL] KVM updates for 2.6.36-rc5
 2010-09-23 22:23 UTC 

[KVM timekeeping fixes 1/4] Fix kvmclock bug
 2010-09-23 19:57 UTC  (9+ messages)
` [KVM timekeeping fixes 2/4] Make math work for other scales
  ` [KVM timekeeping fixes 3/4] Rename timer function
    ` [KVM timekeeping fixes 4/4] TSC catchup mode

Growing qcow2 files during block migration ?
 2010-09-23 15:19 UTC  (2+ messages)

[KVM-autotest][Patch] virtio_console: perf-test fix
 2010-09-23 12:11 UTC  (2+ messages)
` [PATCH 1/1] virtio_console: perf-test fix [FIX] read-out all data after perf-test [FIX] code clean-up

Problems with e1000 network card on qemu.git
 2010-09-23 11:58 UTC 

[PATCH] ceph/rbd block driver for qemu-kvm (v4)
 2010-09-23  2:21 UTC  (4+ messages)
` [Qemu-devel] "

[PATCH 2/3] VFIO V4: uiommu driver - allow user progs to manipulate iommu domains
 2010-09-22 21:18 UTC 

[PATCH 1/3] VFIO V4: export pci_user_{read,write}_config
 2010-09-22 21:18 UTC 

[PATCH 0/4] Real mode interrupt injection emulation
 2010-09-21 18:32 UTC  (2+ messages)

[PATCH 0/2] Fix reboot on Intel hosts
 2010-09-22 20:50 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