public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-05-11 01:09:05 to 2010-05-12 19:39:43 UTC [more...]

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

Another SIGFPE in display code, now in cirrus
 2010-05-12 19:12 UTC  (14+ messages)
                  ` [Qemu-devel] "

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

[PATCH] device-assignment: fix failure to exit on shared IRQ
 2010-05-12  9:12 UTC 

[PATCH 0/9] pvclock misc fixes - v4
 2010-05-12 17:04 UTC  (16+ 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

[PATCH v5 0/5] PCI Shared Memory device
 2010-05-12 16:45 UTC  (35+ 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] KVM: Don't allow lmsw to clear cr0.pe
 2010-05-12 16:18 UTC  (3+ messages)

[RFC PATCH 0/2] Sheepdog: distributed storage system for QEMU
 2010-05-12 14:28 UTC  (6+ 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

(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 

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

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 v2 00/10] Redirct and make use of the guest serial console
 2010-05-12  9:44 UTC  (12+ 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] x86 emulator: Add test acc, imm instruction (opcodes 0xA8 - 0xA9)
 2010-05-12  9:39 UTC  (2+ messages)

[PATCH 1/2] x86 emulator: Add missing decoder flags for sub instruction
 2010-05-12  9:37 UTC  (3+ messages)
` [PATCH 2/2] x86 emulator: Add missing decoder flags for xor instructions

[RFC][PATCH 0/12] KVM, x86, ppc, asm-generic: moving dirty bitmaps to user space
 2010-05-12  9:25 UTC  (17+ 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

[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 

network between host and guest
 2010-05-12  8:37 UTC  (3+ messages)

[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 

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

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

[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  (6+ 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  (5+ messages)
` [Qemu-devel] "

Net KVM
 2010-05-11 18:02 UTC 

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 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] "


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