kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-10-09 16:58:15 to 2009-10-13 18:34:49 UTC [more...]

[PATCH 1/2] Complete cpu initialization before signaling main thread
 2009-10-13 18:34 UTC  (6+ messages)
` [PATCH 2/2] Don't sync mpstate to/from kernel when unneeded

[PATCH] KVM: x86: Drop unneeded CONFIG_HAS_IOMEM check
 2009-10-13 17:16 UTC  (2+ messages)

[PATCH 1/1] kvm/mmu: Resolve compile warning
 2009-10-13 17:10 UTC  (3+ messages)

[PATCH 00/10] Clean up vcpu context structure
 2009-10-13 17:04 UTC  (13+ messages)
` [PATCH 01/10] use a more upstream friendly version of irqchip-in-kernel test
  ` [PATCH 02/10] drop kvm_mmio_read and write
    ` [PATCH 03/10] remove unneded opaque
      ` [PATCH 04/10] remove kvm_context from vpcu structure
        ` [PATCH 05/10] Use kvm_run inside CPUState
          ` [PATCH 06/10] make some functions static
            ` [PATCH 07/10] use env as parameter for functions that access kvm_run
              ` [PATCH 08/10] use env in kvm_arch_run
                ` [PATCH 09/10] remove kvm_run from vcpu_context
                  ` [PATCH 10/10] remove id field from vcpu context structure

Modifying RAM during runtime on guest
 2009-10-13 16:55 UTC  (8+ messages)

[PATCH qemu-kvm] Enable UFO on virtio-net and tap devices
 2009-10-13 15:35 UTC  (5+ messages)

[PATCH] include stdlib.h in qemu-kvm.h
 2009-10-13 15:36 UTC  (2+ messages)

[PATCH 0/4] Extensible VCPU state IOCTL
 2009-10-13 16:18 UTC  (6+ messages)
` [PATCH 2/4] KVM: Add unified KVM_GET/SET_VCPU_STATE IOCTL
` [PATCH 4/4] KVM: x86: Add VCPU substate for NMI states
` [PATCH 1/4] KVM: Reorder IOCTLs in main kvm.h
` [PATCH 3/4] KVM: x86: Add support for KVM_GET/SET_VCPU_STATE
` [RFC][PATCH] kvm: x86: Add support for KVM_GET/PUT_VCPU_STATE

Problem booting guest with Linux 2.6.3x
 2009-10-13 15:41 UTC  (7+ messages)

[PATCH] device assignment rom fixups
 2009-10-13 15:20 UTC 

[PATCH] fix quoting in configure
 2009-10-13 15:20 UTC 

kernel bug in kvm_intel
 2009-10-13 14:31 UTC  (6+ messages)

[PATCH] v2: allow userspace to adjust kvmclock offset
 2009-10-13 13:55 UTC 

[PATCH] Little bug fix in pci_hotplug.py
 2009-10-13 13:20 UTC  (2+ messages)
` [Autotest] "

[PATCH] allow userspace to adjust kvmclock offset
 2009-10-13 12:46 UTC  (5+ messages)

[PATCH] fix msr list
 2009-10-13 12:30 UTC  (3+ messages)

[KVM-AUTOTEST,01/17] Add new module kvm_subprocess
 2009-10-13 11:58 UTC  (3+ messages)

[KVM-AUTOTEST PATCH 1/3] KVM test: kvm_subprocess.py: do not start tail thread by default
 2009-10-13 11:48 UTC  (3+ messages)
` [KVM-AUTOTEST PATCH 2/3] KVM test: kvm_subprocess.py: use only unbound methods as close() hooks
  ` [KVM-AUTOTEST PATCH 3/3] KVM test: kvm_subprocess.py: automatically close unreferenced shell sessions

[PATCH 1/1] virtio: adding __devexit to virtballoon_remove
 2009-10-13 11:33 UTC  (2+ messages)

QemuOpts changes breaks multiple nic options
 2009-10-13  8:58 UTC  (2+ messages)

Biweekly KVM Test report, kernel 94252... qemu 5cc3c
 2009-10-13  6:58 UTC  (3+ messages)

I/O performance of VirtIO
 2009-10-13  6:35 UTC  (4+ messages)

[PATCH] Using shutil.move to move result files in job.py
 2009-10-13  2:36 UTC 

[PULL REQUEST] kvm-kmod
 2009-10-12 22:27 UTC  (6+ messages)
` [PATCH 4/4] Update source link
` [PATCH 2/4] Add cpufreq_get wrapper for !CONFIG_CPU_FREQ
` [PATCH 3/4] Avoid kmap_atomic_to_page in svm
` [PATCH 1/4] Remove const from vm_ops to avoid warnings on older kernels

assign-dev: Purpose of interrupt_work
 2009-10-12 20:44 UTC  (23+ messages)

[PATCH v2: kvm 4/4] Fix hotplug of CPUs for KVM
 2009-10-12 19:41 UTC  (14+ messages)
` [PATCH v4: kvm 1/4] Code motion. Separate timer intialization into an indepedent function
  ` [PATCH v4: kvm 2/4] Kill the confusing tsc_ref_khz and ref_freq variables
              ` [PATCH] cpufreq: Make cpufreq_get always defined
                ` [PATCH] KVM: Harden against cpufreq
                  ` [PATCH] kvm-kmod cpufreq_get fix

