kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-08-12 00:06:02 to 2009-08-13 22:22:04 UTC [more...]

Disk Emulation and Trim Instruction
 2009-08-13 22:11 UTC 

Guest OpenGL Acceleration
 2009-08-13 22:06 UTC 

[PATCH -tip v14 00/12] tracing: kprobe-based event tracer and x86 instruction decoder
 2009-08-13 21:05 UTC  (16+ messages)
` [PATCH -tip v14 01/12] x86: instruction decoder API
` [PATCH -tip v14 02/12] x86: x86 instruction decoder build-time selftest
` [PATCH -tip v14 03/12] kprobes: checks probe address is instruction boudary on x86
` [PATCH -tip v14 04/12] kprobes: cleanup fix_riprel() using insn decoder "
` [PATCH -tip v14 05/12] x86: add pt_regs register and stack access APIs
` [PATCH -tip v14 06/12] tracing: ftrace dynamic ftrace_event_call support
` [PATCH -tip v14 07/12] tracing: Introduce TRACE_FIELD_ZERO() macro
` [PATCH -tip v14 08/12] tracing: add kprobe-based event tracer
` [PATCH -tip v14 09/12] tracing: Kprobe-tracer supports more than 6 arguments
` [PATCH -tip v14 10/12] tracing: Generate names for each kprobe event automatically
` [PATCH -tip v14 11/12] tracing: Kprobe tracer assigns new event ids for each event
` [PATCH -tip v14 12/12] tracing: Add kprobes event profiling interface
` [TOOL] kprobestest : Kprobe stress test tool
` [TOOL] c2kpe: C expression to kprobe event format converter

Page allocation failures in guest
 2009-08-13 20:25 UTC  (12+ messages)

[ kvm-Bugs-2837083 ] Wrong disk size on exported nbd device
 2009-08-13 19:27 UTC 

[PATCHv3 1/2] mm: export use_mm/unuse_mm to modules
 2009-08-13 18:29 UTC  (2+ messages)
` [PATCHv3 2/2] vhost_net: a kernel-level virtio server

[PATCHv3 0/2] vhost: a kernel-level virtio server
 2009-08-13 18:27 UTC 

[PATCH] Move irq sharing information to irqchip level
 2009-08-13 17:19 UTC 

[PATCH 2/2] vhost_net: a kernel-level virtio server
 2009-08-13 15:37 UTC  (23+ messages)

[PATCH v3 0/8] make interrupt injection lockless (almost)
 2009-08-13 15:15 UTC  (17+ messages)
` [PATCH v3 1/8] Do not call ack notifiers on PIC reset
` [PATCH v3 2/8] Change irq routing table to use gsi indexed array
` [PATCH v3 3/8] Maintain back mapping from irqchip/pin to gsi
` [PATCH v3 4/8] Move irq routing data structure to rcu locking
` [PATCH v3 5/8] Move irq ack notifier list to arch independent code
` [PATCH v3 6/8] Convert irq notifiers lists to RCU locking
` [PATCH v3 7/8] Move IO APIC to its own lock
` [PATCH v3 8/8] Drop kvm->irq_lock lock from irq injection path

[PATCH] Documentation: Update KVM list email address
 2009-08-13 14:35 UTC 

qemu-kvm segfaults in qemu_del_timer (0.10.5 and 0.10.6)
 2009-08-13 12:58 UTC  (9+ messages)

AlacrityVM numbers updated for 31-rc4
 2009-08-13 12:05 UTC  (6+ messages)

[PATCH 0/3] qemu-kvm: vhost net support
 2009-08-13 11:53 UTC  (7+ messages)

[PATCH] Fix Makefile rule for compiling emulate.c
 2009-08-13 11:05 UTC  (2+ messages)

[KVM-AUTOTEST PATCH v2 3/3] KVM test: add AutoIt test to kvm_tests.cfg.sample
 2009-08-13  9:30 UTC 

[PATCHv2 1/3] qemu-kvm: move virtio-pci.o to near pci.o
 2009-08-13  8:50 UTC  (3+ messages)
` [PATCHv2 2/3] virtio: move features to an inline function
` [PATCHv2 3/3] qemu-kvm: vhost-net implementation

[PATCHv2 0/3] qemu-kvm: vhost net support
 2009-08-13  8:50 UTC 

[RFC] defer skb allocation in virtio_net -- mergable buff part
 2009-08-13  6:33 UTC 

[KVM-AUTOTEST PATCH] Fixing small mistake introduced by changeset:3528
 2009-08-13  4:25 UTC 

[KVM-AUTOTEST PATCH v2 0/11] TAP patchset corrections
 2009-08-13  4:20 UTC  (13+ messages)
` [KVM-AUTOTEST PATCH v2 01/11] KVM test: add some MAC/IP address utilities to kvm_utils
  ` [KVM-AUTOTEST PATCH v2 02/11] KVM test: add basic TAP support with static MAC-IP mapping
  ` [KVM-AUTOTEST PATCH v2 03/11] KVM test: add sample 'qemu-ifup' script
  ` [KVM-AUTOTEST PATCH v2 04/11] KVM test: add host-specific MAC-IP pool configuration
  ` [KVM-AUTOTEST PATCH v2 05/11] KVM test: specify installation cdkeys in a dedicated file
  ` [KVM-AUTOTEST PATCH v2 06/11] KVM test: kvm_config.py: do not fail when including a nonexistent file
  ` [KVM-AUTOTEST PATCH v2 07/11] KVM test: kvm_subprocess: send user specified parameters to kvm_tail callbacks
  ` [KVM-AUTOTEST PATCH v2 08/11] KVM test: dynamically detect and cache MAC-IP pairs using tcpdump
  ` [KVM-AUTOTEST PATCH v2 09/11] KVM test: kvm_utils.py: small fix for format_str_for_message()
  ` [KVM-AUTOTEST PATCH v2 10/11] KVM test: make VMs use a dynamic MAC-IP mapping generated by tcpdump
  ` [KVM-AUTOTEST PATCH v2 11/11] KVM test: make stress_boot work properly with TAP networking
