kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-05-20 20:30:36 to 2009-05-24 14:46:30 UTC [more...]

[RFC] KVM-Autotest: basic parallel test execution
 2009-05-24 14:46 UTC  (5+ messages)

2.6.29.1 BUG: unable to handle kernel NULL pointer dereference at (null) -> Oops
 2009-05-24 14:42 UTC  (2+ messages)

[PATCH 0/3] kvm-s390: revised version of kvm-s390 guest memory handling
 2009-05-24 14:39 UTC  (3+ messages)
` [PATCH 3/3] kvm-s390: streamline memslot handling

[patch 2/4] KVM: move coalesced_mmio locking to its own device
 2009-05-24 14:10 UTC  (11+ messages)
` [patch 0/4] move irq protection role to separate lock v2
  ` [patch 3/4] KVM: introduce irq_lock, use it to protect ioapic

BUG REPORT: -net tap,fd=X does not work correctly in kvm-86
 2009-05-24 12:56 UTC  (6+ messages)
  ` [libvirt] Re: BUG REPORT: -net tap, fd=X "

[ANNOUNCE] kvm-kmod-2.6.30-rc6
 2009-05-24 12:15 UTC  (3+ messages)

[PATCH] [KVM_Autotest] Fix to allow for "=" in the "value" of a config parameter
 2009-05-24 12:14 UTC  (2+ messages)

[RFC][PATCH] qemu-kvm: x86: Refactor persistent CPU state
 2009-05-24 12:13 UTC  (2+ messages)

Userspace MSR handling
 2009-05-24 12:07 UTC  (3+ messages)

NULL pointer dereference in kernel code, ignored parameters in libkvm
 2009-05-24 11:59 UTC  (2+ messages)

just a dump
 2009-05-24 11:49 UTC  (11+ messages)

XP smp using a lot of CPU
 2009-05-24 11:42 UTC  (7+ messages)

[PATCH] qemu: msi irq allocation api
 2009-05-24 11:14 UTC  (44+ messages)
` [Qemu-devel] "

[PATCH] qemu-kvm: x86: Init pci_option_rom_offset for VGA BIOS absence
 2009-05-24 11:15 UTC  (2+ messages)

kvm-85 sometimes not starting on 2.6.30-rc5
 2009-05-24  9:47 UTC  (4+ messages)

[ANNOUNCE] kvm-86 release
 2009-05-24  9:43 UTC  (10+ messages)
          ` kvm-86 release - USB thumbdrive

[PATCH] qemu-kvm: x86: Drop redundant tpr prototypes
 2009-05-24  8:26 UTC  (2+ messages)

[PATCH] kvm-kmod: x86: Define CONFIG_HAVE_KVM_EVENTFD when missing
 2009-05-24  8:23 UTC  (2+ messages)

[PATCH] kvm-kmod: x86: Drop duplicate external-module-compat objects
 2009-05-24  8:17 UTC  (5+ messages)

[PATCH 0/1] x2apic implementation for kvm
 2009-05-24  6:48 UTC  (5+ messages)
` [PATCH 1/1] x2apic interface to lapic
` [PATCH 2/2] Advertise X2APIC support

[ kvm-Bugs-2777286 ] Hard Disk: 1 TB images fail to get formatted
 2009-05-23 18:54 UTC 

[ kvm-Bugs-2629101 ] rdesktop doesnot work using KVM-84
 2009-05-23  8:55 UTC 

[KVM PATCH v3 0/4] iosignalfd
 2009-05-23  4:57 UTC  (7+ messages)
` [KVM PATCH v3 1/4] eventfd: export eventfd interfaces for module use
` [KVM PATCH v3 2/4] kvm: add return value to kvm_io_bus_register_dev
` [KVM PATCH v3 3/4] kvm: add io_bus unregister function
` [KVM PATCH v3 4/4] kvm: add iosignalfd support

[PATCH -tip v7 0/6] tracing: kprobe-based event tracer and x86 instruction decoder
 2009-05-23  0:28 UTC  (7+ messages)
` [PATCH -tip v7 1/6] x86: instruction decoder API
` [PATCH -tip v7 2/6] x86: x86 instruction decoder build-time selftest
` [PATCH -tip v7 3/6] kprobes: checks probe address is instruction boudary on x86
` [PATCH -tip v7 4/6] kprobes: cleanup fix_riprel() using insn decoder "
` [PATCH -tip v7 5/6] x86: add pt_regs register and stack access APIs
` [PATCH -tip v7 6/6] tracing: add kprobe-based event tracer

[PATCH 1/5] Moving from kvm_log to the upstream logging system
 2009-05-22 19:16 UTC  (3+ messages)
` [PATCH 2/5] Fixing exception raising to be compliant with the autotest coding standard
    ` [PATCH 4/5] Sanitizing strings before passing them to the logging system

winner
 2009-05-22 14:52 UTC 

device-assignment deadlock
 2009-05-22 15:36 UTC  (12+ messages)
