public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-12-14 14:44:52 to 2010-12-20 06:16:29 UTC [more...]

vread in kvm_clock
 2010-12-20  6:16 UTC  (5+ messages)

[PATCH V4 3/3] qmp,nmi: convert do_inject_nmi() to QObject, QError
 2010-12-20  6:11 UTC 

[PATCH 2/3] nmi: make cpu-index argument optional
 2010-12-20  6:11 UTC 

[PATCH 1/3] nmi: convert cpu_index to cpu-index
 2010-12-20  6:11 UTC 

[PATCH v3] qemu,qmp: convert do_inject_nmi() to QObject, QError
 2010-12-20  6:09 UTC  (24+ messages)
` [Qemu-devel] [PATCH v3] qemu, qmp: "
              ` [Qemu-devel] "

[PATCH 1/6] qemu,kvm: Enable NMI support for user space irqchip
 2010-12-20  2:41 UTC  (5+ messages)
  ` [PATCH V2] qemu,kvm: Enable user space NMI injection for kvm guest

network performance between host and guest
 2010-12-19 18:39 UTC  (4+ messages)
    ` network performance between host and guest/iscsi to the rescue

system_powerdown and OpenBSD 4.8
 2010-12-19 14:49 UTC  (5+ messages)

Does KVM use one EPT table per Guest CR3?
 2010-12-19 14:31 UTC  (9+ messages)

[RFC -v2 PATCH 0/3] directed yield for Pause Loop Exiting
 2010-12-19 11:18 UTC  (19+ messages)
` [RFC -v2 PATCH 2/3] sched: add yield_to function

unbinding PCI device at boot
 2010-12-18 23:15 UTC 

[PATCH v3 0/4] KVM & genirq: Enable adaptive IRQ sharing for passed-through devices
 2010-12-18 18:11 UTC  (31+ messages)
` [PATCH v3 1/4] genirq: Introduce driver-readable IRQ status word
` [PATCH v3 2/4] genirq: Inform handler about line sharing state
      ` change of email address: pugs@cisco.com -> pugs@ieee.org

OpenBSD and KVM
 2010-12-18 15:06 UTC 

[PATCH 00/21] Kemari for KVM 0.2
 2010-12-18  8:36 UTC  (24+ messages)
` [PATCH 05/21] virtio: modify save/load handler to handle inuse varialble
` [PATCH 11/21] ioport: insert event_tap_ioport() to ioport_write()

linux-next: Tree for December 17 (kvm)
 2010-12-17 19:10 UTC 

[PATCH] KojiDownloader: use inherit=True when getting builds
 2010-12-17 12:34 UTC 

[GIT PULL] KVM updates fot 2.6.37-rc6
 2010-12-17 15:17 UTC 

[PATCHv8 00/16] boot order specification
 2010-12-17 14:05 UTC  (8+ messages)
    ` [Qemu-devel] "
          `  "

Apply for Loan at 3%
 2010-12-17  1:10 UTC 

USB Passthrough 1.1 performance problem
 2010-12-16 21:46 UTC  (12+ messages)

[KVM-Autotest][PATCH][virtio-console][REPAIR] Repair sigio bug, cleanup_function and code clean
 2010-12-16 15:45 UTC 

[KVM-Autotest][PATCH][virtio-console] Repair sigio bug, cleanup_function and code clean
 2010-12-16 15:04 UTC 

trace_printk() support in trace-cmd
 2010-12-16 13:36 UTC  (14+ messages)

[PATCH] KVM: Fix preemption counter leak in kvm_timer_init()
 2010-12-16 13:19 UTC 

[PATCH-v2 0/3] KVM: Take missing slots_lock for kvm_io_bus_unregister_dev()
 2010-12-16 12:51 UTC  (11+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] KVM: Centralize slots_lock aquisition during KVM_CREATE_IRQCHIP
` [PATCH 3/3] KVM: Centralize irq_lock "

[PATCH -v2 0/5] kvm/svm: implement new DecodeAssist features
 2010-12-16 12:48 UTC  (5+ messages)
` [PATCH 3/5] kvm/svm: enhance mov DR intercept handler

KVM Test report, kernel d335b15... qemu cb1983b8
 2010-12-16 10:46 UTC  (5+ messages)

linux-next: Tree for November 22 (kvm)
 2010-12-16  9:37 UTC  (9+ messages)

[PATCH] kvm,x86: return true when user space query KVM_CAP_USER_NMI extension
 2010-12-16  9:06 UTC  (2+ messages)

