public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-06-29 10:56:00 to 2009-07-01 16:09:03 UTC [more...]

[KVM PATCH v8 0/3] irqfd fixes and enhancements
 2009-07-01 16:09 UTC  (2+ messages)
` [KVM PATCH v8 1/3] KVM: Fix races in irqfd using new eventfd_kref_get interface

[KVM-AUTOTEST PATCH] Adding iperf test
 2009-07-01 15:57 UTC  (7+ messages)
` [KVM-AUTOTEST PATCH] bugfix for changing kvm_log to logging

[PATCH] Update registers after INIT/SIPI
 2009-07-01 15:53 UTC  (2+ messages)

Device assignment hotplug broken
 2009-07-01 15:45 UTC  (5+ messages)

KVM and 32-bit hosts -- still supposed to work?
 2009-07-01 15:17 UTC  (4+ messages)

Exception handling between QEMU and KVM
 2009-07-01 15:02 UTC  (5+ messages)

Newbie, struggling with graphics and qemu monitor
 2009-07-01 14:50 UTC  (10+ messages)

VM config file
 2009-07-01 14:15 UTC 

Does KVM support communication between hypervisor node and guest OS?
 2009-07-01 14:03 UTC 

[Autotest] Adding kvm_subprocess
 2009-07-01 14:01 UTC  (2+ messages)

[PATCH v3] enable x2APIC without interrupt remapping under KVM
 2009-07-01 13:31 UTC  (16+ messages)

[PATCH v5] enable x2APIC without interrupt remapping under KVM
 2009-07-01 13:30 UTC 

BUG Report: "config KVM" selects PREEMPT_NOTIFIERS, but it should also select PREEMPT (Vanilla Kernel 2.6.30)
 2009-07-01 13:29 UTC  (3+ messages)

[PATCHv2 1/2] fix segfault in msix_save
 2009-07-01 13:28 UTC  (2+ messages)
` [PATCHv2 2/2] qemu: remove control vector save

[PATCHv2 0/2] save/load fixes
 2009-07-01 13:27 UTC 

[PATCH 1/2] fix segfault in msix_save
 2009-07-01 12:27 UTC  (4+ messages)
` [PATCH 2/2] qemu: fix up load for msi-x

[PATCHv5 0/6] kvm: locking and API rework for iosignalfd
 2009-07-01 11:59 UTC  (3+ messages)

[PATCH 0/2] save/load fixes
 2009-07-01 11:50 UTC 

[PATCH] qemu-kvm: fix typo in configure
 2009-07-01 11:27 UTC 

[PATCH 3/4] ignore PCI ECS I/O enablement
 2009-07-01  9:50 UTC  (3+ messages)

[PATCH] qemu-kvm: fix KVMs GET_SUPPORTED_CPUID feature usage
 2009-07-01  9:49 UTC  (2+ messages)

[KVM PATCH v6 0/4] irqfd fixes and enhancements
 2009-07-01  9:44 UTC  (11+ messages)
` [KVM PATCH v6 1/4] kvm: prepare irqfd for having interrupts disabled during eventfd->release
` [KVM PATCH v6 2/4] eventfd - revised interface and cleanups (4th rev)
` [KVM PATCH v6 3/4] KVM: Fix races in irqfd using new eventfd_kref_get interface
` [KVM PATCH v6 4/4] KVM: add irqfd DEASSIGN feature

[KVM PATCH v7 0/5] irqfd fixes and enhancements
 2009-07-01  9:03 UTC  (8+ messages)