` [PATCH 1/1] KVM: Fix potentially recursively get kvm lock

[PATCH] [KVM_Autotest] Added functionality to the preprocessor to run scripts
 2009-05-22 11:58 UTC 

[PATCH RFC 0/3] decouple vcpu index from apic id
 2009-05-22 11:41 UTC  (8+ messages)
` [PATCH RFC 1/3] Introduce kvm_vcpu_is_bsp() function
` [PATCH RFC 2/3] Use pointer to vcpu instead of vcpu_id in timer code
` [PATCH RFC 3/3] Break dependency between vcpu index in vcpus array and vcpu's apic id

[PATCH v3 0/2] Intel-IOMMU: source-id checking for interrupt remapping
 2009-05-22 16:41 UTC  (3+ messages)
` [PATCH v3 1/2] Intel-IOMMU, intr-remap: set the whole 128bits of irte when modify/free it
` [PATCH v3 2/2] Intel-IOMMU, intr-remap: source-id checking

kvm-86 fails to compile with "'IOMMU_CACHE' undeclared"
 2009-05-22  7:51 UTC  (7+ messages)
      ` [PATCH kvm-kmod] build fix for !#defined IOMMU_CACHE

[PATCH] [KVM_Autotest] Added functionality to the preprocessor to run scripts
 2009-05-21 20:22 UTC 

[PATCH] KVM: powerpc: beyond ARRAY_SIZE of vcpu->arch.guest_tlb
 2009-05-21 19:53 UTC 

[PATCH -tip v6 0/5] tracing: kprobe-based event tracer and x86 instruction decoder
 2009-05-21 19:10 UTC  (13+ messages)
` [PATCH -tip v6 1/5] x86: instruction decorder API
          ` [PATCH -tip v6.1 "
              ` [PATCH -tip v6.1 1/5] x86: instruction decoder API
` [PATCH -tip v6 2/5] kprobes: checks probe address is instruction boudary on x86
` [PATCH -tip v6 3/5] kprobes: cleanup fix_riprel() using insn decoder "
` [PATCH -tip v6 4/5] x86: add pt_regs register and stack access APIs
` [PATCH -tip v6 5/5] tracing: add kprobe-based event tracer

[KVM PATCH v3 0/4] iosignalfd
 2009-05-21 16:49 UTC  (3+ messages)
` [KVM PATCH v3 1/4] eventfd: export eventfd interfaces for module use
` [KVM PATCH v3 2/4] kvm: add return value to kvm_io_bus_register_dev

[PATCH] [KVM_Autotest] Fix to allow for "=" in the "value" of a config parameter
 2009-05-21 15:36 UTC 

[ kvm-Bugs-2792656 ] System freeze after modprobe kvm-intel
 2009-05-21 14:34 UTC 

[PATCH] kvm: fix irqfd build failure discovered in linux-next
 2009-05-21 14:04 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v2 0/2] Intel-IOMMU: source-id checking for interrupt remapping
 2009-05-21 13:37 UTC  (8+ messages)
` [PATCH v2 2/2] Intel-IOMMU, intr-remap: source-id checking

[PATCH v2--refid=<20090521172122.bb12027c.sfr@canb.auug.org.au>] kvm: fix irqfd build failure discovered in linux-next
 2009-05-21 13:31 UTC  (2+ messages)

[RFC] KVM-Autotest: basic parallel test execution
 2009-05-21 12:11 UTC  (2+ messages)

libkvm not compile with latest qemu-kvm
 2009-05-21 11:56 UTC  (2+ messages)

[PATCH] qemu-kvm: Drop obsolete CONFIG_GDBSTUB
 2009-05-21 11:09 UTC  (4+ messages)

[PATCH 0/17][REVIEW] Backport candidates for stable-0.10
 2009-05-21  9:06 UTC  (2+ messages)

[PATCH][retry 2] Add support for Pause Filtering to AMD SVM
 2009-05-21  8:47 UTC  (4+ messages)
  ` [PATCH][retry 3] "
    ` [PATCH][retry 4] "

kvm guest debug using gdb on x86
 2009-05-21  7:54 UTC  (10+ messages)

[PATCH] kvm-kmod: fix kvm_request_irq race
 2009-05-21  7:45 UTC  (5+ messages)
  ` [PATCH kvm-kmod v2] "

[PATCH] KVM: Downsize max support MSI-X entry to 256
 2009-05-21  5:50 UTC 

[PATCH][KVM-AUTOTEST][REPOST] Add ability to install custom kernel modules
 2009-05-21  0:29 UTC 

[PATCH][KVM-AUTOTEST] Add ability to install custom kernel modules
 2009-05-20 23:25 UTC  (3+ messages)

[RFC] KVM-Autotest: basic parallel test execution
 2009-05-20 21:32 UTC 

[PATCH][KVM-AUTOTEST] Have Custom install chdir to test.bindir
 2009-05-20 20:38 UTC  (2+ messages)
` [PATCH][KVM-AUTOTEST] Check exit status of custom install script and fail if script failed


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