public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-02-08 03:02:03 to 2009-02-12 22:57:12 UTC [more...]

qcow2 corruption observed, fixed by reverting old change
 2009-02-12 22:57 UTC  (9+ messages)
` [Qemu-devel] "

kvm-userspace compile problem
 2009-02-12 22:54 UTC  (2+ messages)

running windows xp created by vmware server on kvm/qemu
 2009-02-12 22:19 UTC  (5+ messages)

[PATCH 0/3 v2] MSI-X enabling
 2009-02-12 20:40 UTC  (12+ messages)
` [PATCH 1/3] KVM: Ioctls for init MSI-X entry
` [PATCH 2/3] KVM: Add gsi_msg_pending_bitmap for MSI-X
` [PATCH 3/3] KVM: Enable MSI-X for KVM assigned device

[PATCH] include qemu-kvm.h at all cases
 2009-02-12 20:36 UTC 

[PATCH 0/4] qemu: TAP filtering support
 2009-02-12 20:26 UTC  (18+ messages)
` [PATCH 1/4] qemu:net: Add infrastructure for setting an RX filter through the vlan
` [PATCH 2/4] qemu:net: Add TAP support for RX filtering on Linux
` [PATCH 3/4] qemu:virtio-net: Add support for qemu_vlan_rxfilter
  ` [Qemu-devel] "
` [PATCH 4/4] qemu:e1000: "
        ` [Qemu-devel] Re: [PATCH 0/4] qemu: TAP filtering support

[PATCH 0/5 v8] Optimize and unify IOAPIC/MSI delivery
 2009-02-12 18:39 UTC  (8+ messages)
` [PATCH 1/5] KVM: Split IOAPIC structure
` [PATCH 2/5] KVM: Unified the delivery of IOAPIC and MSI
` [PATCH 3/5] KVM: Change API of kvm_ioapic_get_delivery_bitmask
` [PATCH 4/5] KVM: Update intr delivery func to accept unsigned long* bitmap
` [PATCH 5/5] KVM: bit ops for deliver_bitmap

KVM: x86: disable kvmclock on non constant TSC hosts
 2009-02-12 17:54 UTC  (11+ messages)

Nested kvm -> vmware esx
 2009-02-12 17:25 UTC  (3+ messages)

[BUG] Linux 2.6.28.4 freezing on a 32-bits x86 Thinkpad T43p
 2009-02-12 15:07 UTC  (8+ messages)
        ` [ltt-dev] "

[PATCH v3 0/6] ATS capability support for Intel IOMMU
 2009-02-12 12:50 UTC  (4+ messages)
` [PATCH v3 1/6] PCI: support the ATS capability
` [PATCH v3 4/6] VT-d: add device IOTLB invalidation support
` [PATCH v3 6/6] VT-d: support the device IOTLB

[PATCH 1/4] kvm: define KVM_CAP_DEVICE_DEASSIGNMENT
 2009-02-12 12:05 UTC  (4+ messages)

[PATCH 0/3][v3] Userspace for MSI-X enabling
 2009-02-12 10:14 UTC  (5+ messages)
` [PATCH 1/3] Add MSI-X related macro to pci.c
` [PATCH 2/3] kvm: add ioctl KVM_SET_MSIX_ENTRY_NR and KVM_SET_MSIX_ENTRY
` [PATCH 3/3] kvm: enable MSI-X capabilty for assigned device

[PATCH 3/3] kvm: enable MSI-X capabilty for assigned device
 2009-02-12 10:13 UTC 

kvm process exit on virtio error
 2009-02-12 10:11 UTC  (3+ messages)

[PATCH] Don't unregister unassigned PCI BAR
 2009-02-12  1:35 UTC  (2+ messages)

KVM: x86: paravirt skip pit-through-ioapic boot check
 2009-02-12  0:45 UTC 

[PATCH v2] report IRQ injection status to userspace
 2009-02-11 20:45 UTC  (10+ messages)

[ kvm-Bugs-2545471 ] virtio_net not working
 2009-02-11 19:45 UTC 

fedora-10 install hang
 2009-02-11 19:07 UTC  (5+ messages)

Strange performance issue wite kvm and XP guests
 2009-02-11 19:04 UTC 

[PATCH 4/4] kvm: qemu: fix hot remove device
 2009-02-11 18:59 UTC  (2+ messages)

[PATCH 3/4] kvm: libkvm: add deassign ioctl
 2009-02-11 18:59 UTC  (2+ messages)

[PATCH 2/4] kvm: change a loglevel in kvm_vm_ioctl_deassign_device
 2009-02-11 18:59 UTC  (2+ messages)

[PATCH v2 0/6] ATS capability support for Intel IOMMU
 2009-02-11 17:38 UTC  (5+ messages)