` [KVM PATCH v7 1/5] kvm: prepare irqfd for having interrupts disabled during eventfd->release
` [KVM PATCH v7 2/5] eventfd - revised interface and cleanups (4th rev)
` [KVM PATCH v7 3/5] KVM: Fix races in irqfd using new eventfd_kref_get interface
` [KVM PATCH v7 4/5] KVM: add irqfd DEASSIGN feature
` [KVM PATCH v7 5/5] KVM: Make irqfd use slow-work for shutdown

[PATCH] KVM: Fix IA32e Windows can't boot issue
 2009-07-01  8:21 UTC  (3+ messages)

[PATCH] KVM: fix lock imbalance
 2009-07-01  8:17 UTC  (2+ messages)

kvm-87 static build failure: cannot find -lpci
 2009-07-01  8:10 UTC  (3+ messages)

pci_stub and kvm
 2009-07-01  7:49 UTC 

[PATCH] qemu-kvm: remove CPUID host hacks
 2009-07-01  7:42 UTC  (2+ messages)

[PATCH 1/5] BIOS changes for irq0->inti2 override (v8)
 2009-07-01  3:59 UTC  (5+ messages)
` [PATCH 2/5] Userspace changes for irq0->inti2 override support (v8)
` [PATCH 3/5] BIOS changes for qemu-kvm hpet "
` [PATCH 4/5] Userspace changes for qemu-kvm HPET support(v8)
` [PATCH 5/5] Kernel changes for HPET legacy support(v8)

[ kvm-Bugs-2804562 ] Migration fail with "load of migration failed" error
 2009-07-01  2:11 UTC 

[ kvm-Bugs-2804562 ] Migration fail with "load of migration failed" error
 2009-07-01  2:21 UTC 

[PATCH] Add a subtest pci_hotplug in kvm test
 2009-07-01  2:09 UTC  (4+ messages)

[PATCH -v6] QEMU: MCE: Add MCE simulation to qemu/tcg
 2009-07-01  1:14 UTC  (3+ messages)

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

[PATCH] fix AMD Fam10h unhandled MSRs
 2009-06-30 22:09 UTC 

[PATCH v4] enable x2APIC without interrupt remapping under KVM
 2009-06-30 19:24 UTC  (11+ messages)

[PATCH] Warn if a qcow (not qcow2) file is opened
 2009-06-30 16:42 UTC  (9+ messages)
` [Qemu-devel] "

VGA pass-through
 2009-06-30 14:01 UTC  (10+ messages)

[PATCH] add KVM module parameters documentation
 2009-06-30 13:03 UTC  (2+ messages)

[PATCH] kvm: x86: ignore reads to perfctr msrs
 2009-06-30 10:54 UTC 

qemu-kvm: plan for MSI-X
 2009-06-30 10:53 UTC 

guest gettimeofday behavior
 2009-06-30  7:48 UTC  (5+ messages)

[PATCHv5 1/6] kvm: document locking for kvm_io_device_ops
 2009-06-29 19:24 UTC  (6+ messages)
` [PATCHv5 2/6] kvm: switch coalesced mmio changes to slots_lock
` [PATCHv5 3/6] kvm: switch pit creation "
` [PATCHv5 4/6] kvm: convert bus "
` [PATCHv5 5/6] kvm: remove in_range from io devices
` [PATCHv5 6/6] kvm: document lock nesting rule

Problems on AMD laptops
 2009-06-29 18:26 UTC  (4+ messages)

[PATCHv4 1/6] kvm: document locking for kvm_io_device_ops
 2009-06-29 17:34 UTC  (6+ messages)
` [PATCHv4 2/6] kvm: switch coalesced mmio changes to slots_lock
` [PATCHv4 3/6] kvm: switch pit creation "
` [PATCHv4 4/6] kvm: convert bus "
` [PATCHv4 5/6] kvm: remove in_range from io devices
` [PATCHv4 6/6] kvm: document lock nesting rule

[PATCHv4 0/6] kvm: locking and API rework for iosignalfd
 2009-06-29 17:33 UTC 

[PATCHv3 1/4] kvm: document locking for kvm_io_device_ops
 2009-06-29 17:04 UTC  (8+ messages)
` [PATCHv3 2/4] kvm: switch coalesced mmio changes to slots_lock
` [PATCHv3 3/4] kvm: convert bus "
` [PATCHv3 4/4] kvm: remove in_range from io devices

[ kvm-Bugs-2506814 ] TAP network lockup after some traffic
 2009-06-29 16:43 UTC 

[PATCH] Fix KVM CPU check in configure
 2009-06-29 16:21 UTC 

[PATCH] Fix pcspk build with kvm disabled
 2009-06-29 16:00 UTC  (2+ messages)

[PATCHv2] kvm: remove in_range and switch to rwsem for iobus
 2009-06-29 14:28 UTC  (3+ messages)

Yet another kernel backtrace pointing at KVM
 2009-06-29 14:13 UTC  (4+ messages)

[PATCH 0/8 v3] KVM support for 1GB pages
 2009-06-29 13:17 UTC  (3+ messages)

[PATCHv3 0/4] kvm: locking and API rework for iosignalfd
 2009-06-29 13:04 UTC  (2+ messages)

KVM: init bsp_vcpu before kvm_arch_vcpu_init
 2009-06-29 12:39 UTC  (4+ messages)

BUG: using smp_processor_id() in preemptible
 2009-06-29 12:03 UTC  (16+ messages)

[ kvm-Bugs-2813926 ] USB connection lost on device restart
 2009-06-29 11:57 UTC 

[PATCH v2] enable x2APIC without interrupt remapping under KVM
 2009-06-29 11:48 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox