kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-05-06 10:45:37 to 2016-05-10 13:16:44 UTC [more...]

[PATCH v3 00/55] KVM: arm/arm64: Rework virtual GIC emulation
 2016-05-10 13:16 UTC  (81+ messages)
` [PATCH v3 01/55] KVM: arm/arm64: vgic: streamline vgic_update_irq_pending() interface
` [PATCH v3 02/55] KVM: arm/arm64: vgic: avoid map in kvm_vgic_inject_mapped_irq()
` [PATCH v3 03/55] KVM: arm/arm64: vgic: avoid map in kvm_vgic_map_is_active()
` [PATCH v3 04/55] KVM: arm/arm64: vgic: avoid map in kvm_vgic_unmap_phys_irq()
` [PATCH v3 06/55] KVM: arm/arm64: arch_timer: Remove irq_phys_map
` [PATCH v3 07/55] KVM: arm/arm64: vgic: Remove irq_phys_map from interface
` [PATCH v3 09/55] KVM: arm/arm64: Fix MMIO emulation data handling
` [PATCH v3 10/55] KVM: arm/arm64: Export mmio_read/write_bus
` [PATCH v3 11/55] KVM: arm/arm64: pmu: abstract access to number of SPIs
` [PATCH v3 12/55] KVM: arm/arm64: move GICv2 emulation defines into arm-gic-v3.h
` [PATCH v3 13/55] KVM: arm/arm64: vgic-new: Add data structure definitions
` [PATCH v3 14/55] KVM: arm/arm64: vgic-new: Add acccessor to new struct vgic_irq instance
` [PATCH v3 15/55] KVM: arm/arm64: vgic-new: Implement virtual IRQ injection
` [PATCH v3 16/55] KVM: arm/arm64: vgic-new: Add IRQ sorting
` [PATCH v3 17/55] KVM: arm/arm64: vgic-new: Add IRQ sync/flush framework
` [PATCH v3 18/55] KVM: arm/arm64: vgic-new: Add GICv2 world switch backend
` [PATCH v3 19/55] KVM: arm/arm64: vgic-new: Add GICv3 "
` [PATCH v3 20/55] KVM: arm/arm64: vgic-new: Implement kvm_vgic_vcpu_pending_irq
` [PATCH v3 22/55] KVM: arm/arm64: vgic-new: Add GICv2 MMIO handling framework
` [PATCH v3 24/55] KVM: arm/arm64: vgic-new: Add ENABLE registers handlers
` [PATCH v3 25/55] KVM: arm/arm64: vgic-new: Add PENDING "
` [PATCH v3 26/55] KVM: arm/arm64: vgic-new: Add ACTIVE "
` [PATCH v3 27/55] KVM: arm/arm64: vgic-new: Add PRIORITY "
` [PATCH v3 28/55] KVM: arm/arm64: vgic-new: Add CONFIG "
` [PATCH v3 29/55] KVM: arm/arm64: vgic-new: Add TARGET "
` [PATCH v3 30/55] KVM: arm/arm64: vgic-new: Add SGIR register handler
` [PATCH v3 31/55] KVM: arm/arm64: vgic-new: Add SGIPENDR register handlers
` [PATCH v3 32/55] KVM: arm/arm64: vgic-new: Add GICv3 MMIO handling framework
    ` [PATCH] KVM: arm/arm64: vgic-new: fix overlap check for device addresses
` [PATCH v3 33/55] KVM: arm/arm64: vgic-new: Add GICv3 CTLR, IIDR, TYPER handlers
` [PATCH v3 34/55] KVM: arm/arm64: vgic-new: Add GICv3 redistributor IIDR and TYPER handler
` [PATCH v3 35/55] KVM: arm/arm64: vgic-new: Add GICv3 IDREGS register handler
` [PATCH v3 36/55] KVM: arm/arm64: vgic-new: Add GICv3 IROUTER register handlers
` [PATCH v3 37/55] KVM: arm/arm64: vgic-new: Add GICv3 SGI system register trap handler
` [PATCH v3 38/55] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM device ops registration
` [PATCH v3 39/55] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_NR_IRQS
` [PATCH v3 40/55] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_CTRL
` [PATCH v3 41/55] KVM: arm/arm64: vgic-new: vgic_kvm_device: implement kvm_vgic_addr
` [PATCH v3 42/55] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_ADDR
` [PATCH v3 43/55] KVM: arm/arm64: vgic-new: vgic_kvm_device: access to VGIC registers
` [PATCH v3 44/55] KVM: arm/arm64: vgic-new: Export register access interface
` [PATCH v3 45/55] KVM: arm/arm64: vgic-new: Add userland access to VGIC dist registers
` [PATCH v3 46/55] KVM: arm/arm64: vgic-new: Add GICH_VMCR accessors
` [PATCH v3 47/55] KVM: arm/arm64: vgic-new: Add userland GIC CPU interface access
` [PATCH v3 48/55] KVM: arm/arm64: vgic-new: vgic_init: implement kvm_vgic_hyp_init
` [PATCH v3 49/55] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_create
` [PATCH v3 50/55] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_init
` [PATCH v3 51/55] KVM: arm/arm64: vgic-new: vgic_init: implement map_resources
` [PATCH v3 52/55] KVM: arm/arm64: vgic-new: Add vgic_v2/v3_enable
` [PATCH v3 53/55] KVM: arm/arm64: vgic-new: Wire up irqfd injection
` [PATCH v3 54/55] KVM: arm/arm64: vgic-new: implement mapped IRQ handling
` [PATCH v3 55/55] KVM: arm/arm64: vgic-new: enable build

