public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-12-21 02:02:08 to 2013-01-04 14:52:23 UTC [more...]

[PATCH 0/2] Disable kvm_mmu_op by default on pc-1.4
 2013-01-04 14:52 UTC 

[PATCH v3 0/7] Streamline arithmetic instruction emulation
 2013-01-04 14:18 UTC  (8+ messages)
` [PATCH v3 1/7] KVM: x86 emulator: framework for streamlining arithmetic opcodes
` [PATCH v3 2/7] KVM: x86 emulator: Support for declaring single operand fastops
` [PATCH v3 3/7] KVM: x86 emulator: introduce NoWrite flag
` [PATCH v3 4/7] KVM: x86 emulator: mark CMP, CMPS, SCAS, TEST as NoWrite
` [PATCH v3 5/7] KVM: x86 emulator: convert NOT, NEG to fastop
` [PATCH v3 6/7] KVM: x86 emulator: add macros for defining 2-operand fastop emulation
` [PATCH v3 7/7] KVM: x86 emulator: convert basic ALU ops to fastop

[PATCH] emulator: simple ALU tests
 2013-01-04 14:17 UTC 

[PATCH v4 0/5] KVM: x86: improve reexecute_instruction
 2013-01-04 13:56 UTC  (6+ messages)
` [PATCH v4 1/5] KVM: MMU: fix Dirty bit missed if CR0.WP = 0
` [PATCH v4 2/5] KVM: MMU: fix infinite fault access retry
` [PATCH v4 3/5] KVM: x86: clean up reexecute_instruction
` [PATCH v4 4/5] KVM: x86: let reexecute_instruction work for tdp
` [PATCH v4 5/5] KVM: x86: improve reexecute_instruction

[PATCH v2 0/7] Streamline arithmetic instruction emulation
 2013-01-04 12:57 UTC  (9+ messages)
` [PATCH v2 1/7] KVM: x86 emulator: framework for streamlining arithmetic opcodes
` [PATCH v2 2/7] KVM: x86 emulator: Support for declaring single operand fastops
` [PATCH v2 3/7] KVM: x86 emulator: introduce NoWrite flag
` [PATCH v2 4/7] KVM: x86 emulator: mark CMP, CMPS, SCAS, TEST as NoWrite
` [PATCH v2 5/7] KVM: x86 emulator: convert NOT, NEG to fastop
` [PATCH v2 6/7] KVM: x86 emulator: add macros for defining 2-operand fastop emulation
` [PATCH v2 7/7] KVM: x86 emulator: convert basic ALU ops to fastop

KVM: VMX: fix incorrect cached cpl value with real/v8086 modes
 2013-01-04 11:16 UTC  (12+ messages)
` KVM: VMX: fix incorrect cached cpl value with real/v8086 modes (v2)

[PATCH v3 0/5] KVM: x86: improve reexecute_instruction
 2013-01-04  7:55 UTC  (4+ messages)
` [PATCH v3 5/5] "

KVM: x86: use dynamic percpu allocations for shared msrs area
 2013-01-04  5:19 UTC  (2+ messages)

[PATCH 00/12] Multiqueue virtio-net
 2013-01-04  5:12 UTC  (16+ messages)
` [PATCH 01/12] tap: multiqueue support
` [PATCH 02/12] net: introduce qemu_get_queue()
` [PATCH 03/12] net: introduce qemu_get_nic()
` [PATCH 04/12] net: intorduce qemu_del_nic()
` [PATCH 05/12] net: multiqueue support
` [PATCH 06/12] vhost: "
` [PATCH 07/12] virtio: introduce virtio_queue_del()
` [PATCH 08/12] virtio: add a queue_index to VirtQueue
` [PATCH 09/12] virtio-net: separate virtqueue from VirtIONet
` [PATCH 10/12] virtio-net: multiqueue support
` [PATCH 11/12] virtio-net: migration support for multiqueue
` [PATCH 12/12] virtio-net: compat multiqueue support

[PATCH 0/7] Streamline arithmetic instruction emulation
 2013-01-04  1:14 UTC  (24+ messages)
` [PATCH 1/7] KVM: x86 emulator: framework for streamlining arithmetic opcodes
` [PATCH 2/7] KVM: x86 emulator: Support for declaring single operand fastops
` [PATCH 3/7] KVM: x86 emulator: introduce NoWrite flag
` [PATCH 4/7] KVM: x86 emulator: mark CMP, CMPS, SCAS, TEST as NoWrite
` [PATCH 5/7] KVM: x86 emulator: convert NOT, NEG to fastop
` [PATCH 6/7] KVM: x86 emulator: add macros for defining 2-operand fastop emulation
` [PATCH 7/7] KVM: x86 emulator: convert basic ALU ops to fastop

[PATCHv2 0/6] more VMX real mode emulation fixes
 2013-01-03 12:53 UTC  (9+ messages)
` [PATCHv2 6/6] KVM: VMX: handle IO when emulation is due to #GP in real mode

[PATCH v5 0/7] s390: Host support for channel I/O
 2013-01-03 13:30 UTC  (2+ messages)

[PATCH qom-cpu 4/4] target-ppc: Error out for -cpu host on unknown PVR
 2013-01-03 12:26 UTC  (2+ messages)

[PATCH v2 0/5] Multiqueue virtio-scsi, and API for piecewise buffer submission
 2013-01-03  9:22 UTC  (14+ messages)
` [PATCH v2 1/5] virtio: add functions for piecewise addition of buffers
` [PATCH v2 5/5] virtio-scsi: introduce multiqueue support

Guest performance is reduced after live migration
 2013-01-03  1:32 UTC  (5+ messages)

[PATCH][TRIVIAL] kvm_para: fix typo in hypercall comments
 2013-01-02 18:02 UTC  (2+ messages)

[PATCH 0/2] Fixes for -cpu host KVM/SVM feature initialization
 2013-01-02 20:52 UTC  (11+ messages)
` [PATCH 1/2] target-i386: kvm: -cpu host: use GET_SUPPORTED_CPUID for SVM features
  ` [Qemu-devel] "
` [PATCH 2/2] target-i386: kvm: enable all supported KVM features for -cpu host
` [Qemu-devel] [PATCH 0/2] Fixes for -cpu host KVM/SVM feature initialization

[PATCH 0/2] [PULL] qemu-kvm.git uq/master queue
 2013-01-02 16:57 UTC  (4+ messages)
` [PATCH 1/2] target-i386: Enabling IA32_TSC_ADJUST for QEMU KVM guest VMs
` [PATCH 2/2] qemu-kvm/pci-assign: 64 bits bar emulation

[PATCH] virtio-blk: Don't free ida when disk is in use
 2013-01-02  5:09 UTC  (10+ messages)

[PATCH v7 0/3] x86, apicv: Add APIC virtualization support
 2012-12-31 15:02 UTC  (37+ messages)
` [PATCH v7 2/3] x86, apicv: add virtual interrupt delivery support
` [PATCH v7 3/3] x86, apicv: add virtual x2apic support

[PATCH 1/2] vhost_net: correct error hanlding in vhost_net_set_backend()
 2012-12-28  5:31 UTC  (8+ messages)
` [PATCH 2/2] vhost: handle polling failure

Poor LVM performance
 2012-12-27 16:23 UTC 

[PATCH] KVM: MMU: simplify folding of dirty bit into accessed_dirty
 2012-12-27 12:44 UTC 

[PATCHv2] trace-cmd: add kvm_mmu_prepare_zap_page even and fix kvm_mmu_get_page event output in kvm plugin
 2012-12-27 11:34 UTC 

[PATCH] trace-cmd: fix kvm_mmu_prepare_zap_page even name and kvm_mmu_get_page event output in kvm plugin
 2012-12-27 11:22 UTC  (5+ messages)

[PATCH KVM v2 0/4] fix KVM i8259 IRQ trailing-edge logic
 2012-12-27  5:39 UTC  (5+ messages)
` [PATCH KVM v2 1/4] KVM: fix i8254 IRQ0 to be normally high
` [PATCH KVM v2 2/4] KVM: additional i8254 output fixes
` [PATCH KVM v2 3/4] KVM: fix i8259 interrupt high to low transition logic
` [PATCH KVM v2 4/4] KVM: i8259: refactor pic_set_irq level logic

kvm lockdep splat with 3.8-rc1+
 2012-12-27  4:43 UTC  (3+ messages)

[PATCH 0/4] AER-KVM: Error containment of PCI pass-thru devices assigned to KVM guests
 2012-12-27  0:46 UTC  (6+ messages)
      ` [Qemu-devel] "

[PATCH v2 00/18] KVM for MIPS32 Processors
 2012-12-26 13:14 UTC  (3+ messages)
` [PATCH v2 02/18] KVM/MIPS32: Arch specific KVM data structures

[PATCH v12 0/8] pv event to notify host when the guest is panicked
 2012-12-25 21:54 UTC  (4+ messages)
` [Qemu-devel] "

[PATCH v3] qemu-kvm/pci-assign: 64 bits bar emulation
 2012-12-25 12:38 UTC  (5+ messages)
` [Qemu-devel] "

[PATCH] KVM: mmu: remove unused trace event
 2012-12-25 12:34 UTC 

[PATCH 0/7] KVM: Alleviate mmu_lock hold time when we start dirty logging
 2012-12-25  5:26 UTC  (18+ messages)
` [PATCH 1/7] KVM: Write protect the updated slot only "

Your Inheritance/Winning payment
 2012-12-21 13:44 UTC 

Your Inheritance/Winning payment
 2012-12-22  7:25 UTC 

[PATCH] kvm: Fix memory slot generation updates
 2012-12-24 15:31 UTC  (4+ messages)

[PATCH v2 0/5] KVM: x86: improve reexecute_instruction
 2012-12-23 11:46 UTC  (7+ messages)

[PATCH] KVM: remove a wrong hack of delivery PIT intr to vcpu0
 2012-12-23  8:05 UTC  (2+ messages)

[user question] Opinions about running Windows in KVM
 2012-12-22 17:27 UTC  (5+ messages)

[PATCH 0/7] Fix emulate_invalid_guest_state=0 part 2
 2012-12-22 14:58 UTC  (8+ messages)
` [PATCH 2/7] KVM: VMX: relax check for CS register in rmode_segment_valid()

[PATCH 0/5] KVM: PPC: Fix various bugs and vulnerabilities in HV KVM
 2012-12-22 14:09 UTC  (5+ messages)
` [PATCH 1/5] KVM: PPC: Book3S HV: Handle guest-caused machine checks on POWER7 without panicking
    ` [PATCH v2] "
      ` [PATCH] KVM: PPC: Book3S HV: Fix compilation without CONFIG_PPC_POWERNV

[PATCH] kvm tools: remove unneeded checks in qcow code
 2012-12-21 22:03 UTC  (2+ messages)

buildbot failure in kvm on i386
 2012-12-21  4:19 UTC 

buildbot failure in kvm on ppc44x
 2012-12-21  4:19 UTC 

buildbot failure in kvm on ia64
 2012-12-21  4:20 UTC 


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