[PATCH] [RESEND] KVM:VMX: Add support for Pause-Loop Exiting
 2009-10-12 19:13 UTC  (12+ messages)

[PATCH][retry 2] Support Pause Filter in AMD processors
 2009-10-12 19:17 UTC  (3+ messages)
` [PATCH][retry 3] "

[PATCH 0/9 v3] KVM: Nested SVM fixes and tracepoint conversion
 2009-10-12 18:37 UTC  (5+ messages)
` [PATCH 5/9] KVM: SVM: Add tracepoint for injected #vmexit
` [PATCH 9/9] KVM: SVM: Remove nsvm_printk debugging code

[PATCH 2/3] qemu: make cirrus init value pci spec compliant
 2009-10-12 16:57 UTC  (42+ messages)
        ` [Qemu-devel] "
              `  "

[Autotest] [KVM-AUTOTEST PATCH 3/7] KVM test: new test timedrift_with_migration
 2009-10-12 16:29 UTC 

[KVM-AUTOTEST PATCH 1/7] KVM test: migration test: move the bulk of the code to a utility function
 2009-10-12 15:28 UTC  (4+ messages)
` [KVM-AUTOTEST PATCH 2/7] KVM test: timedrift test: move the get_time() helper function to kvm_test_utils.py
  ` [KVM-AUTOTEST PATCH 3/7] KVM test: new test timedrift_with_migration
    ` [Autotest] "

[PATCH v2 3/9] provide in-kernel ioapic
 2009-10-12 14:49 UTC  (22+ messages)
          ` [Qemu-devel] "
                `  "
        ` [PATCH v2 4/9] provide in-kernel apic
          `  "
            ` [Qemu-devel] "

[PATCHv2] seabios: enable io/memory unconditionally
 2009-10-12 14:40 UTC  (3+ messages)

[ kvm-Bugs-2874689 ] qemu-kvm-0.11.0 will not boot gpxe e1000
 2009-10-12 14:16 UTC 

[ kvm-Bugs-2874699 ] qemu-kvm-0.11.0 will not boot gpxe e1000
 2009-10-12 14:14 UTC 

[PATCH 0/2] Switch pcbios to submodule
 2009-10-12 10:25 UTC  (2+ messages)
` [PATCH 1/2] Switch roms/pcbios submodule to qemu-kvm branch

[PATCH 0/9 v2] KVM: Nested SVM fixes and tracepoint conversion
 2009-10-12  9:34 UTC  (9+ messages)
` [PATCH 1/9] KVM: SVM: Notify nested hypervisor of lost event injections

Add a qemu interface for sharing memory between guests
 2009-10-12  8:55 UTC  (2+ messages)

[PATCH] Fix a bug in function create in kvm_vm
 2009-10-12  6:58 UTC  (6+ messages)
` [Autotest] "

[KVM-AUTOTEST PATCH] KVM test: kvm_subprocess: add function kill_tail_thread()
 2009-10-12  6:55 UTC  (3+ messages)
` [KVM-AUTOTEST PATCH 01/17] Add new module kvm_subprocess
  ` [KVM-AUTOTEST,01/17] "

Hot-adding disk on VM
 2009-10-12  2:25 UTC  (3+ messages)

[ kvm-Bugs-2868883 ] netkvm.sys stops sending/receiving on Windows Server 2003 VM
 2009-10-11 22:42 UTC 

[ kvm-Bugs-2868883 ] netkvm.sys stops sending/receiving on Windows Server 2003 VM
 2009-10-11 22:41 UTC 

sync guest calls made async on host - SQLite performance
 2009-10-11  9:16 UTC  (10+ messages)

kvm guest: hrtimer: interrupt too slow
 2009-10-10 17:37 UTC  (20+ messages)
            ` [PATCH] tune hrtimer_interrupt hang logic

kvm or qemu-kvm?
 2009-10-10 17:03 UTC  (6+ messages)

[PATCH] qemu-kvm: Fix configure to respect --kerneldir
 2009-10-10  9:58 UTC 

[was: mmotm 2009-10-09-01-07 uploaded]
 2009-10-09 23:15 UTC  (3+ messages)

sharing host infiniband between VMs
 2009-10-09 22:51 UTC  (2+ messages)

[PATCH 1/6] KVM test: Added floppy and tftp options to qemu command
 2009-10-09 20:49 UTC  (7+ messages)
` [PATCH 2/6] KVM test: Introducing unattended install subtest
  ` [PATCH 3/6] KVM test: Add unattended install files for F11 and WinXP
    ` [PATCH 4/6] KVM test: Add unattended install script
      ` [PATCH 5/6] KVM test: Utility to make windows guests ACK end of install
        ` [PATCH 6/6] KVM test: kvm_tests.cfg.sample changes for unattended
` [Autotest] [PATCH 1/6] KVM test: Added floppy and tftp options to qemu command


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