public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-06-08 15:05:54 to 2012-06-12 17:55:04 UTC [more...]

[RFC 00/10] KVM: Add TMEM host/guest support
 2012-06-12 17:54 UTC  (20+ messages)

[PATCH 00/21] Big big real mode improvements
 2012-06-12 17:34 UTC  (22+ messages)
` [PATCH 01/21] KVM: VMX: Return correct CPL during transition to protected mode
` [PATCH 02/21] KVM: Split cpuid register access from computation
` [PATCH 03/21] KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semantics
` [PATCH 04/21] KVM: x86 emulator: emulate cpuid
` [PATCH 05/21] KVM: x86 emulator: allow loading null SS in long mode
` [PATCH 06/21] KVM: x86 emulator: fix LIDT/LGDT "
` [PATCH 07/21] KVM: VMX: Relax check on unusable segment
` [PATCH 08/21] KVM: VMX: Limit iterations with emulator_invalid_guest_state
` [PATCH 09/21] KVM: x86 emulator: emulate LEAVE
` [PATCH 10/21] KVM: x86 emulator: initialize memop
` [PATCH 11/21] KVM: Fix SS default ESP/EBP based addressing
` [PATCH 12/21] KVM: x86 emulator: emulate SGDT/SIDT
` [PATCH 13/21] KVM: VMX: Fix interrupt exit condition during emulation
` [PATCH 14/21] KVM: VMX: Continue emulating after batch exhausted
` [PATCH 15/21] KVM: x86 emulator: emulate LAHF
` [PATCH 16/21] KVM: x86 emulator: fix byte-sized MOVZX/MOVSX
` [PATCH 17/21] KVM: x86 emulator: split push logic from push opcode emulation
` [PATCH 18/21] KVM: x86 emulator: implement ENTER
` [PATCH 19/21] KVM: VMX: Stop invalid guest state emulation on pending event
` [PATCH 20/21] KVM: VMX: Improve error reporting during invalid guest state emulation
` [PATCH 21/21] KVM: VMX: Emulate invalid guest state by default

[PATCH 0/4] PCI: Enable LTR/OBFF before device is used by driver
 2012-06-12 17:07 UTC  (6+ messages)
` [PATCH 4/4] PCI: save/restore max Latency Value for device LTR

Large sized guest taking for ever to boot
 2012-06-12 15:39 UTC  (13+ messages)

KVM call agenda for Thrusday, June 12th
 2012-06-12 14:38 UTC  (4+ messages)

[PATCH] KVM: change PT_FIRST_AVAIL_BITS_SHIFT to avoid conflict with EPT Dirty bit
 2012-06-12 13:36 UTC  (3+ messages)

[PATCH] kvm: notify host when guest panicked
 2012-06-12 13:29 UTC  (16+ messages)
` [PATCH 1/3] start vm after reseting it
    ` [Qemu-devel] "
` [PATCH 3/3] deal with guest panicked event
    ` [Qemu-devel] "

[PATCH 0/4] Introduce generic set_bit_le()
 2012-06-12 13:12 UTC  (11+ messages)
` [PATCH 1/4] drivers/net/ethernet/sfc: Add efx_ prefix to set_bit_le()
` [PATCH 2/4] drivers/net/ethernet/dec/tulip: Add tulip_ "
` [PATCH 3/4] bitops: Introduce generic set_bit_le()
` [PATCH 4/4] KVM: Replace test_and_set_bit_le() in mark_page_dirty_in_slot() with set_bit_le()

[PATCHv2 0/5] improve speed of "rep ins" emulation
 2012-06-12 12:01 UTC  (6+ messages)
