kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-10-06 09:15:33 to 2008-10-10 07:35:08 UTC [more...]

[PATCH] [RESEND] VT-d: Support multiple device assignment to one guest
 2008-10-10  7:32 UTC  (18+ messages)

[PATCH 4/6 v3] PCI: support SR-IOV capability
 2008-10-10  7:24 UTC  (5+ messages)

[PATCH 0/6] MTRR/PAT support for EPT (v3)
 2008-10-10  7:16 UTC  (15+ messages)
` [PATCH 1/6] x86: Rename mtrr_state struct and macro names
` [PATCH 2/6] x86: Export some definition of MTRR
` [PATCH 3/6] KVM: Improve MTRR structure
` [PATCH 4/6] KVM: VMX: Add PAT support for EPT
` [PATCH 5/6] Add local get_mtrr_type() to support MTRR
` [PATCH 6/6] Enable MTRR for EPT

Broken userspace module Makefile
 2008-10-10  2:03 UTC  (4+ messages)

KVM rpm/deb packages for recent releases
 2008-10-09 23:10 UTC  (4+ messages)

[ Re: unhandled vm exit: 0x80000021 vcpu_id 0]
 2008-10-09 14:58 UTC 

Call for help: moving the kvm wiki
 2008-10-09 12:59 UTC 

Compile faillure with 2.6.27-rc9-git1
 2008-10-09 11:59 UTC  (2+ messages)

Emulation of shld instruction doesn't work
 2008-10-09 11:23 UTC  (10+ messages)
  ` [PATCH] x86 emulator: Add Src2 decode set
      ` [PATCH] x86 emulator: Add a Src2 decode set and SrcOne operand type

[PATCH 1/1] KVM: IRQ ACK notifier should be used with in-kernel irqchip
 2008-10-09  8:43 UTC  (3+ messages)

[ kvm-Bugs-2143498 ] FreeBSD fails to reboot
 2008-10-09  7:26 UTC 

Put pass-through/VT-d todo list on KVM wiki
 2008-10-09  2:04 UTC 

[PATCH 00/17] kvm-userspace: Fix and improve guest debugging and x86 debug registers
 2008-10-08 20:25 UTC  (26+ messages)
` [PATCH 02/17] qemu: Return appropriate watch message to gdb
` [PATCH 03/17] qemu: Refactor and enhance break/watchpoint API
` [PATCH 05/17] qemu: Respect length of watchpoints
` [PATCH 06/17] qemu: Introduce 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

[PATCH 1/5] kvm: qemu: Move virtqueue_next_desc() around
 2008-10-08 19:35 UTC  (5+ messages)
` [PATCH 2/5] kvm: qemu: Introduce virtqueue_fill() and virtqueue_flush()
  ` [PATCH 3/5] kvm: qemu: Simplify virtio_net_can_receive() a little
    ` [PATCH 4/5] kvm: qemu: Split iov_fill() out from virtio_net_receive()
      ` [PATCH 5/5] kvm: qemu: Improve virtio_net recv buffer allocation scheme

kvm 76 - open /dev/kvm: No such device or address
 2008-10-08 19:33 UTC  (8+ messages)

[PATCH 04/08]kvm: Split arch/x86/kvm/irq.c to two parts
 2008-10-08 13:39 UTC  (6+ messages)

FW: kvm: External module: Compile irq_comm.c into external modules
 2008-10-08 11:55 UTC 

[PATCH 0/7] Enable MTRR/PAT support for KVM EPT(v2)
 2008-10-08 11:21 UTC  (13+ 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 0/4] Clean up and enable MSI support for assigned device(v2)
 2008-10-08 10:27 UTC  (9+ 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

[PATCH] KVM: Unregister IRQ ACK notifier with in-kernel irqchip
 2008-10-08  9:46 UTC  (8+ messages)
          ` [PATCH] KVM: IRQ ACK notifier should be used "
      ` [PATCH 1/1] "

[PATCH 00/08] Patchset to enable vt-d suport for kvm/ia64 V2
 2008-10-08  9:34 UTC  (5+ messages)

[RFC][PATCH 0/2] Fix guest shared interrupt with in-kernel irqchip
 2008-10-08  8:29 UTC  (4+ messages)

[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  (5+ messages)

[PATCH 3/6 v3] PCI: support ARI capability
 2008-10-08  2:56 UTC  (4+ 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 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  (19+ 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  (5+ 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  (4+ 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)

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  (2+ 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


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).