messages from 2008-10-02 21:46:32 to 2008-10-08 09:05:16 UTC [more...]
[PATCH] KVM: Unregister IRQ ACK notifier with in-kernel irqchip
2008-10-08 9:04 UTC (4+ messages)
[PATCH 00/08] Patchset to enable vt-d suport for kvm/ia64 V2
2008-10-08 8:58 UTC (2+ messages)
[PATCH 0/4] Clean up and enable MSI support for assigned device(v2)
2008-10-08 8:52 UTC (7+ messages)
` [PATCH 1/4] Separate update irq to a single function
` [PATCH 2/4] KVM: x86: Replace irq_requested with guest_intr_type
` [PATCH 3/4] x86: Add MSI delivery mode mask
` [PATCH 4/4] KVM: Enable MSI for device assignment
[RFC][PATCH 0/2] Fix guest shared interrupt with in-kernel irqchip
2008-10-08 8:29 UTC (11+ messages)
kvm 76 - open /dev/kvm: No such device or address
2008-10-08 7:03 UTC (7+ messages)
[PATCH] [RESEND] VT-d: Support multiple device assignment to one guest
2008-10-08 5:40 UTC (6+ messages)
[PATCH 0/7] Enable MTRR/PAT support for KVM EPT(v2)
2008-10-08 4:17 UTC (8+ messages)
` [PATCH 1/7] KVM: VMX: Allocate MSR Bitmap for each vcpu
` [PATCH 2/7] KVM: VMX: Add PAT support for EPT
` [PATCH 3/7] x86: Rename mtrr_state struct and macro names
` [PATCH 4/7] Export some definition of MTRR
` [PATCH 5/7] KVM: Improve MTRR structure
` [PATCH 6/7] Add local get_mtrr_type() to support MTRR
` [PATCH 7/7] Enable MTRR for EPT
[PATCH 2/6 v3] PCI: add new general functions
2008-10-08 3:25 UTC (3+ messages)
[PATCH 4/4] KVM: x86: Enable MSI for assigned device
2008-10-08 2:55 UTC (6+ messages)
[PATCH 3/6 v3] PCI: support ARI capability
2008-10-08 2:56 UTC (4+ messages)
[PATCH 4/6 v3] PCI: support SR-IOV capability
2008-10-08 2:49 UTC (3+ messages)
[PATCH 0/6 v3] PCI: Linux kernel SR-IOV support
2008-10-08 2:32 UTC (3+ messages)
[PATCH 1/6 v3] PCI: export some functions and macros
2008-10-08 2:23 UTC (3+ messages)
[PATCH 08/08] kvm/ia64: Add intel iommu support for guests
2008-10-08 2:14 UTC
[PATCH 07/08] kvm/ia64: Add directed mmio range support for kvm guests
2008-10-08 1:55 UTC
[PATCH 06/08] kvm/ia64: Make pmt table be able to hold physical mmio entries
2008-10-08 1:54 UTC
[PATCH 05/08]kvm: Moving irqchip_in_kernel from ioapic.h to irq.h
2008-10-08 1:52 UTC
[PATCH 04/08]kvm: Split arch/x86/kvm/irq.c to two parts
2008-10-08 1:51 UTC
[PATCH 03/08]kvm: Changing is_mmio_pfn to kvm_is_mmio_pfn, and make it common for all archs
2008-10-08 1:51 UTC
[PATCH 02/08]kvm: Moving device_assignment logic to kvm_main.c
2008-10-08 1:49 UTC
[PATCH 01/08]
2008-10-08 1:49 UTC
[RFC] CPUID usage for interaction between Hypervisors and Linux
2008-10-08 1:09 UTC (20+ messages)
[PATCH 0/5] KVM: Fix and improve guest debugging and x86 debug registers
2008-10-07 21:10 UTC
[PATCH 2/8]kvm: Moving device_assignment logic to kvm_main.c
2008-10-07 23:52 UTC (10+ messages)
[PATCH][1/3] kvm/ia64: Add printk support for kvm-intel modules
2008-10-07 23:26 UTC (3+ messages)
[ kvm-Bugs-2143498 ] FreeBSD fails to reboot
2008-10-07 20:35 UTC
[PATCH] Add USB sys file-system support
2008-10-07 20:09 UTC (15+ messages)
` [PATCH] Add USB sys file-system support (v2)
` [Qemu-devel] "
` [PATCH] Add USB sys file-system support (v3)
` [PATCH] Add USB sys file-system support (v4)
` [PATCH] Add USB sys file-system support (v5)
` [PATCH] Add USB sys file-system support (v6)
` [PATCH] Add USB sys file-system support (v7)
` [PATCH] Add USB sys file-system support (v8)
KVM Management : Paused stauts
2008-10-07 17:09 UTC (8+ messages)
USB support for smart card reader
2008-10-07 16:40 UTC (3+ messages)
mandrake-10 not able to boot on kvm-71-73
2008-10-07 15:22 UTC (22+ messages)
[ kvm-Bugs-2151771 ] libkvm API documentation error - kvm_create()
2008-10-07 15:17 UTC
[PATCH] [RESEND] Make KVM compile on split source/object kernel configurations
2008-10-07 14:42 UTC (2+ messages)
[PATCH] call kvm_arch_vcpu_reset() instead of a callback
2008-10-07 13:44 UTC (2+ 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
[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)
[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
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)
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
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).