` [Autotest] [KVM-AUTOTEST PATCH v2 0/11] TAP patchset corrections

R/W HG memory mappings with kvm?
 2009-08-13  4:07 UTC  (10+ messages)

How to enable memory ballooning in KVM
 2009-08-13  2:38 UTC 

[PATCH] Adding a userspace application crash handling system to autotest
 2009-08-13  2:04 UTC 

[KVM-AUTOTEST PATCH v2 3/3] KVM test: add AutoIt test to kvm_tests.cfg.sample
 2009-08-13  1:18 UTC  (2+ messages)

qemu-kvm-0.11.0-rc1 guests failing without noapic (on x86_64 host)
 2009-08-13  0:06 UTC  (3+ messages)

[Qemu-devel] Re: virtio-serial: An interface for host-guest communication
 2009-08-12 18:27 UTC  (4+ messages)

[Autotest] [KVM-AUTOTEST PATCH 11/12] KVM test: make VMs use a dynamic MAC-IP mapping generated by tcpdump
 2009-08-12 16:41 UTC 

[PATCHv2 0/2] vhost: a kernel-level virtio server
 2009-08-12 16:37 UTC  (15+ messages)

[KVM-AUTOTEST PATCH 11/12] KVM test: make VMs use a dynamic MAC-IP mapping generated by tcpdump
 2009-08-12 16:15 UTC  (3+ messages)
  ` [Autotest] "

[PATCHv2 2/2] vhost_net: a kernel-level virtio server
 2009-08-12 16:06 UTC  (13+ messages)

[KVM-AUTOTEST PATCH v2] KVM test: treat all user specified paths equally
 2009-08-12 16:01 UTC 

[PATCH] KVM test: Remove unnecessary callouts to external programs
 2009-08-12 15:18 UTC  (2+ messages)

[PATCH KVM-AUTOTEST 0/2] Remove some external command callouts
 2009-08-12 15:05 UTC  (9+ messages)
` [PATCH KVM-AUTOTEST 1/2] Replace subprocess 'rm *.ppm' by equivalent Python code
` [PATCH KVM-AUTOTEST 2/2] Convert images to JPEG using PIL instead of an external program

Unable to activate windows 2003 se
 2009-08-12 13:58 UTC  (4+ messages)

[PATCH] When switching to a vm8086 task, load segments as 16-bit (v2)
 2009-08-12 13:50 UTC  (7+ messages)

KVM problems with Vt-d and wireless adapter
 2009-08-12 12:47 UTC 

[PATCH] fix memory leak in virtio_net
 2009-08-12 12:41 UTC  (3+ messages)

[PATCH 02/03] qemu-kvm: add tcg-traget stub for ia64
 2009-08-12 11:46 UTC  (2+ messages)

[KVM-AUTOTEST PATCH v2 3/3] KVM test: add AutoIt test to kvm_tests.cfg.sample
 2009-08-12 11:01 UTC  (2+ messages)

[PATCH 0/8 v2] make interrupt injection lockless (almost)
 2009-08-12 10:19 UTC  (24+ messages)
` [PATCH 1/8 v2] Change irq routing table to use gsi indexed array
` [PATCH 2/8 v2] Maintain back mapping from irqchip/pin to gsi
` [PATCH 6/8 v2] Move IO APIC to its own lock
` [PATCH 8/8 v2] Change irq_lock from mutex to spinlock

[PATCH KVM-AUTOTEST 2/2] Convert images to JPEG using PIL instead of an external program
 2009-08-12 10:13 UTC 

[PATCH] qemu-kvm: fix ia64 build breakage
 2009-08-12  4:03 UTC 

[PATCH] qemu-kvm: ia64 build fix
 2009-08-12  4:00 UTC 

[KVM-AUTOTEST PATCH v2 1/3] KVM test: add AutoIt test
 2009-08-12  2:05 UTC  (3+ messages)
` [KVM-AUTOTEST PATCH v2 3/3] KVM test: add AutoIt test to kvm_tests.cfg.sample


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