kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-05-21 04:23:26 to 2011-05-24 13:52:38 UTC [more...]

[PATCHv2 00/14] virtio and vhost-net performance enhancements
 2011-05-24 13:52 UTC  (12+ messages)
` [PATCHv2 10/14] virtio_net: limit xmit polling

Using KVM in user mode with public bridge
 2011-05-24 13:44 UTC 

[PATCH 0/31] nVMX: Nested VMX, v10
 2011-05-24 13:43 UTC  (21+ messages)
` [PATCH 07/31] nVMX: Introduce vmcs02: VMCS used to run L2
` [PATCH 17/31] nVMX: Prepare vmcs02 from vmcs01 and vmcs12
` [PATCH 18/31] nVMX: Implement VMLAUNCH and VMRESUME
` [PATCH 20/31] nVMX: Exiting from L2 to L1

Restoring saved guest causes guest to reboot
 2011-05-24 13:42 UTC  (9+ messages)

[PATCH] new version of loaded_vmcs patch
 2011-05-24 13:14 UTC  (3+ messages)

[PATCH 0/30] nVMX: Nested VMX, v9
 2011-05-24 13:07 UTC  (26+ messages)

KVM call agenda dfor May 24th
 2011-05-24 13:06 UTC  (2+ messages)

FreeBSD startup timer hangs on boot
 2011-05-24 12:43 UTC 

[PATCH 1/5 V2] kvm tools: Add BIOS INT10 handler
 2011-05-24 12:27 UTC  (25+ messages)
` [PATCH 2/5 V2] kvm tools: Add video mode to kernel initialization
` [PATCH 3/5 V2] kvm tools: Add VESA device
` [PATCH 4/5 V2] kvm tools: Update makefile and feature tests
` [PATCH 5/5 V2] kvm tools: Initialize and use VESA and VNC

[PATCH 08/31] nVMX: Fix local_vcpus_link handling
 2011-05-24 11:59 UTC  (34+ messages)

memory zones and the KVM guest kernel
 2011-05-24  8:04 UTC  (2+ messages)

[PATCH v2] Enable CPU SMEP feature for KVM
 2011-05-24  7:38 UTC  (5+ messages)

[PATCH 0/4] Make possible to run client tests as subtests
 2011-05-24  7:08 UTC  (5+ messages)
` [PATCH 1/4] client.bin.net.net_utils: Introduce get_local_ip()
` [PATCH 2/4] client: Make it possible to run subtests in autotest
` [PATCH 3/4] tools: Make html_report to deal with subtest results
` [PATCH 4/4] KVM test: Rewrite netperf in terms of subtest

[PATCH 0/5] Setup private bridge in KVM autotest, get rid of ifup scripts
 2011-05-24  7:03 UTC  (6+ messages)
` [PATCH 1/5] KVM test: Adding framework code to control bridge creation
` [PATCH 2/5] KVM test: Add helpers to control the TAP/bridge
` [PATCH 3/5] KVM test: virt_env_process: Setup private bridge during postprocessing
` [PATCH 4/5] KVM test: setup tap fd and pass it to qemu-kvm v3
` [PATCH 5/5] KVM test: Changing KVM autotest default to private bridge

[PATCH] kvm: add missing void __user * cast to access_ok() call
 2011-05-24  6:33 UTC  (2+ messages)

[PATCH] kvm tools: Drop unused vars from int10.c code
 2011-05-23 14:39 UTC 

Managedsave does not work with kernel >=2.6.38
 2011-05-23 12:39 UTC 

[PATCH V3 1/5] kvm tools: Add BIOS INT10 handler
 2011-05-23 12:15 UTC  (5+ messages)
` [PATCH V3 2/5] kvm tools: Add video mode to kernel initialization
` [PATCH V3 3/5] kvm tools: Add VESA device
` [PATCH V3 4/5] kvm tools: Update makefile and feature tests
` [PATCH V3 5/5] kvm tools: Initialize and use VESA and VNC

Some errors when running KVM-Autotest on kernel-2.6.39
 2011-05-23 11:05 UTC  (2+ messages)

