public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-05-10 09:49:11 to 2010-05-12 08:11:52 UTC [more...]

[PATCH 1/4] KVM: x86: Check LMA bit before set_efer
 2010-05-12  8:11 UTC  (16+ messages)
` [PATCH 2/4] KVM: Clean up duplicate assignment
` [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] test: emulator: lmsw may not clear cr0.pe
 2010-05-12  8:00 UTC 

[PATCHv2] Support for booting from virtio disks
 2010-05-12  7:55 UTC  (14+ messages)
      ` [SeaBIOS] "

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

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

[PATCH 0/9] pvclock misc fixes - v4
 2010-05-12  6:35 UTC  (15+ messages)
` [PATCH 1/9] Enable pvclock flags in vcpu_time_info structure
  ` [PATCH 2/9] Add a global synchronization point for pvclock
    ` [PATCH 3/9] change msr numbers for kvmclock
      ` [PATCH 4/9] add new KVMCLOCK cpuid feature
        ` [PATCH 5/9] export paravirtual cpuid flags in KVM_GET_SUPPORTED_CPUID
          ` [PATCH 6/9] Try using new kvm clock msrs
            ` [PATCH 7/9] don't compute pvclock adjustments if we trust the tsc
              ` [PATCH 8/9] Tell the guest we'll warn it about tsc stability
                ` [PATCH 9/9] Add cpuid.txt file

[RFC][PATCH 0/12] KVM, x86, ppc, asm-generic: moving dirty bitmaps to user space
 2010-05-12  6:27 UTC  (22+ 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
` [RFC][PATCH resend 8/12] asm-generic: bitops: introduce le bit offset macro

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

2.6.33.3: possible recursive locking detected
 2010-05-12  4:34 UTC  (7+ messages)

Qemu-KVM Livate Migration 0.12.2 -> 0.12.3/4 broken?
 2010-05-11 23:11 UTC  (2+ messages)

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

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

[PATCH 1/2] x86 emulator: Add missing decoder flags for sub instruction
 2010-05-11 22:39 UTC  (2+ messages)
` [PATCH 2/2] x86 emulator: Add missing decoder flags for xor instructions

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

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

[PATCH] x86 emulator: Add test acc, imm instruction (opcodes 0xA8 - 0xA9)
 2010-05-11 19:22 UTC 

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

Net KVM
 2010-05-11 18:02 UTC 

[PATCH v5 0/5] PCI Shared Memory device
 2010-05-11 18:13 UTC  (38+ 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

virtio: power management
 2010-05-11 18:12 UTC 

[PATCH RFC] vhost: fix barrier pairing
 2010-05-11 17:26 UTC 

[PATCH] VMX: Fix and improve guest state validity checks
 2010-05-11 16:52 UTC 

[qemu-kvm tests PATCH v3] qemu-kvm tests: fix linker script problem
 2010-05-11 14:29 UTC  (2+ messages)

[PATCH] Fix segfault after device assignment hot remove
 2010-05-11 14:31 UTC  (2+ messages)

[PATCH RESENT] fix 80000001.EDX supported bit filtering
 2010-05-11 14:15 UTC 

KVM call agenda for May 11
 2010-05-11 14:01 UTC  (7+ messages)
` [Qemu-devel] "

[PATCH v2 0/2] fix kvmclock bug - memory corruption (v2)
 2010-05-11  8:54 UTC  (3+ messages)

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

I WILL SEND YOU FURTHER DETAILS
 2010-05-11 11:05 UTC 

[PATCH] VMX: Invalid guest state detection enhancements and bug fixes
 2010-05-11 11:06 UTC  (4+ messages)

[PATCH 2/4 v4] KVM: VMX: Some minor changes to code structure
 2010-05-11 10:29 UTC 

[PATCH 3/4 v4] KVM: VMX: VMCLEAR/VMPTRLD usage changes
 2010-05-11 10:29 UTC 

[PATCH 1/4 v4] KVM: VMX: Define new functions to wrapper direct call of asm code
 2010-05-11 10:29 UTC 

[PATCH 0/4 v4] KVM: VMX: Support hosted VMM coexsitence
 2010-05-11 10:29 UTC 

[PATCH] KVM: x86: Call vcpu_load and vcpu_put in cpuid_update
 2010-05-11 10:21 UTC 

[PATCH 4/4 v3] KVM: VMX: VMXON/VMXOFF usage changes
 2010-05-11  9:54 UTC  (5+ messages)

[PATCH v2 00/10] Redirct and make use of the guest serial console
 2010-05-11  9:04 UTC  (11+ messages)
` [PATCH v2 01/10] KVM test: Introduce prompt assist
` [PATCH v2 02/10] KVM test: Send the username in remote_login()
` [PATCH v2 03/10] KVM test: Make the login re suitable for serial console
` [PATCH v2 04/10] KVM test: Redirect the serial to the unix domain socket
` [PATCH v2 05/10] KVM test: Log the content from guest serial console
` [PATCH v2 06/10] KVM test: Return none when met unknown type in kvm_vm.remote_login()
` [PATCH v2 07/10] KVM test: Introduce local_login()
` [PATCH v2 08/10] KVM test: Enable the serial console for all linux guests
` [PATCH v2 09/10] KVM test: Enable the serial console during unattended installation
` [PATCH v2 10/10] KVM test: Add a helper to search the panic in the log

[PATCH v3 0/8] pvclock fixes - v3
 2010-05-11  8:35 UTC  (8+ messages)
` [PATCH v3 1/8] Enable pvclock flags in vcpu_time_info structure
  ` [PATCH v3 2/8] Add a global synchronization point for pvclock
    ` [PATCH v3 3/8] change msr numbers for kvmclock
      ` [PATCH v3 4/8] add new KVMCLOCK cpuid feature
        ` [PATCH v3 5/8] export paravirtual cpuid flags in KVM_GET_SUPPORTED_CPUID

virtio-win problem
 2010-05-11  7:58 UTC  (4+ messages)

[PATCH 0/4 v3] KVM: VMX: Support hosted VMM coexsitence
 2010-05-11  3:18 UTC 

[PATCHv3] Support for booting from virtio disks
 2010-05-11  1:56 UTC  (2+ messages)

About cpu_set, CPU hotplug and related subjects
 2010-05-11  1:09 UTC  (7+ messages)
  ` [SeaBIOS] "

Keep index within boundaries in kvmppc_44x_emul_tlbwe()
 2010-05-10 23:10 UTC  (2+ messages)

[69/98] KVM: remove unused load_segment_descriptor_to_kvm_desct
 2010-05-10 22:35 UTC 

migration fails with virtio-blk
 2010-05-10 18:57 UTC  (4+ messages)

network between host and guest
 2010-05-10 18:28 UTC  (3+ messages)

Instant crash (invalid free()) at migrate for all 32bit qemu-kvm-0.12
 2010-05-10 18:05 UTC 

[PATCHv7] add mergeable buffers support to vhost_net
 2010-05-10 17:46 UTC  (6+ messages)

[PATCH v3 0/2] x86 FPU API
 2010-05-10 15:24 UTC  (3+ messages)

[PATCH 1/2] KVM test: Parallel install of guest OS v2
 2010-05-10 10:27 UTC  (3+ messages)
` [PATCH 2/2] KVM test: Support to SLES install


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