messages from 2008-11-25 08:07:53 to 2008-11-27 22:28:29 UTC [more...]
[PATCH 3/3] KVM-userspace: generate a SRAT table to describe the guests NUMA topology
2008-11-27 22:28 UTC
[PATCH 2/3] KVM-userspace: allocate guest resources from different host nodes
2008-11-27 22:27 UTC
[PATCH 1/3] KVM-userspace: introduce -nodes command line option
2008-11-27 22:25 UTC
[PATCH 0/3] KVM-userspace: add NUMA support for guests
2008-11-27 22:23 UTC
[PATCH/RFC] kvm: fix refcounting race release vs. module unload
2008-11-27 19:40 UTC (8+ messages)
` [PATCH/RFC 2] kvm: fix module refcount issues with anon_inodegetfd
` [PATCH/Request for review]: check for fops->owner in anon_inode_getfd
` [PATCH v2]: "
[PATCH] markers: comment usage of marker_synchronize_unregister()
2008-11-27 18:44 UTC (9+ messages)
` [PATCH] markers: comment marker_synchronize_unregister() on data dependency
[PATCH 0/9] Factor VT-d KVM functions into a generic API
2008-11-27 17:05 UTC (13+ messages)
` [PATCH 1/9] KVM: rename vtd.c to iommu.c
` [PATCH 2/9] introcude linux/iommu.h for an iommu api
` [PATCH 3/9] add frontend implementation for the IOMMU API
` [PATCH 4/9] select IOMMU_API when DMAR and/or AMD_IOMMU is selected
` [PATCH 5/9] VT-d: add domain init and destroy functions for IOMMU API
` [PATCH 6/9] VT-d: add device attach and detach "
` [PATCH 7/9] VT-d: add domain map and iova_to_phys "
` [PATCH 8/9] VT-d: register functions for the "
` [PATCH 9/9] KVM: change KVM iommu.c to use "
` [osrc-patches] [PATCH 0/9] Factor VT-d KVM functions into a generic API
kvm-79 works on rhel5.2??
2008-11-27 17:01 UTC
[ kvm-Bugs-2353811 ] Solaris 10 guest unstable
2008-11-27 15:44 UTC
[PATCH 2/2] [v2] KVM: Change to use new APIs for KVM VT-d
2008-11-27 15:14 UTC (2+ messages)
[PATCH] kvm-userspace: fix module build with --kerneldir
2008-11-27 14:26 UTC (10+ messages)
[PATCH 1/2] [v2] VT-d: Support multiple device assignment for KVM
2008-11-27 13:49 UTC
[PATCH 0/2] [v2] Support VT-d multiple device assignment for KVM
2008-11-27 13:48 UTC
[PATCH 5/5] kvm: qemu: Improve virtio_net recv buffer allocation scheme
2008-11-27 13:32 UTC (9+ messages)
` [PATCH 0/5] kvm: qemu: virtio_net: add support for mergeable rx buffers
` [PATCH 1/5] kvm: qemu: virtio: move virtqueue_next_desc() around
` [PATCH 2/5] kvm: qemu: virtio: introduce virtqueue_fill() and virtqueue_flush()
` [PATCH 3/5] kvm: qemu: virtio: split some helpers out of virtqueue_pop()
` [PATCH 4/5] kvm: qemu: virtio-net: split iov_fill() out from virtio_net_receive()
` [PATCH 5/5] kvm: qemu: virtio-net: add a new virtio-net receive buffer scheme
[PATCH] Prevent trace call into unloaded module text
2008-11-27 13:32 UTC (5+ messages)
[ kvm-Bugs-2351676 ] Guests hang periodically on Ubuntu-8.10
2008-11-27 12:54 UTC
[ kvm-Bugs-2353510 ] Fedora 10 failures
2008-11-27 12:46 UTC
[PATCH 0/2] two refcount and leak fixes for kvm on s390
2008-11-27 12:40 UTC (4+ messages)
` [PATCH 1/2] kvm-s390: Fix refcounting and allow module unload
` [PATCH 2/2] kvm-s390: Fix memory leak of vcpu->run
[PATCH 0/5] KVM: Improved guest debugging / debug register emulation
2008-11-27 11:43 UTC (6+ messages)
` [PATCH 3/5] KVM: VMX: Ensure interruptibility when single-stepping
` [PATCH 5/5] KVM: x86: Wire-up hardware breakpoints for guest debugging
` [PATCH 2/5] KVM: New guest debug interface
` [PATCH 4/5] KVM: x86: Virtualize debug registers
` [PATCH 1/5] VMX: Support for injecting software exceptions
[PATCH 0/5] KVM-userspace: Improved guest debugging / debug register emulation
2008-11-27 11:28 UTC (6+ messages)
` [PATCH 1/5] QEMU: Add TAILQ_FOREACH_SAFE
` [PATCH 2/5] QEMU: Use sys-queue.h for break/watchpoint managment
` [PATCH 3/5] kvm-userspace: Switch to new guest debug interface
` [PATCH 4/5] kvm-userspace: Remove obsolete special_reload_dr7 hack
` [PATCH 5/5] kvm-userspace: Provide compat wrapper for set_debugreg
[PATCH] KVM: Qemu: push_nmi should be only used by I386 Arch
2008-11-27 11:39 UTC (2+ messages)
Weekly KVM Test report, kernel 30d95f ... userspace fc94d1
2008-11-27 10:57 UTC (6+ messages)
[PATCH] KVM: Qemu: Build fix for !CONFIG_GDBSTUB case
2008-11-27 10:31 UTC (2+ messages)
[PATCH 00/12] Add support for nested SVM (kernel) v7
2008-11-27 9:48 UTC (14+ messages)
` [PATCH 01/12] Clean up VINTR setting v7
` [PATCH 02/12] Move EFER and MSR constants to generic x86 code v7
` [PATCH 03/12] Add helper functions for nested SVM v7
` [PATCH 04/12] Implement GIF, clgi and stgi v7
` [PATCH 05/12] Implement hsave v7
` [PATCH 06/12] Add VMLOAD and VMSAVE handlers v7
` [PATCH 07/12] Add VMRUN handler v7
` [PATCH 08/12] Add VMEXIT handler and intercepts v7
` [PATCH 09/12] Allow read access to MSR_VM_VR v7
` [PATCH 10/12] Allow setting the SVME bit v7
` [PATCH 11/12] Only allow setting of EFER_SVME when CPUID SVM is set v7
` [PATCH 12/12] Accelerate nested SVM by emulating parts of GIF=0 v7
[PATCH][3/3] kvm/ia64: external module: Add printk support for kvm-intel
2008-11-27 9:44 UTC
[PATCH] KVM: external module: Fix for printk support
2008-11-27 9:36 UTC
[PATCH 0/5][v2] Userspace for MSI support of KVM
2008-11-27 3:51 UTC (4+ messages)
` [PATCH 5/5] kvm: expose MSI capability to guest
[ kvm-Bugs-2327497 ] NFS copy makes guest network unstable
2008-11-27 3:43 UTC
[PATCH 1/2] VT-d: Support multiple device assignment for KVM
2008-11-27 3:38 UTC (5+ messages)
[PATCH 1/2] PCI: allow pci driver to support only dynids
2008-11-26 21:07 UTC (9+ messages)
` [PATCH 2/2] PCI: pci-stub module to reserve pci device
` [PATCH 2/2 v2] "
[PATCH 0/13 v7] PCI: Linux kernel SR-IOV support
2008-11-26 20:14 UTC (12+ messages)
` [SR-IOV driver example 0/3] introduction
` [SR-IOV driver example 1/3] PF driver: allocate hardware specific resource
` [SR-IOV driver example 2/3] PF driver: integrate with SR-IOV core
` [SR-IOV driver example 3/3] VF driver tar ball
[PATCH 1/2] Virtio core support
2008-11-26 18:29 UTC (7+ messages)
` [PATCH 2/2] Virtio block device support
` [Qemu-devel] "
` [PATCH 1/1] "
` [Qemu-devel] "
` [PATCH] Remove TARGET_PAGE_SIZE from virtio interface
[ kvm-Bugs-2351433 ] unhandled vm exit: 0x80000021 running UnixWare guest
2008-11-26 18:09 UTC
[ kvm-Bugs-2351676 ] Guests hang periodically on Ubuntu-8.10
2008-11-26 17:59 UTC
Using virtio drivers under Windows 2003 R2 SP2 guest
2008-11-26 16:52 UTC (3+ messages)
[ kvm-Bugs-2351433 ] unhandled vm exit: 0x80000021 running UnixWare guest
2008-11-26 16:41 UTC
[ kvm-Bugs-2351433 ] unhandled vm exit: 0x80000021 running UnixWare guest
2008-11-26 16:39 UTC
[PATCH] kvm: header-sync: fix to work with 2.6.28 kernel
2008-11-26 16:27 UTC (2+ messages)
[PATCH] kvm-userspace: Cleanup user space NMI injection
2008-11-26 16:26 UTC (4+ messages)
[ kvm-Bugs-2215532 ] SMP IA32e RHEL5.1 guest can not boot up
2008-11-26 14:49 UTC
[PATCH 2/2] KVM: Change to use new APIs for KVM VT-d
2008-11-26 14:04 UTC (3+ messages)
Host<->guest channel interface advice needed
2008-11-26 13:20 UTC (4+ messages)
[RFC Patch 0/5] x86_emulator: emulate shld and shrd instruction
2008-11-26 12:50 UTC (7+ messages)
` [Patch 4/5] x86_emulator: add the assembler code for three operands
[PATCH] Add KVM version to monitor "info version"
2008-11-26 11:23 UTC (4+ messages)
KVM: MMU: optimize set_spte for page sync
2008-11-26 11:12 UTC (7+ messages)
[PATCH 0/9][v6] Enable MSI for KVM
2008-11-26 10:14 UTC (2+ messages)
[RFT] Rebased gdb/debug register patches
2008-11-26 9:17 UTC (3+ messages)
[PATCH 0/2] Support VT-d multiple device assignment for KVM
2008-11-26 3:18 UTC
gettimeofday "slow" in RHEL4 guests
2008-11-25 19:09 UTC (9+ messages)
KVM: MMU: avoid creation of unreachable pages in the shadow
2008-11-25 19:01 UTC (4+ messages)
[PATCH] kvm: ppc: stop leaking host memory on VM exit
2008-11-25 16:52 UTC (4+ messages)
Out of sync shadow core breaks Hurd
2008-11-25 16:52 UTC (4+ messages)
[PATCH 0/11][v5] Enable MSI for KVM
2008-11-25 15:07 UTC (7+ messages)
` [PATCH 05/11] KVM: Add fields for MSI device assignment
[PATCH] KVM: VMX: Fix race between pending IRQ and NMI
2008-11-25 14:55 UTC (14+ messages)
[PATCH] kvm-testsuite: Fix halt callback
2008-11-25 14:41 UTC (2+ messages)
[PATCH 0/4] Userspace for MSI support of KVM
2008-11-25 14:39 UTC (5+ messages)
` [PATCH 3/4] Support for device capability
[PATCH] sign kvmclock as paravirt
2008-11-25 14:32 UTC (2+ messages)
[PATCH] Fix -no-kvm with SMP
2008-11-25 14:30 UTC (2+ messages)
[PATCH] always assign userspace_addr
2008-11-25 14:04 UTC (7+ messages)
[PATCH] Fix off-by-one bug limiting VNC passwords to 7 chars
2008-11-25 10:26 UTC (5+ messages)
` [Qemu-devel] "
` [PATCH v2] "
` [PATCH v2] Accept password as an argument to 'change vnc password'
[ kvm-Bugs-2327497 ] NFS copy makes guest network unstable
2008-11-25 9:47 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox