messages from 2008-11-27 22:28:29 to 2008-12-02 14:02:43 UTC [more...]
[ kvm-Bugs-2138166 ] Vista guest fails to start on kvm-76
2008-12-02 14:02 UTC
[ kvm-Bugs-2088475 ] OpenSuse10.2 can not be installed
2008-12-02 13:58 UTC
[ kvm-Bugs-2353811 ] Solaris 10 guest unstable
2008-12-02 13:46 UTC
[ kvm-Bugs-2138166 ] Vista guest fails to start on kvm-76
2008-12-02 13:43 UTC
[ kvm-Bugs-2138166 ] Vista guest fails to start on kvm-76
2008-12-02 13:39 UTC
[PATCH] Kvm: Qemu: save nvram
2008-12-02 13:10 UTC (5+ messages)
[PATCH 0/12] Factor VT-d KVM functions into a generic API (with multiple device assignment support)
2008-12-02 13:01 UTC (13+ messages)
` [PATCH 01/12] VT-d: Support multiple device assignment for KVM
` [PATCH 02/12] KVM: change to use new APIs for kvm vtd
` [PATCH 03/12] KVM: rename vtd.c to iommu.c
` [PATCH 04/12] introcude linux/iommu.h for an iommu api
` [PATCH 05/12] add frontend implementation for the IOMMU API
` [PATCH 06/12] select IOMMU_API when DMAR and/or AMD_IOMMU is selected
` [PATCH 07/12] KVM: change KVM iommu.c to use IOMMU API
` [PATCH 08/12] VT-d: adapt domain init and destroy functions for "
` [PATCH 09/12] VT-d: adapt device attach and detach "
` [PATCH 10/12] VT-d: adapt domain map and unmap "
` [PATCH 11/12] VT-d: adapt domain iova_to_phys function "
` [PATCH 12/12] VT-d: register functions for the "
[PATCH 1/1] KVM: IRQ ACK notifier should be used with in-kernel irqchip
2008-12-02 12:41 UTC (16+ messages)
` [PATCH 1/4] KVM: remove the IRQ ACK notifier assertions
` [PATCH 2/4] KVM: make kvm_unregister_irq_ack_notifier() safe
` [PATCH 3/4] KVM: gracefully handle zero in kvm_free_irq_source_id()
` [PATCH 4/4] KVM: split out kvm_free_assigned_irq()
` [PATCH 1/5] KVM: remove the IRQ ACK notifier assertions
` [PATCH 2/5] KVM: make kvm_unregister_irq_ack_notifier() safe
` [PATCH 3/5] KVM: don't fee an unallocated irq source id
` [PATCH 4/5] KVM: add KVM_USERSPACE_IRQ_SOURCE_ID assertions
` [PATCH 5/5] KVM: split out kvm_free_assigned_irq()
[BUG] kvm crashes in 2.6.28-rc6-00007-ged31348
2008-12-02 12:31 UTC (8+ messages)
splice() based interguest networking
2008-12-02 12:18 UTC (2+ messages)
[PATCH] KVM: fix handling of ACK from shared guest IRQ
2008-12-02 12:16 UTC
[PATCH] extboot: properly set int 0x13 return value
2008-12-02 12:12 UTC (2+ messages)
Hangs
2008-12-02 12:09 UTC (7+ messages)
[ kvm-Bugs-2353510 ] Fedora 10 failures
2008-12-02 10:39 UTC
[PATCH] kvm-userspace: Add missing KVM string in the signature of CPUID
2008-12-02 10:29 UTC
[PATCH 0/2] module_refcounting and anonymous inodes
2008-12-02 10:17 UTC (3+ messages)
` [PATCH 1/2] anon_inodes: use fops->owner for module refcount
` [PATCH 2/2] kvm: set owner of cpu and vm file operations
[PATCH 0/13 v7] PCI: Linux kernel SR-IOV support
2008-12-02 9:57 UTC (15+ messages)
` [SR-IOV driver example 0/3] introduction
` [SR-IOV driver example 2/3] PF driver: integrate with SR-IOV core
` [SR-IOV driver example 0/3 resend] introduction
` [SR-IOV driver example 1/3 resend] PF driver: hardware specific operations
` [SR-IOV driver example 2/3 resend] PF driver: integrate with SR-IOV core
` [SR-IOV driver example 3/3 resend] VF driver: an independent PCI NIC driver
[PATCH] KVM: Qemu: push_nmi should be only used by I386 Arch
2008-12-02 9:26 UTC (9+ messages)
[GIT PULL][RESEND] KVM updates for Linux 2.6.28-rc6
2008-12-02 8:54 UTC
[Qemu-devel] qemu-img commit -- is there a limit on file sizes?
2008-12-02 0:47 UTC (3+ messages)
[patch 0/4] oos shadow optimizations v2
2008-12-02 0:32 UTC (5+ messages)
` [patch 1/4] KVM: MMU: use page array in unsync walk
` [patch 2/4] KVM: MMU: collapse remote TLB flushes on root sync
` [patch 3/4] KVM: MMU: skip global pgtables on sync due to cr3 switch
` [patch 4/4] KVM: MMU: prepopulate the shadow on invlpg
[PATCH 1/2] [v2] VT-d: Support multiple device assignment for KVM
2008-12-02 0:31 UTC (7+ messages)
1-1 mapping of devices without VT-d
2008-12-01 23:01 UTC (4+ messages)
STOP error with virtio on KVM-79/2.6.18/Win2k3 x64 guest
2008-12-01 22:26 UTC (2+ messages)
[PATCH 1/2] PCI: allow pci driver to support only dynids
2008-12-01 20:41 UTC (2+ messages)
[PATCH 1/2] Virtio core support
2008-12-01 20:22 UTC (5+ messages)
` [PATCH 2/2] Virtio block device support
` [Qemu-devel] "
` [PATCH] [v2] Remove TARGET_PAGE_SIZE from virtio interface
[PATCH] extboot: properly set int 0x13 return value
2008-12-01 20:20 UTC (2+ messages)
[ kvm-Bugs-2351676 ] Guests hang periodically on Ubuntu-8.10
2008-12-01 19:09 UTC
(unknown),
2008-12-01 18:20 UTC
[PATCH 0/9] Factor VT-d KVM functions into a generic API
2008-12-01 18:16 UTC (25+ 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 8/9] VT-d: register functions "
Compiling error : ppc440_bamboo.o fails
2008-12-01 17:34 UTC (2+ messages)
[PATCH 0/3] KVM-userspace: add NUMA support for guests
2008-12-01 15:49 UTC (32+ messages)
[PATCH] kvm-userspace: fix module build with --kerneldir
2008-12-01 14:28 UTC (2+ messages)
error "could not open disk image" and snapshot=on (if off it works)
2008-12-01 13:12 UTC
[PATCH/RFC] kvm: fix refcounting race release vs. module unload
2008-12-01 8:57 UTC (4+ messages)
` [PATCH v2]: check for fops->owner in anon_inode_getfd
Is this a bug in qemu-img?
2008-11-30 21:35 UTC (4+ messages)
Weekly KVM Test report, kernel 702ca3 ... userspace 1749c3
2008-11-30 13:08 UTC
[PATCH 01/12] kvm: qemu: device-assignment: add_assigned_device() returns a pointer
2008-11-30 10:47 UTC (16+ messages)
` [PATCH 02/12] kvm: qemu: device-assignment: introduce add_assigned_devices()
` [PATCH 03/12] kvm: qemu: device-assignment: exit if cmdline parsing fails
` [PATCH 04/12] kvm: qemu: device-assignment: unregister device if assignment fails
` [PATCH 05/12] kvm: qemu: device-assignment: fixup error reporting
` [PATCH 06/12] kvm: qemu: device-assignment: cleanup irq assignment error messages
` [PATCH 07/12] kvm: qemu: device-assignment: remove device if irq assignment fails
` [PATCH 08/12] kvm: qemu: device-assignment: introduce free_assigned_device()
` [PATCH 09/12] kvm: qemu: device-assignment: free device if hotplug fails
` [PATCH 10/12] kvm: qemu: device-assignment: close PCIDevRegions::config_fd
` [PATCH 11/12] kvm: qemu: device-assignment: munmap() mmio regions
` [PATCH 12/12] kvm: qemu: device-assignment: init_assigned_device() error handling
[PATCH][3/3] kvm/ia64: external module: Add printk support for kvm-intel
2008-11-30 10:33 UTC (2+ messages)
[PATCH] KVM: fix sparse warning
2008-11-30 10:17 UTC (2+ messages)
[PATCH] KVM: VMX: fix sparse warning
2008-11-30 10:15 UTC (2+ messages)
[GIT PULL] KVM updates for Linux 2.6.28-rc6
2008-11-30 9:57 UTC
KVM test issues (irq.flat and smptest.flat)
2008-11-30 9:45 UTC (2+ messages)
[PATCH] KVM: x86 emulator: switch 'pop reg' instruction to emulate_pop()
2008-11-29 18:35 UTC (2+ messages)
[ kvm-Bugs-2219956 ] win2k3 server x64 exception 13
2008-11-29 7:15 UTC
KVM: MMU: avoid creation of unreachable pages in the shadow
2008-11-29 4:15 UTC (4+ messages)
kvm-79 works on rhel5.2??
2008-11-28 18:03 UTC (5+ messages)
[PATCH 0/4] ksm - dynamic page sharing driver for linux v2
2008-11-28 16:58 UTC (7+ messages)
` [PATCH 1/4] Rmap: Add page_wrprotect() function
` [PATCH 2/4] Add replace_page(): change the page pte is pointing to
` [PATCH 3/4] add ksm kernel shared memory driver
[PATCH] markers: comment usage of marker_synchronize_unregister()
2008-11-28 15:47 UTC (10+ messages)
` [PATCH] markers: comment marker_synchronize_unregister() on data dependency
[PATCH 1/3] KVM-userspace: introduce -nodes command line option
2008-11-28 10:15 UTC (2+ messages)
[ kvm-Bugs-2327497 ] NFS copy makes guest network unstable
2008-11-28 6:50 UTC
[PATCH 2/2] [v2] KVM: Change to use new APIs for KVM VT-d
2008-11-28 1:28 UTC (3+ messages)
[PATCH] KVM: Qemu: Build fix for !CONFIG_GDBSTUB case
2008-11-28 1:25 UTC (3+ messages)
[PATCH 3/3] KVM-userspace: generate a SRAT table to describe the guests NUMA topology
2008-11-27 22:28 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