[PATCH 1/5] kvm tools: Add BIOS INT10 handler
 2011-05-23  9:38 UTC  (7+ messages)
` [PATCH 2/5] kvm tools: Add video mode to kernel initialization
` [PATCH 3/5] kvm tools: Add VESA device
` [PATCH 4/5] kvm tools: Update makefile and feature tests
` [PATCH 5/5] kvm tools: Initialize and use VESA and VNC

[PATCH][RESEND] KVM: Clean up error handling during VCPU creation
 2011-05-23  8:33 UTC 

[PATCH] qemu-kvm: Fix non-ISA IRQ routing in kernel irqchip mode
 2011-05-23  8:32 UTC 

[GIT PULL] KVM updates for 2.6.40
 2011-05-23  8:07 UTC 

[PATCH 4/5] KVM test: setup tap fd and pass it to qemu-kvm v2
 2011-05-23  8:04 UTC 

[PATCH 2/2] KVM Test: Add a subtest lvm
 2011-05-23  7:28 UTC 

[PATCH 1/2] client.virt.virt_vm: Make it possible to specify cluster size for image
 2011-05-23  7:27 UTC 

[PATCH 0/5] Setup private bridge in KVM autotest, get rid of ifup scripts
 2011-05-23  7:16 UTC  (8+ messages)
` [PATCH 1/5] KVM test: Adding framework code to control bridge creation
` [PATCH 2/5] KVM test: Add helpers to control the TAP/bridge
` [PATCH 3/5] KVM test: virt_env_process: Setup private bridge during postprocessing
` [PATCH 4/5] KVM test: setup tap fd and pass it to qemu-kvm
` [PATCH 5/5] KVM test: Changing KVM autotest default to private bridge

[PATCH] KVM Test: Switch current working folder in unattended_install.py
 2011-05-23  2:25 UTC  (3+ messages)
` [Autotest] "

PCI passthrough and full virtualization on Debian Squeeze with AMD890 FX
 2011-05-22 18:35 UTC 

[PATCH RFC] virtio_net: fix patch: virtio_net: limit xmit polling
 2011-05-22 17:32 UTC  (3+ messages)

[RFC v1] Memory API
 2011-05-22 15:56 UTC  (26+ messages)
` [RFC v1] Add declarations for hierarchical memory region API
  ` [Qemu-devel] "

[ANNOUNCE] qemu-kvm-0.14.1
 2011-05-22 15:35 UTC 

[PATCH] KVM: x86 emulator: Fix unconditional return from get_descriptor_table_ptr()
 2011-05-22 12:57 UTC  (2+ messages)

[tip:tools/kvm] kvm tools: Add conditional compilation of symbol resolving
 2011-05-22 11:02 UTC  (4+ messages)

[PATCH 00/10] qemu-kvm: Cleanup and switch to upstream - Part III
 2011-05-22 10:55 UTC  (4+ messages)
` [PATCH 09/10] qemu-kvm: Use upstream kvm_cpu_exec

VM terminates when doing a live migration
 2011-05-22  6:41 UTC  (3+ messages)

[PATCH 0/13] Hypervisor-mode KVM on POWER7
 2011-05-21 18:15 UTC  (9+ messages)

[PATCH v4 0/3] Store and load PCI device saved state across function resets
 2011-05-21 16:10 UTC  (3+ messages)
` [PATCH v4 1/3] PCI: Track the size of each saved capability data area

(unknown),
 2011-05-21 12:54 UTC 

[PATCH] kvm tools, 9p: Test for tuncation result
 2011-05-21 14:03 UTC  (3+ messages)

[PATCH 1/2] kvm tools: Fix rbtree-interval balancing
 2011-05-21 12:16 UTC  (6+ messages)
` [PATCH 2/2] kvm tools: Modify ioport to use interval rbtree

Biweekly KVM Test report, kernel 6f1bd0da... qemu db8b5127
 2011-05-21  7:16 UTC 

[PATCH v2] Enable CPU SMEP feature support for QEMU-KVM
 2011-05-21  5:28 UTC 


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