[PATCH] qemu-kvm: device assignment: Enabling MSI-X according to mask bit
 2010-12-16  8:21 UTC 

[PATCH] RFC: delay pci_update_mappings for 64-bit BARs
 2010-12-16  7:25 UTC  (4+ messages)
` [Qemu-devel] "

ConVirt 2.0.1 Open Source released
 2010-12-15 21:57 UTC  (2+ messages)

ConVirt 2.0.1 Open Source Released
 2010-12-15 20:13 UTC 

[PATCH v4 0/2] Minimal RAM API support
 2010-12-15 19:34 UTC  (9+ messages)
` [PATCH v4 1/2] "
  ` [Qemu-devel] "
` [PATCH v4 2/2] RAM API: Make use of it for x86 PC

[PATCH] qemu-kvm: Switch to upstream -enable-kvm semantics
 2010-12-15 17:57 UTC  (3+ messages)

[PATCH kvm-unit-tests v2 00/14] API test framework
 2010-12-15 16:09 UTC  (15+ messages)
` [PATCH kvm-unit-tests v2 01/14] Makefile: add support for C++
` [PATCH kvm-unit-tests v2 02/14] Improve autodepend includes
` [PATCH kvm-unit-tests v2 03/14] Add exception class for kernel errors (errno)
` [PATCH kvm-unit-tests v2 04/14] Add try_main() for running a program under an exception handler
` [PATCH kvm-unit-tests v2 05/14] Introduce a C++ wrapper for the kvm APIs
` [PATCH kvm-unit-tests v2 06/14] Add support for calling a function in guest mode
` [PATCH kvm-unit-tests v2 07/14] Add sample test using the api test harness
` [PATCH kvm-unit-tests v2 08/14] api: add support for KVM_SET_USER_MEMORY_REGION flags field
` [PATCH kvm-unit-tests v2 09/14] api: support KVM_GET_DIRTY_LOG ioctl
` [PATCH kvm-unit-tests v2 10/14] api: add memory map management
` [PATCH kvm-unit-tests v2 11/14] Build tests with debug information
` [PATCH kvm-unit-tests v2 12/14] api: Add support for creating an identity map with a hole
` [PATCH kvm-unit-tests v2 13/14] Introduce libapi.a to avoid long Makefile recipes
` [PATCH kvm-unit-tests v2 14/14] Add dirty log test

[PATCH 0/28] nVMX: Nested VMX, v7
 2010-12-15 13:25 UTC  (4+ messages)
` [PATCH 02/28] nVMX: Add VMX and SVM to list of supported cpuid features

[RFC 0/4] KVM in-kernel PM Timer implementation
 2010-12-15 11:53 UTC 

Freezing Windows 2008 x64bit guest
 2010-12-15 10:48 UTC  (13+ messages)
                    ` AW: "

[PATCH 0/5] pci-assign: Host IRQ sharing suppport + some fixes and cleanups
 2010-12-15 10:36 UTC  (7+ messages)
` [PATCH 4/5] pci-assign: Convert need_emulate_cmd into a bitmask
` [PATCH 5/5] pci-assign: Use PCI-2.3-based shared legacy interrupts

[RFC 0/4] KVM in-kernel PM Timer implementation
 2010-12-15  9:33 UTC  (14+ messages)

[PATCH 0/3] Provide unmapped page cache control (v2)
 2010-12-15  6:45 UTC  (6+ messages)
` [PATCH 2/3] Refactor zone_reclaim (v2)

soft lockup
 2010-12-15  6:42 UTC 

[ kvm-Bugs-2942079 ] [SR] qemu return form "migrate " command spend long time
 2010-12-15  6:02 UTC 

KVM PCI passthrough issues, RTL-8169 PCI NICs
 2010-12-15  0:36 UTC 

[GIT PULL net-next-2.6] vhost-net: tools, cleanups, optimizations
 2010-12-14 19:34 UTC  (3+ messages)

[PATCH unit-tests 1/4] Move idt.c into lib code
 2010-12-14 15:48 UTC  (4+ messages)
` [PATCH unit-tests 2/4] Make access.c use library functions
` [PATCH unit-tests 3/4] Remove duplicated idt code from apic test
` [PATCH unit-tests 4/4] Remove unused function "

KVM call agenda for Dec 14
 2010-12-14 15:39 UTC  (4+ messages)
` [Qemu-devel] "

[RFC 0/4] KVM in-kernel PM Timer implementation
 2010-12-14 15:12 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox