kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-08-10 18:51:35 to 2009-08-13 04:07:23 UTC [more...]

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  (4+ messages)

AlacrityVM numbers updated for 31-rc4
 2009-08-12 23:21 UTC  (5+ messages)

[PATCH] Fix Makefile rule for compiling emulate.c
 2009-08-12 21:42 UTC 

[PATCH 0/3] qemu-kvm: vhost net support
 2009-08-12 20:27 UTC  (4+ messages)

[PATCH 1/2] export cpu_tlbstate to modules
 2009-08-12 19:58 UTC  (18+ messages)
` [PATCH 2/2] vhost_net: a kernel-level virtio server

[Qemu-devel] Re: virtio-serial: An interface for host-guest communication
 2009-08-12 18:27 UTC  (8+ 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)

qemu-kvm segfaults in qemu_del_timer (0.10.5 and 0.10.6)
 2009-08-12 16:24 UTC  (3+ 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 1/2] mm: export use_mm/unuse_mm to modules
 2009-08-12 16:06 UTC  (15+ messages)
` [PATCHv2 2/2] vhost_net: a kernel-level virtio server

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

[KVM-AUTOTEST PATCH v2 0/11] TAP patchset corrections
 2009-08-12 16:00 UTC  (12+ 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

[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  (5+ messages)

[PATCH v3 0/8] make interrupt injection lockless (almost)
 2009-08-12 12:17 UTC  (9+ 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 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  (28+ 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 3/8 v2] Move irq routing data structure to rcu locking
` [PATCH 4/8 v2] Move irq ack notifier list to arch independent code
` [PATCH 5/8 v2] Convert irq notifiers lists to RCU locking
` [PATCH 6/8 v2] Move IO APIC to its own lock
` [PATCH 7/8 v2] Drop kvm->irq_lock lock from irq injection path
` [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 

Page allocation failures in guest
 2009-08-12  8:35 UTC  (12+ messages)

[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 0/3] KVM test: corrections to the AutoIt patchset
 2009-08-12  2:05 UTC  (6+ messages)
` [KVM-AUTOTEST PATCH v2 1/3] KVM test: add AutoIt test
  ` [KVM-AUTOTEST PATCH v2 2/3] KVM test: add sample AutoIt script
    ` [KVM-AUTOTEST PATCH v2 3/3] KVM test: add AutoIt test to kvm_tests.cfg.sample
  ` [Autotest] [KVM-AUTOTEST PATCH v2 1/3] KVM test: add AutoIt test

[ kvm-Bugs-2506814 ] TAP network lockup after some traffic
 2009-08-11 18:36 UTC 

KVM autotest TAP patchset
 2009-08-11 17:14 UTC 

[PATCH] When switching to a vm8086 task, load segments as 16-bit
 2009-08-11 16:56 UTC  (4+ messages)

[KVM-AUTOTEST PATCH CORRECTIONS] Corrections to the TAP patchset
 2009-08-11 14:43 UTC  (5+ messages)
` [KVM-AUTOTEST PATCH 01/12] KVM test: add some MAC/IP address utilities to kvm_utils
  ` [KVM-AUTOTEST PATCH 03/12] KVM test: add sample 'qemu-ifup' script
    ` [KVM-AUTOTEST PATCH 11/12] KVM test: make VMs use a dynamic MAC-IP mapping generated by tcpdump

[Autotest] [KVM-AUTOTEST PATCH v2 1/3] KVM test: add AutoIt test
 2009-08-11 13:49 UTC  (2+ messages)

Unable to activate windows 2003 se
 2009-08-11  8:09 UTC 

[KVM-AUTOTEST PATCH] KVM test: kvm_subprocess: add function kill_tail_thread()
 2009-08-11 12:31 UTC  (2+ messages)
` [KVM-AUTOTEST PATCH] KVM test: kvm_tests.cfg.sample: improve shell_prompt regular expressions

virtio-blk performance and MSI
 2009-08-11 12:14 UTC  (4+ messages)

[ kvm-Bugs-2835276 ] segfault using -cpu pentium3 on coreduo
 2009-08-11  1:39 UTC 

virDomainCreateLinux() failed QEMU quit during console startup bind() failed
 2009-08-10 21:05 UTC  (2+ messages)

[ kvm-Bugs-2793994 ] kvm doesn't work when VirtualBox' vboxdrv module is loaded
 2009-08-10 20:41 UTC 

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

[PATCH 0/2] vhost: a kernel-level virtio server
 2009-08-10 18:51 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).