kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-05-11 18:17:58 to 2010-05-13 21:10:36 UTC [more...]

[PATCH v5 0/5] PCI Shared Memory device
 2010-05-13 21:10 UTC  (26+ messages)
` [PATCH v5 1/5] Device specification for shared memory PCI device
  ` [PATCH v5 2/5] Support adding a file to qemu's ram allocation
    ` [PATCH v5 3/5] Add functions for assigning ioeventfd and irqfds
      ` [PATCH v5 4/5] Inter-VM shared memory PCI device

[PATCH 1/2] x86 emulator: Add missing decoder flags for sub instruction
 2010-05-13 20:26 UTC  (5+ messages)
` [PATCH 2/2] x86 emulator: Add missing decoder flags for xor instructions

[PATCH] VMX: Fix and improve guest state validity checks
 2010-05-13 20:15 UTC  (4+ messages)

[GIT PULL] KVM updates for 2.6.34-rc7
 2010-05-13 18:53 UTC 

network between host and guest
 2010-05-13 20:12 UTC  (4+ messages)

[PATCH net-next] ixgbevf: Enable GRO by default
 2010-05-13 19:51 UTC 

[PATCH 0/7] Consolidate vcpu ioctl locking
 2010-05-13 19:49 UTC  (15+ messages)
` [PATCH 1/7] KVM: PPC: Add missing vcpu_load()/vcpu_put() in vcpu ioctls
` [PATCH 3/7] KVM: move vcpu locking to dispatcher for generic "
  ` [PATCH 2/7] KVM: x86: Add missing locking to arch specific "
  ` [PATCH 4/7] KVM: x86: Lock arch specific vcpu ioctls centrally
  ` [PATCH 5/7] KVM: s390: Centrally lock arch specific vcpu ioctls
  ` [PATCH 6/7] KVM: PPC: Centralize locking of "
` [PATCH 7/7] KVM: Consolidate arch specific vcpu ioctl locking

[PATCH 1/2] sysfs: add struct file* to bin_attr callbacks
 2010-05-13 19:16 UTC  (9+ messages)
` [PATCH 2/2] pci: allow sysfs file owner to read device dependent config space
    ` [PATCH 2/2 v2] pci: check caps from sysfs file open "

KVM and the OOM-Killer
 2010-05-13 18:55 UTC  (6+ messages)

Another SIGFPE in display code, now in cirrus
 2010-05-13 18:03 UTC  (20+ messages)
                  ` [Qemu-devel] "

Prevent IRQ sharing for PCI passthrough
 2010-05-13 17:26 UTC  (3+ messages)

pci device passthrough: Failed to assign irq
 2010-05-13 17:07 UTC 

[PATCHv2] Support for booting from virtio disks
 2010-05-13 16:49 UTC  (14+ messages)
      ` [SeaBIOS] "

Wiki docs on counting and tracing KVM perf events
 2010-05-13 14:57 UTC  (2+ messages)

[RFC PATCH 0/2] Sheepdog: distributed storage system for QEMU
 2010-05-13 14:03 UTC  (11+ messages)
  ` [RFC PATCH 1/2] close all the block drivers before the qemu process exits
    ` [Qemu-devel] "
` [RFC PATCH 2/2] block: add sheepdog driver for distributed storage support
` [Qemu-devel] [RFC PATCH 0/2] Sheepdog: distributed storage system for QEMU

[PATCH] fix "info cpus" halted state display
 2010-05-13 13:57 UTC  (2+ messages)

[RFC][PATCH 0/12] KVM, x86, ppc, asm-generic: moving dirty bitmaps to user space
 2010-05-13 11:47 UTC  (18+ messages)
` [RFC][PATCH 7/12 not tested yet] PPC: introduce __set_bit() like function for bitmaps in "
` [RFC][PATCH RFC 10/12] KVM: move dirty bitmaps to "
` [RFC][PATCH 11/12] KVM: introduce new API for getting/switching dirty bitmaps

[GIT PULL] last minute vhost-net fix
 2010-05-13  8:44 UTC 

[PATCH] KVM: Don't allow lmsw to clear cr0.pe
 2010-05-13  3:31 UTC  (4+ messages)

Migration failure from AMD to Intel
 2010-05-13  3:12 UTC 

Alert
 2010-05-13  3:01 UTC 

[PATCH] x86 emulator: Add test acc, imm instruction (opcodes 0xA8 - 0xA9)
 2010-05-13  1:57 UTC  (3+ messages)

[PATCH 1/5] KVM MMU: fix objects free
 2010-05-13  2:09 UTC  (5+ messages)
` [PATCH 2/5] KVM MMU: remove rmap before clear spte
  ` [PATCH 3/5] KVM MMU: fix for got gfn when sync shadow pages
    ` [PATCH 4/5] KVM MMU: fix two typos
      ` [PATCH 5/5] KVM x86: cleanup unused local variable

[PATCH 1/2] KVM test: Parallel install of guest OS v2
 2010-05-12 22:03 UTC  (4+ messages)
` [PATCH 2/2] KVM test: Support to SLES install
    ` [Autotest] "

[PATCH v2 00/10] Redirct and make use of the guest serial console
 2010-05-12 22:00 UTC  (5+ messages)
` [PATCH v2 01/10] KVM test: Introduce prompt assist
` [PATCH v2 10/10] KVM test: Add a helper to search the panic in the log

[KVM_AUTOTEST][PATCH] KSM_overcommit: dynamic reserve calculation (2)
 2010-05-12 21:59 UTC  (2+ messages)
` [Autotest] "

[PATCH 00/12] [PULL] qemu-kvm.git uq/master queue
 2010-05-12 21:25 UTC  (13+ messages)