[PATCH 0/5] MIPS: KVM: A few misc fixes
 2016-05-10 13:02 UTC  (2+ messages)

KVM call for agenda for 2016-05-10
 2016-05-10 12:53 UTC  (2+ messages)

[PATCH kvm-unit-tests v3 0/9] Improve the output of test runners
 2016-05-10 12:47 UTC  (8+ messages)
` [PATCH v3 8/9] run_tests: print summary
` [PATCH v3 9/9] run_tests: log stderr

[PATCH 0/2] KVM: x86: disable MPX if host did not enable MPX XSAVE features
 2016-05-10 12:38 UTC  (7+ messages)
` [PATCH 1/2] "

[kvm-unit-tests PATCH] fix machine type handling for ppc64le
 2016-05-10 12:36 UTC  (3+ messages)
` [PATCH 1/2] scripts: Handle ppc64le machine name in mkstandalone

[kvm-unit-test MAINTAINERS] remove Marcelo Tosatti
 2016-05-10 12:35 UTC  (2+ messages)

[kvm-unit-tests Patch V2] x86: Makefile refine
 2016-05-10 12:28 UTC  (6+ messages)

[kvm-unit-test PATCH v2] powerpc: Add emulator test for the lswi instruction
 2016-05-10 12:05 UTC  (4+ messages)

[RFC PATCH v1 00/18] x86: Secure Memory Encryption (AMD)
 2016-05-10 12:04 UTC  (8+ messages)

[kvm-unit-tests PATCH 0/2] arm/powerpc: Makefile cleanup
 2016-05-10  9:29 UTC  (12+ messages)
` [kvm-unit-tests PATCH 1/2] arm/arm64: "
` [kvm-unit-tests PATCH 2/2] powerpc/ppc64: "

[PART1 V5 00/13] KVM: x86: Introduce SVM AVIC support
 2016-05-10  9:19 UTC  (6+ messages)
` [PART1 V5 07/13] KVM: x86: Detect and Initialize "
` [PART1 V5 08/13] svm: Add interrupt injection via AVIC

[PATCH 0/7] MIPS: Add extended ASID support
 2016-05-10  8:55 UTC  (18+ messages)
` [PATCH 1/7] MIPS: KVM/locore.S: Don't preserve host ASID around vcpu_run
` [PATCH 2/7] MIPS: Add & use CP0_EntryHi ASID definitions
` [PATCH 3/7] MIPS: KVM: Abstract guest ASID mask
` [PATCH 4/7] MIPS: KVM/locore.S: Only preserve callee saved registers
` [PATCH 5/7] MIPS: KVM/locore.S: Relax noat
` [PATCH 6/7] MIPS: Retrieve ASID masks using function accepting struct cpuinfo_mips
` [PATCH 7/7] MIPS: Support extended ASIDs

[PATCH v2] KVM: arm/arm64: vgic-new: Switch to firmware-independent probing
 2016-05-10  8:46 UTC 

[RFC PATCH v3 0/3] Add vGPU support
 2016-05-10  7:52 UTC  (13+ messages)
` [RFC PATCH v3 1/3] vGPU Core driver
` [RFC PATCH v3 3/3] VFIO Type1 IOMMU change: to support with iommu and without iommu

[PATCH] vfio: platform: use vfio_iommu_group_get/put
 2016-05-10  7:40 UTC  (3+ messages)

[PATCH] sched/cputime: add steal time support to full dynticks CPU time accounting
 2016-05-10  5:34 UTC 

[kvm-unit-tests PATCH] x86: Makefile refine
 2016-05-09 22:22 UTC  (7+ messages)

[PATCH V4 0/2] vfio, platform: add ACPI support
 2016-05-09 19:45 UTC  (9+ messages)
` [PATCH V4 1/2] vfio, platform: add support for ACPI during probe and reset

[PATCH v4 00/12] KVM: arm64: GICv3 ITS emulation
 2016-05-09 17:09 UTC  (6+ messages)
` [PATCH v4 03/12] KVM: arm64: Introduce new MMIO region for the ITS base address

[PATCH v6 1/2] KVM: remove NULL return path for vcpu ids >= KVM_MAX_VCPUS
 2016-05-09 16:23 UTC  (3+ messages)
` [PATCH v6 2/2] kvm: introduce KVM_MAX_VCPU_ID

[PATCH] target-i386: add Skylake-Client cpu mode
 2016-05-09 13:44 UTC  (7+ messages)
` [Qemu-devel] "
    ` XSAVES in GET_SUPPORTED_CPUID (was Re: [Qemu-devel] [PATCH] target-i386: add Skylake-Client cpu mode)

[PATCH] KVM: x86: silence GCC warning on memset ioapic->irq_eoi
 2016-05-09 13:02 UTC  (2+ messages)

[GIT PULL 00/10] KVM: s390: features and fixes for 4.7 part2
 2016-05-09 12:26 UTC  (3+ messages)
` [GIT PULL 03/10] KVM: s390: enable PFMFI only if guest has EDAT1
` [GIT PULL 04/10] KVM: s390: enable SRS only if enabled for the guest

[PART2 RFC v1 0/9] iommu/AMD: Introduce IOMMU AVIC support
 2016-05-09 11:49 UTC  (3+ messages)
` [PART2 RFC v1 1/9] iommu/amd: Detect and enable guest vAPIC support

[GIT PULL 00/10] KVM: s390: features and fixes for 4.7 part2
 2016-05-09 11:31 UTC  (14+ messages)
` [GIT PULL 01/10] KVM: s390: cmma: don't check entry content
` [GIT PULL 02/10] KVM: s390: support NQ only if the facility is enabled for the guest
` [GIT PULL 03/10] KVM: s390: enable PFMFI only if guest hast EDAT1
` [GIT PULL 04/10] KVM: s390: enable SRS only if enabled for the guest
` [GIT PULL 05/10] KVM: s390: cleanup cpuid handling
` [GIT PULL 06/10] KVM: s390: force ibc into valid range
` [GIT PULL 07/10] KVM: s390: document KVM_CAP_S390_RI
` [GIT PULL 08/10] KVM: s390: Enable all facility bits that are known good for passthrough
` [GIT PULL 09/10] s390/sclp: Add hmfai field
` [GIT PULL 10/10] KVM: s390: Populate mask of non-hypervisor managed facility bits

[PATCH V2 RFC] fixup! virtio: convert to use DMA api
 2016-05-09 11:09 UTC  (12+ messages)

[PATCH RFC 0/8] basic vfio-ccw infrastructure
 2016-05-09  9:59 UTC  (9+ messages)

[PATCH] x86/kvm/svm: Simplify cpu_has_svm()
 2016-05-09  9:53 UTC 

[PATCH] kvm-pr: manage illegal instructions
 2016-05-09  8:14 UTC  (3+ messages)

[PATCH] KVM: PPC: Fix emulated MMIO sign-extension
 2016-05-09  8:02 UTC  (2+ messages)

[PATCH 3.14 02/23] compiler-gcc: disable -ftracer for __noclone functions
 2016-05-09  7:17 UTC 

Hello kvm
 2016-05-08 18:25 UTC 

IVSHMEM device performance
 2016-05-08  6:12 UTC  (8+ messages)

STRICTLY CONFIDENTIAL
 2016-05-07  5:36 UTC 

我的个人主页是
 2016-05-07  5:22 UTC 

[PATCH 3/6] KVM: Dirty memory tracking for performant checkpointing and improved live migration
 2016-05-07  1:48 UTC  (19+ messages)

[RFC 0/9] KVM: x86: break the xAPIC barrier
 2016-05-06 20:54 UTC  (10+ messages)
` [PATCH 1/9] KVM: x86: add kvm_apic_map_get_dest_lapic
` [PATCH 2/9] KVM: x86: dynamic kvm_apic_map
` [PATCH 3/9] KVM: x86: use u16 for logical VCPU mask in lapic
` [PATCH 4/9] KVM: x86: use generic function for MSI parsing
` [PATCH 5/9] KVM: support x2APIC ID in userspace routes
` [PATCH 6/9] KVM: x86: directly call recalculate_apic_map on lapic restore
` [PATCH 7/9] KVM: x86: use proper format of APIC ID register
` [PATCH 8/9] KVM: x86: reset lapic base in kvm_lapic_reset
` [PATCH 9/9] KVM: bump MAX_VCPUS

[PATCH 0/5] vfio-pci: Add support for mmapping MSI-X table
 2016-05-06 16:54 UTC  (13+ messages)
` [PATCH 5/5] vfio-pci: Allow to mmap MSI-X table if interrupt remapping is supported

[kvm-unit-tests PATCH v7 00/11] Cleanup low-level arch code
 2016-05-06 11:29 UTC  (6+ messages)
` [kvm-unit-tests PATCH v7 09/11] x86: Cleanup PT_*_MASK flags
    ` [kvm-unit-tests PATCH v8 "


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