kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-10-07 20:12:55 to 2009-10-10 17:38:45 UTC [more...]

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

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

Problem booting guest with Linux 2.6.3x
 2009-10-10 16:10 UTC  (6+ messages)

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

[PATCH] Fix a bug in function create in kvm_vm
 2009-10-10  8:48 UTC  (4+ messages)
` [Autotest] "

[PATCH v2: kvm 4/4] Fix hotplug of CPUs for KVM
 2009-10-10  2:26 UTC  (13+ 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

[was: mmotm 2009-10-09-01-07 uploaded]
 2009-10-09 23:15 UTC  (4+ messages)
    ` kvm build failure "

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

[PATCH v2 3/9] provide in-kernel ioapic
 2009-10-09 21:34 UTC  (30+ messages)
          ` [Qemu-devel] "
                        `  "
        ` [PATCH v2 4/9] provide in-kernel apic
          `  "
            ` [Qemu-devel] "

[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

kernel bug in kvm_intel
 2009-10-09 20:04 UTC 

sync guest calls made async on host - SQLite performance
 2009-10-09 19:06 UTC  (14+ messages)

[PATCH 00/10] Clean up vcpu context structure
 2009-10-09 18:03 UTC  (11+ 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

[PATCH 0/9 v3] KVM: Nested SVM fixes and tracepoint conversion
 2009-10-09 14:08 UTC  (10+ messages)
` [PATCH 1/9] KVM: SVM: Notify nested hypervisor of lost event injections
` [PATCH 2/9] KVM: SVM: Move INTR vmexit out of atomic code
` [PATCH 3/9] KVM: SVM: Add tracepoint for nested vmrun
` [PATCH 4/9] KVM: SVM: Add tracepoint for nested #vmexit
` [PATCH 5/9] KVM: SVM: Add tracepoint for injected #vmexit
` [PATCH 6/9] KVM: SVM: Add tracepoint for #vmexit because intr pending
` [PATCH 7/9] KVM: SVM: Add tracepoint for invlpga instruction
` [PATCH 8/9] KVM: SVM: Add tracepoint for skinit instruction
` [PATCH 9/9] KVM: SVM: Remove nsvm_printk debugging code

[PATCH] KVM test: Adding Windows 7 guests and step files
 2009-10-09 15:41 UTC 

[libvirt] dynamic scsi disk attach seems to be broken in qemu(-kvm)-0.11, libvirt-0.7.1
 2009-10-09 15:38 UTC  (5+ messages)
  ` [Qemu-devel] "

[PATCH 1/3] pc-bios: enable io/memory unconditionally
 2009-10-09 15:08 UTC  (18+ messages)
` [PATCH 2/3] qemu: make cirrus init value pci spec compliant
        ` [Qemu-devel] "
              `  "
` [PATCH 3/3] qemu: cleanup unused macros in cirrus

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

[PATCH qemu-kvm] Enable UFO on virtio-net and tap devices
 2009-10-09  7:11 UTC  (4+ messages)

[PATCHv2] seabios: enable io/memory unconditionally
 2009-10-09  6:48 UTC  (5+ messages)
` [Qemu-devel] "

buildbot failure in qemu-kvm on default_i386_out_of_tree
 2009-10-09  1:04 UTC 

buildbot failure in qemu-kvm on default_i386_debian_5_0
 2009-10-09  1:04 UTC 

[PATCH] include stdlib.h in qemu-kvm.h
 2009-10-08 18:53 UTC 

kvm: test: timer testcase
 2009-10-08 18:02 UTC  (3+ messages)
  ` kvm: test: timer testcase (v2)

[PATCH 0/9 v2] KVM: Nested SVM fixes and tracepoint conversion
 2009-10-08 16:46 UTC  (23+ messages)
` [PATCH 1/9] KVM: SVM: Notify nested hypervisor of lost event injections
` [PATCH 2/9] KVM: SVM: Move INTR vmexit out of atomic code
` [PATCH 3/9] KVM: SVM: Add tracepoint for nested vmrun
` [PATCH 4/9] KVM: SVM: Add tracepoint for nested #vmexit
` [PATCH 5/9] KVM: SVM: Add tracepoint for injected #vmexit
` [PATCH 6/9] KVM: SVM: Add tracepoint for #vmexit because intr pending
` [PATCH 7/9] KVM: SVM: Add tracepoint for invlpga instruction
` [PATCH 8/9] KVM: SVM: Add tracepoint for skinit instruction
` [PATCH 9/9] KVM: SVM: Remove nsvm_printk debugging code

[PATCHv2 1/4] qemu: update pcbios to enable i/o for cirrus
 2009-10-08 16:17 UTC  (5+ messages)
` [PATCHv2 2/4] qemu: update seabios "
` [PATCHv2 3/4] qemu: make cirrus init value pci spec compliant
` [PATCHv2 4/4] qemu: cleanup unused macros in cirrus
  ` [PATCHv3 "

[PATCHv2 0/4] qemu: cirrus reset-related fixes
 2009-10-08 15:54 UTC 

[PATCHv2] pcbios: enable io/memory unconditionally
 2009-10-08 15:52 UTC 

[PATCH 0/3] qemu: reset-related fixes
 2009-10-08 15:16 UTC  (3+ messages)

[PATCH v2 0/4] KVM: xinterface
 2009-10-08 14:45 UTC  (13+ messages)
` [PATCH v2 2/4] KVM: introduce "xinterface" API for external interaction with guests

buildbot failure in qemu-kvm on default_x86_64_out_of_tree
 2009-10-08 14:42 UTC 

Release plan for 0.12.0
 2009-10-08 14:21 UTC  (3+ messages)
` [Qemu-devel] "

KVM: use proper hrtimer function to retrieve expiration time
 2009-10-08 14:16 UTC  (2+ messages)

[PATCH] qemu-kvm: kvm headers update
 2009-10-08 13:39 UTC  (4+ messages)

[PATCH] qemu-kvm: move msi-x to Makefile.target
 2009-10-08 13:21 UTC  (4+ messages)

[ kvm-Bugs-2874699 ] qemu-kvm-0.11.0 will not boot gpxe e1000
 2009-10-08 13:18 UTC 

[PATCH 3/3] qemu-kvm: convert kvm_types to ISO
 2009-10-08 13:18 UTC  (2+ messages)

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

bad? encoding for KVM_SET_IRQCHIP
 2009-10-08 12:41 UTC  (2+ messages)

[PATCH 0/10] KVM: Nested SVM fixes and tracepoint conversion
 2009-10-08  9:12 UTC  (4+ messages)
` [PATCH 03/10] KVM: SVM: Move nested INTR #vmexit into preemtible code

regarding Benchmarking tools
 2009-10-08  7:26 UTC 

buildbot failure in qemu-kvm on default_x86_64_out_of_tree
 2009-10-08  1:03 UTC 

[Qemu-commits] [COMMIT c0b1905] qemu/pci: reset device registers on bus reset
 2009-10-07 20:18 UTC  (6+ messages)


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