messages from 2008-10-02 00:42:31 to 2008-10-07 14:43:02 UTC [more...]
[PATCH] [RESEND] Make KVM compile on split source/object kernel configurations
2008-10-07 14:42 UTC (2+ messages)
[PATCH] [RESEND] VT-d: Support multiple device assignment to one guest
2008-10-07 13:59 UTC (4+ messages)
[PATCH] call kvm_arch_vcpu_reset() instead of a callback
2008-10-07 13:44 UTC (2+ messages)
[PATCH 4/4] KVM: x86: Enable MSI for assigned device
2008-10-07 13:42 UTC (5+ messages)
[PATCH][1/3] kvm/ia64: Add printk support for kvm-intel modules
2008-10-07 13:19 UTC (2+ messages)
[PATCH 2/8]kvm: Moving device_assignment logic to kvm_main.c
2008-10-07 13:16 UTC (9+ messages)
[PATCH 00/17] kvm-userspace: Fix and improve guest debugging and x86 debug registers
2008-10-07 12:20 UTC (25+ messages)
` [PATCH 01/17] kvm-userspace: Remove old guest debugging hooks
` [PATCH 02/17] qemu: Return appropriate watch message to gdb
` [PATCH 03/17] qemu: Refactor and enhance break/watchpoint API
` [PATCH 04/17] qemu: Set mem_io_vaddr on io_read
` [PATCH 05/17] qemu: Respect length of watchpoints
` [PATCH 06/17] qemu: Introduce next_cflags
` [PATCH 07/17] qemu: Switch self-modified code recompilation to next_cflags
` [PATCH 08/17] qemu: Restore pc on watchpoint hits - v3
` [PATCH 09/17] qemu: Remove premature memop TB terminations
` [PATCH 10/17] qemu: Improve debugging of SMP guests
` [PATCH 11/17] qemu: Introduce BP_WATCHPOINT_HIT flag
` [PATCH 12/17] qemu: Add debug exception hook
` [PATCH 13/17] qemu: Introduce BP_CPU as a breakpoint type
` [PATCH 14/17] qemu: x86: Debug register emulation
` [PATCH 15/17] kvm-userspace: Switch to new guest debug interface
` [PATCH 16/17] kvm-userspace: Provide compat wrapper for set_debugreg
` [PATCH 17/17] kvm-userspace: remove obsolete special_reload_dr7 hack
kvmctl produces a segfault introduced by commit d8810ad3207e in kvm
2008-10-07 10:36 UTC (3+ messages)
[PATCH 0/8] Patchset to enable vt-d support for kvm/ia64
2008-10-07 9:50 UTC (5+ messages)
[ kvm-Bugs-2150923 ] Fail to do Live Migration
2008-10-07 7:47 UTC
[ kvm-Bugs-2106661 ] Fail to save restore and live migration
2008-10-07 7:34 UTC
[PATCH 4/4] KVM: x86: Enable MSI for assigned device
2008-10-07 6:09 UTC
thread/core siblings info for guests
2008-10-06 20:54 UTC (5+ messages)
kvm-76 --std-vga problem
2008-10-06 16:16 UTC (3+ messages)
[ kvm-Bugs-2149609 ] Booting IA32e Windows guest meets BSOD
2008-10-06 14:53 UTC
[ kvm-Bugs-2149609 ] Booting IA32e Windows guest meets BSOD
2008-10-06 14:38 UTC
[PATCH] don't halt non-boot CPU if IRQ chip is in kernel
2008-10-06 14:32 UTC
[ kvm-Bugs-2149609 ] Booting IA32e Windows guest meets BSOD
2008-10-06 14:25 UTC
KVM Management : Paused stauts
2008-10-06 13:04 UTC (6+ messages)
[PATCH 0/5] KVM: Fix and improve guest debugging and x86 debug registers
2008-10-06 9:15 UTC (6+ messages)
` [PATCH 1/5] KVM: VMX: Support for injecting software exceptions
` [PATCH 2/5] KVM: New guest debug interface
` [PATCH 3/5] KVM: VMX: Ensure interruptibility when single-stepping
` [PATCH 4/5] KVM: x86: Virtualize debug registers
` [PATCH 5/5] KVM: x86: Wire-up hardware breakpoints for guest debugging
[PATCH 0/4] Improve emulated scsi write performance
2008-10-06 7:27 UTC (17+ messages)
` [PATCH 1/4] lsi_queue_command: add dma direction parameter
` [PATCH 2/4] Refactor lsi_do_command to queue read and write ops
` [PATCH 3/4] Refactor scsi-disk layer for queue'ing writes
` [PATCH 4/4] Reallocate dma buffers in read/write path if needed
` [Qemu-devel] "
` [Qemu-devel] [PATCH 0/4] Improve emulated scsi write performance
[PATCH 3/8]kvm: Changing is_mmio_pfn to kvm_is_mmio_pfn, and make it common
2008-10-06 7:15 UTC (2+ messages)
[RFC][PATCH 0/2] Fix guest shared interrupt with in-kernel irqchip
2008-10-06 6:37 UTC (11+ messages)
[patch] fold struct vcpu_info into CPUState
2008-10-05 20:48 UTC (3+ messages)
[ kvm-Bugs-2148182 ] kvm-76 cannot boot 2.6.27-rc6 and -rc8
2008-10-05 19:00 UTC
USB support for smart card reader
2008-10-05 16:18 UTC (2+ messages)
mandrake-10 not able to boot on kvm-71-73
2008-10-05 11:06 UTC (22+ messages)
Remaining passthrough/VT-d tasks list
2008-10-05 10:18 UTC (5+ messages)
[PATCH] kvm: user: Call pthread_join only to created threads
2008-10-05 10:00 UTC (2+ messages)
[patch] fix build breakage of qemu/kvm on ia64
2008-10-05 9:58 UTC (3+ messages)
kvm-76 fails to boot kubuntu 64bits (ok with kvm-75)
2008-10-05 2:36 UTC (2+ messages)
[RFC] CPUID usage for interaction between Hypervisors and Linux
2008-10-04 8:53 UTC (25+ messages)
In-kernel ioapic and bug #2143498
2008-10-04 1:35 UTC
Is it ok to compile kvm with gcc-4.1.2?
2008-10-03 15:10 UTC (3+ messages)
fast fix for mmu aliasing troubles
2008-10-03 14:45 UTC
[PATCH 0/3] Refactor AIO to allow multiple AIO implementations
2008-10-03 13:33 UTC (3+ messages)
[PATCH 9/9] x86/iommu: use dma_ops_list in get_dma_ops
2008-10-03 8:38 UTC (8+ messages)
[PATCH 6/8]kvm/ia64: Make pmt table be able to hold physical mmio entries
2008-10-03 7:23 UTC (3+ messages)
Status of pci passthrough work?
2008-10-03 6:30 UTC (4+ messages)
[ kvm-Bugs-2143498 ] FreeBSD fails to reboot
2008-10-03 2:38 UTC
unhandled vm exit: 0x80000021 vcpu_id 0
2008-10-03 0:57 UTC (2+ messages)
[ kvm-Bugs-2138166 ] Vista guest fails to start on kvm-76
2008-10-03 0:06 UTC
kvm-autotest results for kvm-76
2008-10-02 20:38 UTC
[ kvm-Bugs-2138166 ] Vista guest fails to start on kvm-76
2008-10-02 16:27 UTC
[PATCH 2/6 v3] PCI: add new general functions
2008-10-02 16:21 UTC (2+ messages)
[PATCH 3/6 v3] PCI: support ARI capability
2008-10-02 16:17 UTC (3+ messages)
[ kvm-Bugs-2138166 ] Vista guest fails to start on kvm-76
2008-10-02 15:48 UTC
iommu external module
2008-10-02 15:30 UTC (3+ messages)
[PATCH] unalias rework
2008-10-02 15:31 UTC
[PATCH] fix compilation with --disable-kvm
2008-10-02 15:11 UTC (3+ messages)
[ kvm-Bugs-2135061 ] vde support disabled
2008-10-02 14:32 UTC
[PATCH] unalias rework
2008-10-02 14:21 UTC (3+ messages)
[ kvm-Bugs-2063072 ] compiling problem with "tcg_ctx"
2008-10-02 14:05 UTC
[ kvm-Bugs-2138079 ] kvm locks up system
2008-10-02 14:02 UTC
[ kvm-Bugs-2138079 ] kvm locks up system
2008-10-02 13:56 UTC
[PATCH 0/2] KVM failing to compile with --disable-kvm
2008-10-02 13:55 UTC (7+ messages)
` [PATCH 1/2] provide a kvm_qemu_memory_alias() function
` [PATCH 2/2] fix compilation with --disable-kvm
[ kvm-Bugs-2138079 ] kvm locks up system
2008-10-02 13:44 UTC
[PATCH 0/8] Patchset to enable vt-d support for kvm/ia64
2008-10-02 13:06 UTC (2+ messages)
[PATCH 4/8]kvm: Split arch/x86/kvm/irq.c to two parts
2008-10-02 13:04 UTC (2+ messages)
[ kvm-Bugs-2138166 ] Vista guest fails to start on kvm-76
2008-10-02 13:01 UTC
[PATCH] KVM: x86: Silence various LAPIC-related host kernel messages
2008-10-02 12:58 UTC (2+ messages)
[PATCH 0/3] kvm-userspace: kvmppc: fix build for ppc v2
2008-10-02 12:57 UTC (2+ messages)
[ kvm-Bugs-2106661 ] Fail to save restore and live migration
2008-10-02 12:41 UTC
[PATCH 0/5] bios: >4G updates
2008-10-02 12:33 UTC (9+ messages)
` "
[PATCH] [RESEND] VT-d: Fix iommu map page for mmio pages
2008-10-02 12:29 UTC (4+ messages)
[PATCH 0/2] --disable-kvm currently not working
2008-10-02 11:34 UTC (5+ messages)
` [PATCH] provide a kvm_qemu_memory_alias() function
Windows 2003, virtio Ethernet and USB - Strange Interaction
2008-10-02 9:35 UTC (4+ messages)
KVM Management : ConVirt 0.9.5 Released
2008-10-02 8:24 UTC
[PATCH 2/2] KVM: Implement OR logic on guest shared IRQ line
2008-10-02 8:22 UTC
(unknown),
2008-10-02 8:20 UTC
[PATCH 1/2] KVM: Separate interrupt sources
2008-10-02 8:20 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;
as well as URLs for NNTP newsgroup(s).