kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-08-04 01:17:47 to 2009-08-09 09:06:52 UTC [more...]

Very high memory usage with KVM
 2009-08-09  9:12 UTC  (8+ messages)

[PATCH 0/3] PIC fixes
 2009-08-09  9:09 UTC  (6+ messages)
` [PATCH 1/3] Call kvm_vcpu_kick() inside pic spinlock
` [PATCH 2/3] Call ack notifiers from PIC when guest OS acks an IRQ
` [PATCH 3/3] Replace pic_lock()/pic_unlock() with direct call to spinlock functions

[PATCH 0/7] AlacrityVM guest drivers Reply-To:
 2009-08-09  7:48 UTC  (27+ messages)
    ` [PATCH 0/7] AlacrityVM guest drivers

[PATCH] KVM test: Make kvm_config.py to use autotest logging
 2009-08-08 18:32 UTC 

[PATCH] KVM test: Make kvm_config.py to use autotest logging
 2009-08-08 17:37 UTC 

segfault with windows XP guest (oops)
 2009-08-08  1:02 UTC 

segfault with windows XP guest
 2009-08-08  0:56 UTC 

[KVM-AUTOTEST PATCH CORRECTION] KVM test: kvm_subprocess: send user specified parameters to kvm_tail callbacks
 2009-08-07 23:43 UTC 

[KVM-AUTOTEST PATCH 0/12] TAP support (and a few other small things)
 2009-08-07 23:19 UTC  (18+ messages)
` [KVM-AUTOTEST PATCH 01/12] KVM test: add some MAC/IP address utilities to kvm_utils
  ` [KVM-AUTOTEST PATCH 02/12] KVM test: add basic TAP support with static MAC-IP mapping
    ` [KVM-AUTOTEST PATCH 03/12] KVM test: add sample 'qemu-ifup' script
      ` [Autotest] "
  ` [KVM-AUTOTEST PATCH 04/12] KVM test: add host-specific MAC-IP pool configuration
    ` [KVM-AUTOTEST PATCH 05/12] KVM test: specify installation cdkeys in a dedicated file
      ` [KVM-AUTOTEST PATCH 06/12] KVM test: minor style changes to kvm_config.py
        ` [KVM-AUTOTEST PATCH 07/12] KVM test: kvm_config.py: do not fail when including a nonexistent file
          ` [Autotest] "
        ` [Autotest] [KVM-AUTOTEST PATCH 06/12] KVM test: minor style changes to kvm_config.py
      ` [Autotest] [KVM-AUTOTEST PATCH 05/12] KVM test: specify installation cdkeys in a dedicated file

[KVM-AUTOTEST PATCH] KVM test: timedrift: pass parameters to the get_time() helper function
 2009-08-07 23:03 UTC 

[Autotest] [KVM-AUTOTEST PATCH 1/2] KVM test: timedrift: Use helper functions to make the code more readable
 2009-08-07 21:58 UTC  (2+ messages)

[KVM-AUTOTEST PATCH CORRECTION] KVM test: timedrift: Use helper functions to make the code more readable
 2009-08-07 21:31 UTC 

[KVM-AUTOTEST PATCH 1/2] KVM test: timedrift: Use helper functions to make the code more readable
 2009-08-07 20:36 UTC  (4+ messages)
` [KVM-AUTOTEST PATCH 2/2] KVM test: timedrift test: close shell session before failing the test
  ` [Autotest] "
` [Autotest] [KVM-AUTOTEST PATCH 1/2] KVM test: timedrift: Use helper functions to make the code more readable

[KVM-AUTOTEST PATCH 1/1] KVM test: kvm_subprocess: don't immediately check /proc/$PID/cmdline
 2009-08-07 20:15 UTC  (2+ messages)

[PATCH] kvm: Add COPYING file
 2009-08-07 16:29 UTC 

virtio-serial: An interface for host-guest communication
 2009-08-07 14:14 UTC  (28+ messages)
` [PATCH 1/1] virtio_serial: A char device for simple guest <-> host communication
  ` [Qemu-devel] Re: virtio-serial: An interface for host-guest communication