` [PATCH 01/12] Fix -mem-path with hugetlbfs
` [PATCH 02/12] kvm: set cpu_single_env around KVM_RUN ioctl
` [PATCH 03/12] make SIG_IPI to tcg vcpu thread reliable
` [PATCH 04/12] standardize on qemu_cpu_kick for signalling cpu thread(s)
` [PATCH 05/12] port qemu-kvm's on_vcpu code
` [PATCH 06/12] kvm: synchronize state from cpu context
` [PATCH 07/12] add cpu_is_stopped helper
` [PATCH 08/12] move stop/stopped CPU_COMMON fields after area zeroed by reset
` [PATCH 09/12] kvm: validate context for kvm cpu get/put operations
` [PATCH 10/12] kvm: enable smp > 1
` [PATCH 11/12] Do not stop VM if emulation failed in userspace
` [PATCH 12/12] kvm: fix 80000001.EDX supported bit filtering

Keep index within boundaries in kvmppc_44x_emul_tlbwe()
 2010-05-12 20:23 UTC  (3+ messages)

[PATCH 0/9] pvclock misc fixes - v4
 2010-05-12 20:33 UTC  (8+ messages)

[PATCH 4/4 v4] KVM: VMX: VMXON/VMXOFF usage changes
 2010-05-12 19:58 UTC  (4+ messages)

[PATCH] KVM: VMX: blocked-by-sti must not defer NMI injections
 2010-05-12 20:05 UTC  (2+ messages)

[PATCH] KVM: x86: Call vcpu_load and vcpu_put in cpuid_update
 2010-05-12 19:24 UTC  (2+ messages)

[PATCH] device-assignment: fix failure to exit on shared IRQ
 2010-05-12 19:54 UTC  (2+ messages)

2.6.33.3: possible recursive locking detected
 2010-05-12 19:46 UTC  (8+ messages)

[RFC PATCH] sysfs: bin_attr permission checking
 2010-05-12 19:44 UTC  (5+ messages)

[Reminder] KVM Forum 2010: Call for Papers
 2010-05-12 17:44 UTC 

(no subject)
 2010-05-12 14:05 UTC 

Qemu-KVM 0.12.3 and Multipath -> Assertion
 2010-05-12 14:01 UTC  (7+ messages)
` [Qemu-devel] "
          ` qemu-kvm hangs if multipath device is queing (was: Re: [Qemu-devel] Qemu-KVM 0.12.3 and Multipath -> Assertion)

[PATCH 1/2] test: Add test for sub acc,imm
 2010-05-12 14:00 UTC  (2+ messages)
` [PATCH 2/2] test: Add test for xor acc, imm

[PATCH] kvm: remove CAP_SYS_RAWIO requirement from kvm_vm_ioctl_assign_irq
 2010-05-12 13:46 UTC 

Qemu-KVM Livate Migration 0.12.2 -> 0.12.3/4 broken?
 2010-05-12 13:42 UTC  (3+ messages)
  ` [Qemu-devel] "

Qemu-KVM with 3x IDE HDD + CDROM not working
 2010-05-12 13:19 UTC 

network problem with Solaris 10u8 guest
 2010-05-12 10:41 UTC 

QEMU-KVM and video performance
 2010-05-12 10:34 UTC  (23+ messages)
  ` [Qemu-devel] "
                  `  "

[PATCH RFC] vhost: fix barrier pairing
 2010-05-12  9:22 UTC 

[PATCH][v2 0/3] Some MMU related fix/clean up
 2010-05-12  8:56 UTC  (6+ messages)
` [PATCH][v2 1/3] KVM: x86: Check LMA bit before set_efer
` [PATCH][v2 2/3] KVM: Clean up duplicate assignment
` [PATCH][v2 3/3] VMX: x86: Only reset MMU when necessary

[PATCH] KVM: MMU: Segregate shadow pages with different cr0.wp
 2010-05-12  8:48 UTC 

[PATCH 1/4] KVM: x86: Check LMA bit before set_efer
 2010-05-12  8:11 UTC  (15+ messages)
` [PATCH 3/4] KVM: x86: Remove kvm_mmu_reset_context() in kvm_set_efer()
` [PATCH 4/4] VMX: x86: Only reset MMU when necessary
          ` [PATCH 2/4] KVM: Clean up duplicate assignment

[PATCH] test: emulator: lmsw may not clear cr0.pe
 2010-05-12  8:00 UTC 

[PATCH -v2] KVM, Fix QEMU-KVM is killed by guest SRAO MCE
 2010-05-12  6:44 UTC 

[PATCH v2] pci: cleanly backout of pci_qdev_init()
 2010-05-11 23:00 UTC  (2+ messages)

[Qemu-devel] qemu-kvm problem with DOS/4GW extender and EMM386.EXE
 2010-05-11 21:21 UTC 

[PATCH] KVM: update mmu documetation for role.nxe
 2010-05-11 19:38 UTC  (2+ messages)

[PATCH] fix 80000001.EDX supported bit filtering
 2010-05-11 20:07 UTC  (2+ messages)

[PATCH RFC] virtio: put last seen used index into ring itself
 2010-05-11 19:52 UTC  (7+ messages)
` [Qemu-devel] "

[PATCH] Do not stop VM if emulation failed in userspace
 2010-05-11 17:05 UTC  (2+ messages)

[PATCHv2] KVM: inject #UD if instruction emulation fails and exit to userspace
 2010-05-11 16:47 UTC  (2+ messages)

[PATCH] KVM: MMU: Fix free memory accounting race in mmu_alloc_roots()
 2010-05-11 17:10 UTC  (2+ messages)

[PATCH] pci: cleanly backout of pci_qdev_init()
 2010-05-11 18:40 UTC  (3+ messages)
` [Qemu-devel] "

Net KVM
 2010-05-11 18:02 UTC 


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