public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-07-23 13:47:39 to 2010-07-27 17:01:47 UTC [more...]

KVM call agenda for July 27
 2010-07-27 17:01 UTC  (24+ messages)
      `  "
        ` [Qemu-devel] "

[PATCH v8 0/5] Inter-VM Shared Memory Device
 2010-07-27 16:54 UTC  (7+ messages)
` [PATCH v8 1/5] Add qemu_ram_alloc_from_ptr function
  ` [PATCH v8 2/5] Device specification for shared memory PCI device
    ` [PATCH v8 3/5] Add function to assign ioeventfd to MMIO
      ` [PATCH v8 4/5] Support marking a device as non-migratable
        ` [PATCH v8 5/5] Inter-VM shared memory PCI device
          ` [PATCH v8 5/5] RESEND: "

[PATCH 0/2] Nested SVM fix and next_rip emulation
 2010-07-27 16:14 UTC  (3+ messages)
` [PATCH 1/2] KVM: SVM: Sync efer back into nested vmcb
` [PATCH 2/2] KVM: SVM: Emulate next_rip svm feature

[PATCH repost] sched: export sched_set/getaffinity to modules
 2010-07-27 15:41 UTC  (17+ messages)

KVM call minutes for July 27
 2010-07-27 15:03 UTC 

2.6.35-rc1 regression with pvclock and smp guests
 2010-07-27 14:55 UTC  (12+ messages)

[RFC PATCH 00/14] Patchset of network related subtests
 2010-07-27 14:36 UTC  (13+ messages)
` [RFC PATCH 01/14] KVM-test: Add a new macaddress pool algorithm
` [RFC PATCH 02/14] KVM Test: Add a function get_interface_name() to kvm_net_utils.py
  ` [Qemu-devel] "
` [RFC PATCH 03/14] KVM Test: Add a common ping module for network related tests
  ` [Qemu-devel] "
` [RFC PATCH 04/14] KVM-test: Add a new subtest ping
` [RFC PATCH 05/14] KVM-test: Add a subtest jumbo
` [RFC PATCH 06/14] KVM-test: Add basic file transfer test
  ` [Qemu-devel] "

[PATCH 0/6] Nonatomic interrupt injection
 2010-07-27 13:19 UTC  (7+ messages)
` [PATCH 1/6] KVM: Check for pending events before attempting injection
` [PATCH 2/6] KVM: VMX: Split up vmx_complete_interrupts()
` [PATCH 3/6] KVM: VMX: Move real-mode interrupt injection fixup to vmx_complete_interrupts()
` [PATCH 4/6] KVM: VMX: Parameterize vmx_complete_interrupts() for both exit and entry
` [PATCH 5/6] KVM: Non-atomic interrupt injection
` [PATCH 6/6] KVM: VMX: Move fixup_rmode_irq() to avoid forward declaration

how to debug unhandled vm exit: 0x11?
 2010-07-27 10:04 UTC  (4+ messages)

Creating guest/image from live physical machine?
 2010-07-27  9:37 UTC 

USB card passthrough - Has anyone succeeded?
 2010-07-27  9:11 UTC 

where is the implementation of qemu_kvm?
 2010-07-27  8:29 UTC 

[PATCH 2/3] workqueue: Add an API to create a singlethread workqueue attached to the current task's cgroup
 2010-07-27  8:21 UTC  (33+ messages)
  ` [PATCH 1/3] vhost: replace vhost_workqueue with per-vhost kthread
            ` [PATCH UPDATED "

i am a newer in kvm and help wanted
 2010-07-27  7:27 UTC 

kvm + pci-assign + cuda
 2010-07-27  4:48 UTC 

[PATCH 1/3] KVM: MMU: using kvm_set_pfn_accessed() instead of mark_page_accessed()
 2010-07-27  3:35 UTC  (3+ messages)
` [PATCH 2/3] KVM: MMU: move bits lost judgement into a separate function
  ` [PATCH 3/3] KVM: MMU: mark page dirty only when page is really written

[PATCH] KVM: MMU: remove valueless output message
 2010-07-27  3:21 UTC 

[PATCH] KVM test: Updating tests_base.cfg with cdrom_cd1
 2010-07-27  0:28 UTC 

[PATCH v7 0/4] Inter-VM shared memory device
 2010-07-26 22:18 UTC  (14+ messages)
` [Qemu-devel] "

[RFC PATCH v3 0/3] Add segment limit checks to emulator
 2010-07-26 17:47 UTC  (15+ messages)

[PATCH RFC 0/4] Paravirt-spinlock implementation for KVM guests (Version 0)
 2010-07-26 17:19 UTC  (7+ messages)
` [PATCH RFC 1/4] Debugfs support for reading an array of u32-type integers
` [PATCH RFC 2/4] Add yield hypercall for KVM guests
` [PATCH RFC 3/4] Paravirtualized spinlock implementation "
` [PATCH RFC 4/4] Add yield hypercall support in Qemu

how to drop cache of guest os?
 2010-07-26 16:17 UTC  (2+ messages)

[PATCH 0/2] Fix GDT limit corruption on Intel
 2010-07-26 15:32 UTC  (3+ messages)
` [PATCH 1/2] KVM: VMX: Fix host GDT.LIMIT corruption
` [PATCH 2/2] KVM: VMX: Use host_gdt variable wherever we need the host gdt

Virtio network performance poorer than emulated e1000
 2010-07-26 14:39 UTC  (8+ messages)

about memory?
 2010-07-26 13:31 UTC 

[PATCH] test: emulator: test LOCK NEG and LOCK NOT
 2010-07-26 12:21 UTC 

[PATCH] x86 emulator: Add IRET instruction
 2010-07-26 11:38 UTC  (9+ messages)

[PATCH 00/13] Emulator group simplification
 2010-07-26 11:37 UTC  (14+ messages)
` [PATCH 01/13] KVM: x86 emulator: add macros for repetitive instructions
` [PATCH 02/13] KVM: x86 emulator: consolidate inc/dec reg decoding
` [PATCH 03/13] KVM: x86 emulator: consolidate push/pop "
` [PATCH 04/13] KVM: X86 emulator: consolidate Jcc rel8 decoding
` [PATCH 05/13] KVM: x86 emulator: consolidate MOV reg, imm decoding
` [PATCH 06/13] KVM: x86 emulator: consolidate CMOVcc decoding
` [PATCH 07/13] KVM: x86 emulator: consolidate Jcc rel32 decoding
` [PATCH 08/13] KVM: x86 emulator: Make group storage bits separate from operand bits
` [PATCH 09/13] KVM: x86 emulator: add Undefined decode flag
` [PATCH 10/13] KVM: x86 emulator: mix decode bits from opcode and group decode tables
` [PATCH 11/13] KVM: x86 emulator: simplify Group 1 decoding
` [PATCH 12/13] KVM: x86 emulator: Allow LOCK prefix for NEG and NOT
` [PATCH 13/13] KVM: x86 emulator: unify the two Group 3 variants

about kvm_memory_region
 2010-07-26  7:02 UTC 

[PATCH] KVM: fix compile warning
 2010-07-26  5:47 UTC 

[PATCH 1/3] test: Drop print.S
 2009-07-26  3:22 UTC  (3+ messages)
` [PATCH 2/3] test: Add kvmclock driver
` [PATCH 3/3] test: Add test for kvmclock

KVM Test report, kernel 14e84ff... qemu 9237b2c
 2010-07-26  1:22 UTC 

buildbot failure in qemu-kvm on default_i386_debian_5_0
 2010-07-26  1:03 UTC 

buildbot failure in qemu-kvm on default_x86_64_out_of_tree
 2010-07-26  1:03 UTC 

about memory protection
 2010-07-25 19:43 UTC  (2+ messages)

[PATCH] x86 emulator: Add IRET instruction
 2010-07-25 19:18 UTC 

Some questions about processing page fault in kvm
 2010-07-25 18:16 UTC  (4+ messages)

صلى الله عليه وتقرأ رسالتي السرية
 2010-07-25 17:58 UTC 

[GIT PULL] KVM fixes for 2.6.35-rc6
 2010-07-25 12:02 UTC 

[PATCH] KVM: x86 emulator: fix handling for unemulated instructions
 2010-07-25 11:51 UTC 

[PATCH 0/3] Fix pusha tests
 2010-07-25 11:39 UTC  (4+ messages)
` [PATCH 1/3] test: realmode: fix pusha test
` [PATCH 2/3] test: realmode: initialize all bits of esp
` [PATCH 3/3] test: realmode: fix pusha test stack

[PATCH] KVM: MMU: fix hugepage mapping corrupt caused by regression
 2010-07-25  8:48 UTC  (2+ messages)

[PATCH v2 1/6] KVM: MMU: fix forgot reserved bits check in speculative path
 2010-07-25  8:46 UTC  (5+ messages)

Alt SeaBIOS SSDT cpu hotplug
 2010-07-25  4:49 UTC  (7+ messages)

[PATCH v3] device-assignment: Use PCI I/O port sysfs resource file when available
 2010-07-23 23:01 UTC  (3+ messages)
` [PATCH v4] "

PCIe VGA Passthrough works---almost
 2010-07-23 22:40 UTC 

Does KVM support VMDq?
 2010-07-23 20:46 UTC 

Virtio network performance poorer than emulated e1000
 2010-07-23 14:47 UTC  (3+ messages)


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