[PATCH 1/1] net: fix vnet_hdr bustage with slirp
 2009-08-07 13:20 UTC  (4+ messages)

[PATCH]: Always use KVM_VERSION to build version number
 2009-08-07 12:31 UTC 

[PATCH 0/21] Nested SVM cleanups v2
 2009-08-07  9:49 UTC  (22+ messages)
` [PATCH 01/21] kvm/svm: add helper functions for global interrupt flag
` [PATCH 02/21] kvm/svm: optimize nested #vmexit
` [PATCH 03/21] kvm/svm: optimize nested vmrun
` [PATCH 04/21] kvm/svm: copy only necessary parts of the control area on vmrun/vmexit
` [PATCH 05/21] kvm/svm: complete interrupts after handling nested exits
` [PATCH 06/21] kvm/svm: move nested svm state into seperate struct
` [PATCH 07/21] kvm/svm: cache nested intercepts
` [PATCH 08/21] kvm/svm: consolidate nested_svm_exit_handled
` [PATCH 09/21] kvm/svm: do nested vmexit in nested_svm_exit_handled
` [PATCH 10/21] kvm/svm: simplify nested_svm_check_exception
` [PATCH 11/21] kvm/svm: get rid of nested_svm_vmexit_real
` [PATCH 12/21] kvm/svm: clean up nested_svm_exit_handled_msr
` [PATCH 13/21] kvm/svm: clean up nestec vmload/vmsave paths
` [PATCH 14/21] kvm/svm: clean up nested vmrun path
` [PATCH 15/21] kvm/svm: remove nested_svm_do and helper functions
` [PATCH 16/21] kvm/svm: handle errors in vmrun emulation path appropriatly
` [PATCH 17/21] kvm/svm: move special nested exit handling to separate function
` [PATCH 18/21] kvm/svm: remove unnecessary is_nested check from svm_cpu_run
` [PATCH 19/21] kvm/svm: move nested_svm_intr main logic out of if-clause
` [PATCH 20/21] kvm/svm: check for nested VINTR flag in svm_interrupt_allowed
` [PATCH 21/21] kvm/svm: enable nested svm by default

Biweekly KVM Test report, kernel 0b972... qemu f2593
 2009-08-07  6:11 UTC  (3+ messages)

KVM Migrate
 2009-08-06 19:55 UTC  (2+ messages)

[KVM-AUTOTEST PATCH CORRECTIONS] Corrections to the TAP patchset
 2009-08-06 18:41 UTC  (4+ 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

virtio-blk performance and MSI
 2009-08-06 16:35 UTC 

[autotest] vm creation fails (not)
 2009-08-06 11:33 UTC  (2+ messages)

[autotest] vm creation fails (not)
 2009-08-06 10:23 UTC  (2+ messages)

[PATCH] APIC id reporting is broken
 2009-08-06 10:00 UTC  (2+ messages)

[ANNOUNCE] qemu-kvm-0.11.0-rc1
 2009-08-06  9:31 UTC  (2+ messages)

[PATCH] kvm: x86: ignore reads to perfctr msrs
 2009-08-06  8:07 UTC  (2+ messages)

[PATCH] rev3: support colon in filenames
 2009-08-06  6:47 UTC  (16+ messages)
` [Qemu-devel] "
      ` [PATCH] rev4: "
        ` [PATCH] rev5: "
              ` [Qemu-devel] "
                  ` qcow2 relative paths (was: [PATCH] rev5: support colon in filenames)
                    ` [PATCH] rev6: support colon in filenames
                      ` [PATCH] rev7: "
                            ` [PATCH] rev8: "

kvm userspace: ksm support
 2009-08-05 18:38 UTC  (4+ messages)

[autotest] vm creation fails (not)
 2009-08-05 16:02 UTC  (3+ messages)

[autotest] vm creation fails (not)
 2009-08-05 15:43 UTC  (7+ messages)

[RFC] respect the referenced bit of KVM guest pages?
 2009-08-05 15:37 UTC  (3+ messages)

[autotest] vm creation fails (not)
 2009-08-05 15:21 UTC 

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

[PATCH] kvm: fix ack not being delivered when msi present
 2009-08-05 11:08 UTC  (2+ messages)

[ kvm-Bugs-2506814 ] TAP network lockup after some traffic
 2009-08-05 10:56 UTC 

pci pass-through on AMD architecture
 2009-08-05 10:54 UTC  (2+ messages)

[autotest] require root?
 2009-08-05 10:00 UTC  (2+ messages)

[autotest] DeprecationWarning: the md5 module is deprecated; use hashlib instead
 2009-08-05  9:55 UTC 

[autotest] vm creation fails (not)
 2009-08-05  9:45 UTC 

[PATCH][retry 4] Add support for Pause Filtering to AMD SVM
 2009-08-05  9:08 UTC  (5+ messages)

[ kvm-Bugs-2832416 ] Hot-added device is not visible in guest after migration
 2009-08-05  2:18 UTC 

[ kvm-Bugs-2832416 ] Hot-added device is not visible in guest after local live mi
 2009-08-05  1:49 UTC 

[ kvm-Bugs-2789729 ] Destination guest will reboot when Migration
 2009-08-05  1:30 UTC 

[AUTOTEST]telnet login fails in win2k8 DC 64. here are debug and other info
 2009-08-04 18:42 UTC 

[AUTOTEST]telnet login fails in win2k8 DC 64. here are debug and other info
 2009-08-04 17:31 UTC  (2+ messages)

[AUTOTEST]telnet login fails in win2k8 DC 64. here are debug and other info
 2009-08-04 16:10 UTC  (2+ messages)

[AUTOTEST] Autotest spinning during testing
 2009-08-04 15:48 UTC  (3+ messages)

[ kvm-Bugs-2506814 ] TAP network lockup after some traffic
 2009-08-04 15:48 UTC 

[KVM-AUTOTEST PATCH] Split kvm_tests.cfg.sample into a test library and test sample
 2009-08-04 15:34 UTC  (2+ messages)

[KVM-AUTOTEST PATCH] FIX add a comment to hugepage variant
 2009-08-04 15:15 UTC  (2+ messages)

[KVM-AUTOTEST PATCH] KVM test: Add hugepage variant
 2009-08-04 13:00 UTC  (3+ messages)

KVM: MMU: limit rmap chain length
 2009-08-04 12:30 UTC  (3+ messages)

[PATCH] KVM: x86: Disallow hypercalls for guest callers in rings > 0
 2009-08-04 12:00 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] KVM: Fix EPT identity page location
 2009-08-04 11:59 UTC  (4+ messages)
` [PATCH] kvm: fix set_ept_identity_addr() in pae

