kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-06-27 22:49:03 to 2014-07-01 20:04:15 UTC [more...]

[PATCH] ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ (part1)
 2014-07-01 20:04 UTC  (7+ messages)

[PATCH v6 00/21] arm64: GICv3 support
 2014-07-01 18:24 UTC  (28+ messages)
` [PATCH v6 01/21] irqchip: ARM: GIC: Move some bits of GICv2 to a library-type file
` [PATCH v6 02/21] irqchip: arm64: Initial support for GICv3
` [PATCH v6 03/21] arm64: GICv3 device tree binding documentation
` [PATCH v6 04/21] arm64: boot protocol documentation update for GICv3
` [PATCH v6 05/21] KVM: arm/arm64: vgic: move GICv2 registers to their own structure
` [PATCH v6 06/21] KVM: ARM: vgic: introduce vgic_ops and LR manipulation primitives
` [PATCH v6 07/21] KVM: ARM: vgic: abstract access to the ELRSR bitmap
` [PATCH v6 08/21] KVM: ARM: vgic: abstract EISR bitmap access
` [PATCH v6 09/21] KVM: ARM: vgic: abstract MISR decoding
` [PATCH v6 10/21] KVM: ARM: vgic: move underflow handling to vgic_ops
` [PATCH v6 11/21] KVM: ARM: vgic: abstract VMCR access
` [PATCH v6 12/21] KVM: ARM: vgic: introduce vgic_enable
` [PATCH v6 13/21] KVM: ARM: introduce vgic_params structure
` [PATCH v6 14/21] KVM: ARM: vgic: split GICv2 backend from the main vgic code
` [PATCH v6 15/21] KVM: ARM: vgic: revisit implementation of irqchip_in_kernel
` [PATCH v6 16/21] arm64: KVM: remove __kvm_hyp_code_{start,end} from hyp.S
` [PATCH v6 17/21] arm64: KVM: split GICv2 world switch from hyp code
` [PATCH v6 18/21] arm64: KVM: move HCR_EL2.{IMO,FMO} manipulation into the vgic switch code
` [PATCH v6 19/21] KVM: ARM: vgic: add the GICv3 backend
` [PATCH v6 20/21] arm64: KVM: vgic: add GICv3 world switch
` [PATCH v6 21/21] arm64: KVM: vgic: enable GICv2 emulation on top on GICv3 hardware

[PATCH] ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+
 2014-07-01 17:51 UTC  (2+ messages)

[patch 0/5] KVM: support for pinning sptes
 2014-07-01 17:50 UTC  (14+ messages)
` [patch 2/5] KVM: MMU: allow pinning spte translations (TDP-only)
` [patch 4/5] KVM: MMU: reload request from GET_DIRTY_LOG path

[GIT PULL] KVM changes for 3.16-rc4
 2014-07-01 17:47 UTC  (2+ messages)

[RFC v2] ARM VM System Specification
 2014-07-01 17:10 UTC  (9+ messages)

[PATCH 0/2] KVM: powerpc/booke: Debug interrupt injection to guest
 2014-07-01 16:40 UTC  (16+ messages)
` [PATCH 2/2] KVM : powerpc/booke: Allow debug "

[PATCH] ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ (part2)
 2014-07-01 16:19 UTC 

[PATCH] ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+
 2014-07-01 16:14 UTC 

[PATCH] arm64: KVM: export demux regids as KVM_REG_ARM64
 2014-07-01 15:56 UTC  (2+ messages)

[PATCH] KVM: nSVM: Fix IOIO size reported on emulation
 2014-07-01 15:37 UTC  (4+ messages)
` nSVM: interception checks on emulation (was: [PATCH] KVM: nSVM: Fix IOIO size reported on emulation)
  ` [PATCH] KVM: nSVM: Set correct port for IOIO interception evaluation

[PATCH] KVM: nSVM: Fix IOIO bitmap evaluation
 2014-07-01 15:25 UTC  (5+ messages)

[PATCH] KVM: nSVM: Do not report CLTS via SVM_EXIT_WRITE_CR0 to L1
 2014-07-01 15:14 UTC  (2+ messages)

[PATCH v2 1/4] KVM: device: add simple registration mechanism for kvm_device_ops
 2014-07-01 14:45 UTC  (4+ messages)
` [PATCH v2 2/4] KVM: ARM: vgic: register kvm_device_ops dynamically
` [PATCH v2 3/4] KVM: s390: register flic ops dynamically
` [PATCH v2 4/4] KVM: VFIO: register kvm_device_ops dynamically

[RFC] COLO HA Project proposal
 2014-07-01 12:12 UTC  (2+ messages)
` [Qemu-devel] "

[RFC PATCH v2] Implement Batched (group) ticket lock
 2014-07-01 11:11 UTC  (5+ messages)

[PATCH RFC 1/2] virtio: support for urgent descriptors
 2014-07-01 10:49 UTC  (2+ messages)
` [PATCH RFC 2/2] vhost: support "

[PATCH REPOST v2] ARM: virt: fix wrong HSCTLR.EE bit setting
 2014-07-01 10:01 UTC 

[PATCH v2] ARM: virt: fix wrong HSCTLR.EE bit setting
 2014-07-01  9:23 UTC  (2+ messages)

Waiting to hear from you
 2014-07-01  9:06 UTC 

[PATCH v2] powerpc/kvm: support to handle sw breakpoint
 2014-07-01  8:41 UTC 

About releasing vcpu when closing vcpu fd
 2014-07-01  2:07 UTC  (7+ messages)

[PATCH 0/6] IRQFD without IRQ routing, enabled for XICS
 2014-06-30 21:25 UTC  (9+ messages)
` [PATCH 1/6] KVM: Don't keep reference to irq routing table in irqfd struct
` [PATCH 2/6] KVM: irqchip: Provide and use accessors for irq routing table
` [PATCH 3/6] KVM: Move all accesses to kvm::irq_routing into irqchip.c
` [PATCH 4/6] KVM: Move irq notifier implementation into eventfd.c
` [PATCH 5/6] KVM: Give IRQFD its own separate enabling Kconfig option
` [PATCH 6/6] KVM: PPC: Enable IRQFD support for the XICS interrupt controller

[RFC PATCH 0/6] arm/arm64: KVM: Various VGIC cleanups and improvements
 2014-06-30 21:20 UTC  (4+ messages)
` [RFC PATCH 2/6] arm/arm64: KVM: Rename irq_active to irq_queued

[PATCH] KVM: PPC: e500: Emulate power management control SPR
 2014-06-30 18:20 UTC  (2+ messages)

[PATCH] KVM: PPC: e500: Fix default tlb for victim hint
 2014-06-30 18:18 UTC  (2+ messages)

[PATCH] KVM: x86: Fix lapic.c debug prints
 2014-06-30 18:07 UTC  (7+ messages)

[PATCH] KVM: x86: fix TSC matching
 2014-06-30 17:45 UTC  (4+ messages)

[PATCH 1/2] KVM: device: add simple registration mechanism for kvm_device_ops
 2014-06-30 17:32 UTC  (13+ messages)

[PATCH 0/6 v2] KVM: PPC: Book3e: AltiVec support
 2014-06-30 15:34 UTC  (7+ messages)
` [PATCH 1/6 v2] KVM: PPC: Book3E: Use common defines for SPE/FP/AltiVec int numbers
` [PATCH 2/6 v2] KVM: PPC: Book3E: Refactor SPE/FP exit handling
` [PATCH 3/6 v2] KVM: PPC: Book3E: Increase FPU laziness
` [PATCH 4/6 v2] KVM: PPC: Book3E: Add AltiVec support
` [PATCH 5/6 v2] KVM: PPC: Book3E: Add ONE_REG "
` [PATCH 6/6 v2] KVM: PPC: Book3E: Enable e6500 core

__schedule #DF splat
 2014-06-30 15:26 UTC  (30+ messages)
                                          ` [PATCH] KVM: SVM: Fix CPL export via SS.DPL

IT-Service Desk Mail
 2014-06-30 12:57 UTC 

[questions] about KVM as a Microsoft-compatible hypervisor
 2014-06-30 12:18 UTC  (6+ messages)
` [Qemu-devel] "
  ` Re: [Qemu-devel] [questions] about KVM as a Microsoft-compatiblehypervisor
    `  "

[PATCH 3.12 057/181] MIPS: KVM: Allocate at least 16KB for exception handlers
 2014-06-30 11:51 UTC 

Why I advise against using ivshmem (was: [Qemu-devel] Using virtio for inter-VM communication)
 2014-06-30 11:10 UTC  (12+ messages)
` Why I advise against using ivshmem
  ` [Qemu-devel] "

[PATCH 1/2] ARM: KVM: Enable the KVM-VFIO device
 2014-06-30  9:14 UTC  (11+ messages)
` [PATCH 2/2] ARM: KVM: user_mem_abort: support stage 2 MMIO page mapping
            ` [PATCH 2/2 v2] "

[PATCH] KVM: x86: Pending interrupt may be delivered after INIT
 2014-06-30  9:03 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH TRIVIAL] kvm: Correct kvm_multiple_exception's naming
 2014-06-30  9:02 UTC 

[RFC PATCH 1/1] Move two pinned pages to non-movable node in kvm
 2014-06-30  8:58 UTC  (13+ messages)

Poor performance with virtio network driver on windows 2008 R2 on KVM
 2014-06-30  3:00 UTC  (4+ messages)

[PATCH 0/6] Use virtual page class key protection mechanism for speeding up guest page fault
 2014-06-29 16:57 UTC  (10+ messages)
` [PATCH 1/6] KVM: PPC: BOOK3S: HV: Clear hash pte bits from do_h_enter callers
` [PATCH] KVM: PPC: BOOK3S: HV: Update compute_tlbie_rb to handle 16MB base page
` [PATCH 2/6] KVM: PPC: BOOK3S: HV: Deny virtual page class key update via h_protect
` [PATCH 3/6] KVM: PPC: BOOK3S: HV: Remove dead code
` [PATCH 4/6] KVM: PPC: BOOK3S: HV: Use new functions for mapping/unmapping hpte in host
` [PATCH 5/6] KVM: PPC: BOOK3S: Use hpte_update_in_progress to track invalid hpte during an hpte update
` [PATCH 6/6] KVM: PPC: BOOK3S: HV: Use virtual page class protection mechanism for host fault and mmio

Congratulations!!!
 2014-06-28 12:43 UTC 

hi
 2014-06-28 14:11 UTC 

[RFC PATCH v6 04/20] iommu/arm-smmu: add capability IOMMU_CAP_INTR_REMAP
 2014-06-28  7:05 UTC  (13+ messages)

GOOD DAY FRIEND,
 2014-06-27 23:16 UTC 

[PATCH v3 0/9] MIPS: KVM: Bugfixes and cleanups
 2014-06-27 23:47 UTC  (5+ messages)
` [PATCH v3 7/9] MIPS: KVM: Fix memory leak on VCPU

[PATCH 0/5 v4] Read guest last instruction from kvmppc_get_last_inst()
 2014-06-27 22:49 UTC  (6+ messages)
` [PATCH 1/5 v4] KVM: PPC: e500mc: Revert "add load inst fixup"
` [PATCH 2/5 v4] KVM: PPC: Book3e: Add TLBSEL/TSIZE defines for MAS0/1
` [PATCH 3/5 v4] KVM: PPC: Book3s: Remove kvmppc_read_inst() function
` [PATCH 4/5 v4] KVM: PPC: Alow kvmppc_get_last_inst() to fail
` [PATCH 5/5 v4] KVM: PPC: Bookehv: Get vcpu's last instruction for emulation


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