` [PATCH v2 1/6] PCI: support the ATS capability

KVM: guest: only batch user pte updates
 2009-02-11 16:57 UTC  (6+ messages)

[PATCH] kvm: user/test compile fixes for gcc 4.4.0
 2009-02-11 16:46 UTC 

Stable branch releases?
 2009-02-11 13:18 UTC  (10+ messages)

[PATCH] Fix kvmclock on !constant_tsc boxes
 2009-02-11 13:14 UTC  (5+ messages)

[PATCH] KVM: VMX: Use kvm_mmu_page_fault() handle EPT violation
 2009-02-11 12:16 UTC  (3+ messages)

[PATCH 1/4] Fix GPE registers read/write handling
 2009-02-11 12:14 UTC  (8+ messages)
` [PATCH 2/4] Fix CPU hotplug
` [PATCH 4/4] PCI hotplug fixes

[PATCH 1/1] KVM: Using irq routing table for MSI
 2009-02-11 12:07 UTC  (2+ messages)

[ kvm-Bugs-2545471 ] virtio_net not working
 2009-02-11 10:39 UTC 

[ kvm-Bugs-2584662 ] No easy way to check kvm version
 2009-02-11 10:25 UTC 

[PATCH 0/7][v2] Userspace support for MSI enabling
 2009-02-11  8:12 UTC  (8+ messages)
` [PATCH 1/7] kvm: Replace force type convert with container_of()
` [PATCH 2/7] Make device assignment depend on libpci
` [PATCH 3/7] Figure out device capability
` [PATCH 4/7] Support for "
` [PATCH 5/7] kvm: user interface for MSI type irq routing
` [PATCH 6/7] kvm: libkvm: allocate unused gsi for "
` [PATCH 7/7] kvm: expose MSI capability to guest

[PATCH] KVM: VMX: Judge MMIO based on PFN rather than HVA in EPT violation
 2009-02-11  3:29 UTC  (4+ messages)

Recent kvm and vmware server comparisons?
 2009-02-11  2:19 UTC 

kvm network performance
 2009-02-10 16:11 UTC 

[PATCH 0/2] Show hypervisor information on sysfs
 2009-02-10 13:31 UTC  (6+ messages)
` [PATCH 1/2] tell cpuinfo if we're running on top of KVM
  ` [PATCH 2/2] show hypervisor information on sysfs

[PATCH 0/4] kvm: fix hot remove device
 2009-02-10 12:40 UTC 

[ kvm-Bugs-2584662 ] No easy way to check kvm version
 2009-02-10 10:56 UTC 

[ kvm-Bugs-2584563 ] When binding VNC to a file other options are discarded
 2009-02-10 10:19 UTC 

[ kvm-Bugs-2584543 ] Migration failed on kvm 83 (regression from 79)
 2009-02-10 10:16 UTC 

[PATCH v8 0/7] PCI: Linux kernel SR-IOV support
 2009-02-10  8:59 UTC  (8+ messages)
` [PATCH v8 1/7] PCI: initialize and release SR-IOV capability
` [PATCH v8 2/7] PCI: restore saved SR-IOV state
` [PATCH v8 3/7] PCI: reserve bus range for SR-IOV device
` [PATCH v8 4/7] PCI: add SR-IOV API for Physical Function driver
` [PATCH v8 5/7] PCI: handle SR-IOV Virtual Function Migration
` [PATCH v8 6/7] PCI: document SR-IOV sysfs entries
` [PATCH v8 7/7] PCI: manual for SR-IOV user and driver developer

OpenNebula 1.2 Released
 2009-02-09 22:04 UTC 

32-bit windows 2k3 guest hangs with more than ~3.5GB memory
 2009-02-09 16:17 UTC 

(unknown),
 2009-02-09 15:35 UTC 

Press any key to continue
 2009-02-09 15:00 UTC  (2+ messages)

2.6.29-rc3 oops with kvmclock
 2009-02-09 14:15 UTC  (3+ messages)

[ kvm-Bugs-2351676 ] Guests hang periodically on Ubuntu-8.10
 2009-02-09 13:52 UTC 

[PATCH] x86: Drop unused evaluations from IO handlers
 2009-02-09 13:47 UTC  (4+ messages)

[PATCH] don't call kvm_init_vcpu() twice
 2009-02-09 13:45 UTC  (2+ messages)

[ kvm-Bugs-2351676 ] Guests hang periodically on Ubuntu-8.10
 2009-02-09 12:38 UTC 

[PATCH 1/3] kvm-s390: fix registering memory regions while vcpus do exist
 2009-02-09 10:26 UTC  (5+ messages)
` [PATCH 3/3] kvm common: verify that cpu slot is available when creating new vcpu

[PATCH] Fix warnings in virtio-net
 2009-02-09  9:47 UTC  (3+ messages)

[PATCH 0/4] Arguments to skip boot menu and to hide bios output
 2009-02-09  8:44 UTC  (4+ messages)

[PATCH 0/3] [RESEND] kvm: qemu: several fixes for device assignment
 2009-02-08 10:04 UTC  (2+ messages)

[PATCH v2] kvm-userspace: Fix kvm-originated warnings
 2009-02-08  9:59 UTC  (4+ messages)
` [PATCH] libkvm: Fix return of kvm_commit_irq_routes

2.6.29-rc3 circular locking dependency detected
 2009-02-08  9:43 UTC  (6+ messages)
` [PATCH 1/1] kvm: fix circular locking dependency

[PATCH 0/3][v2] Fix racy in kvm_free_assigned_irq
 2009-02-06 12:33 UTC  (4+ messages)

copyless virtio net thoughts?
 2009-02-08  3:01 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