[KVM-AUTOTEST PATCH 0/12] TAP support (and a few other small things)
 2009-08-04 11:00 UTC 

[KVM-AUTOTEST PATCH 0/12] TAP support (and a few other small things)
 2009-08-04 10:23 UTC  (2+ messages)

Bandwith limitation with KVM VMs
 2009-08-04 10:05 UTC  (7+ messages)

[PATCH-RFC 2/2] eventfd: EFD_STATE flag
 2009-08-04 10:06 UTC  (15+ messages)

[PATCH] Add a subtest pci_hotplug in kvm test
 2009-08-04  8:47 UTC  (7+ messages)

[KVM-AUTOTEST PATCH 12/12] KVM test: make stress_boot work properly with TAP networking
 2009-08-04  7:33 UTC  (3+ messages)

[AUTOTEST]telnet login fails in win2k8 DC 64. here are debug and other info
 2009-08-04  6:43 UTC  (3+ messages)

CHECK OF $800.000.00(APPROVED)
 2009-08-04  5:01 UTC 

[AUTOTEST]telnet login fails in win2k8 DC 64. here are debug and other info
 2009-08-04  5:06 UTC 

[PATCH 2/6] KVM test: Introducing unattended install subtest
 2009-08-04  2:28 UTC 

[ kvm-Bugs-2823765 ] about KVM-88 ?
 2009-08-04  2:20 UTC 

[PATCH 6/6] KVM test: kvm_tests.cfg.sample changes for unattended
 2009-08-04  1:57 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).