` [PATCHv2 1/5] Provide userspace IO exit completion callback
` [PATCHv2 2/5] KVM: emulator: make x86 emulation modes enum instead of defines
` [PATCHv2 3/5] KVM: emulator: move some address manipulation function out of emulator code
` [PATCHv2 4/5] KVM: emulator: move linearize() "
` [PATCHv2 5/5] KVM: Provide fast path for "rep ins" emulation if possible

[Autotest][PATCH] multi-host: Repairs compatibility with rework of network
 2012-06-12 11:42 UTC 

Biweekly KVM Test report, kernel 51bfd299... qemu a1fce560
 2012-06-12 11:01 UTC  (12+ messages)

KVM entry failed, hardware error
 2012-06-12 10:45 UTC  (15+ messages)

Bug? 100% load on core after physically removing USB storage from host
 2012-06-12 10:35 UTC  (3+ messages)

WARNING: at arch/x86/kernel/kvmclock.c:127
 2012-06-12  8:48 UTC  (7+ messages)

[PATCH v3 1/6] KVM: fix missing check for memslot flags
 2012-06-12  2:49 UTC  (6+ messages)
` [PATCH v3 2/6] KVM: hide KVM_MEMSLOT_INVALID from userspace
` [PATCH v3 3/6] KVM: introduce gfn_to_pfn_memslot_atomic
` [PATCH v3 4/6] KVM: pass slot to hva_to_pfn
` [PATCH v3 5/6] KVM: introduce gfn_to_hva_read/kvm_read_hva/kvm_read_hva_atomic
` [PATCH v3 6/6] KVM: introduce readonly memslot

[PATCH v6 0/9] KVM: MMU: fast page fault
 2012-06-12  2:23 UTC  (4+ messages)
` [PATCH v6 5/9] KVM: MMU: introduce SPTE_MMU_WRITEABLE bit

enquiry
 2012-06-12  0:23 UTC 

[PATCH] KVM: MMU: Remove unused parameter from mmu_memory_cache_alloc()
 2012-06-12  1:47 UTC  (2+ messages)

[PATCH 0/3] kvm/s390 patches for 3.6
 2012-06-11 19:45 UTC  (15+ messages)
` [PATCH 1/3] s390/kvm: Set CPU in stopped state on initial cpu reset
` [PATCH 2/3] kvm: trace events: update list of exit reasons
        ` [PATCH 2/3] kvm: trace events: update list of exit reasons (v2)
` [PATCH 3/3] s390/kvm: Perform early event mask processing during boot

[PATCH] virt test: multicast: Correct multicast_guest.py script path
 2012-06-11 13:42 UTC 

[PATCHv2 RFC] kvm: deliver msix interrupts from irq handler
 2012-06-11 11:53 UTC  (2+ messages)

[PATCHv3 RFC 0/2] kvm: direct msix injection
 2012-06-11 11:19 UTC  (3+ messages)
` [PATCHv3 RFC 1/2] kvm: implement kvm_set_msi_inatomic
` [PATCHv3 RFC 2/2] kvm: deliver msix interrupts from irq handler

[PATCH uq/master] kvm: i8254: Fix conversion of in-kernel to userspace state
 2012-06-11 11:18 UTC  (4+ messages)
  ` [PATCH] KVM: i8254: Clean up limit constant

[PATCH] KVM: Use IRQF_ONESHOT for assigned device MSI interrupts
 2012-06-11 10:21 UTC  (13+ messages)

[PATCH v2 0/5] Export offsets of VMCS fields as note information for kdump
 2012-06-11  5:35 UTC  (11+ messages)

[PATCH 26/27] s390-virtio: Let s390_cpu_addr2state() return S390CPU
 2012-06-11  0:00 UTC  (2+ messages)
` [PATCH 27/27] target-s390x: Pass S390CPU to s390_cpu_restart()

[PATCH] uio_pci_generic does not export memory resources
 2012-06-10 20:19 UTC  (38+ messages)

KVM handling external interrupts
 2012-06-10 13:30 UTC  (23+ messages)

vfio problem
 2012-06-09 15:58 UTC  (11+ messages)

[Autotest]frontend: Replaces mod_python by mod_wsgi apache module and repair autoinstall script
 2012-06-08 23:18 UTC  (3+ messages)
` [PATCH 1/2] frontend: Replaces mod_python by mod_wsgi apache module

Garbled audio - Windows 7 64 bit guest on Debian
 2012-06-08 22:29 UTC 

[PATCH v2 00/41] postcopy live migration
 2012-06-08 16:07 UTC  (4+ messages)
` [PATCH v2 33/41] postcopy: introduce -postcopy and -postcopy-flags option
    ` [Qemu-devel] "

[RFC PATCH] qemu pci: pci_add_capability enhancement to prevent damaging config space
 2012-06-08 15:22 UTC  (21+ messages)


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