messages from 2016-05-04 14:15:26 to 2016-05-09 08:14:41 UTC [more...]
[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)
KVM call for agenda for 2016-05-10
2016-05-09 7:45 UTC
[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
[kvm-unit-tests Patch V2] x86: Makefile refine
2016-05-08 13:18 UTC
[kvm-unit-tests PATCH] x86: Makefile refine
2016-05-08 13:12 UTC (4+ messages)
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 (20+ 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 V4 0/2] vfio, platform: add ACPI support
2016-05-06 19:54 UTC (6+ messages)
[PATCH v3 00/55] KVM: arm/arm64: Rework virtual GIC emulation
2016-05-06 19:07 UTC (57+ 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 05/55] KVM: arm/arm64: Remove the IRQ field from struct irq_phys_map
` [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 08/55] KVM: arm/arm64: Get rid of vgic_cpu->nr_lr
` [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 21/55] KVM: arm/arm64: vgic-new: Add MMIO handling framework
` [PATCH v3 22/55] KVM: arm/arm64: vgic-new: Add GICv2 "
` [PATCH v3 23/55] KVM: arm/arm64: vgic-new: Add CTLR, TYPER and IIDR handlers
` [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 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] vfio-pci: Add support for mmapping MSI-X table
2016-05-06 16:54 UTC (17+ messages)
` [PATCH 4/5] pci-ioda: Set PCI_BUS_FLAGS_MSI_REMAP for IODA host bridge
` [PATCH 5/5] vfio-pci: Allow to mmap MSI-X table if interrupt remapping is supported
[RFC PATCH v3 0/3] Add vGPU support
2016-05-06 16:16 UTC (30+ messages)
` [RFC PATCH v3 1/3] vGPU Core driver
` [RFC PATCH v3 2/3] VFIO driver for vGPU device
` [Qemu-devel] "
` [RFC PATCH v3 3/3] VFIO Type1 IOMMU change: to support with iommu and without iommu
[PATCH 0/7] MIPS: Add extended ASID support
2016-05-06 13:36 UTC (8+ 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
[kvm-unit-tests PATCH v7 00/11] Cleanup low-level arch code
2016-05-06 11:29 UTC (17+ messages)
` [kvm-unit-tests PATCH v7 01/11] Remove unused and unnecessary PHYS32 macro
` [kvm-unit-tests PATCH v7 02/11] Move phys_addr_t type definition to lib/libcflat.h
` [kvm-unit-tests PATCH v7 03/11] x86: Introduce lib/x86/asm/page.h
` [kvm-unit-tests PATCH v7 04/11] x86: Introduce lib/x86/asm/io.h
` [kvm-unit-tests PATCH v7 05/11] x86: Introduce lib/x86/asm/barrier.h
` [kvm-unit-tests PATCH v7 06/11] io: Separate overrides of virt_to_phys() and phys_to_virt()
` [kvm-unit-tests PATCH v7 07/11] io: Disallow memory re-ordering for generic memory barriers
` [kvm-unit-tests PATCH v7 08/11] x86: Cleanup PAGE_* constants
` [kvm-unit-tests PATCH v7 09/11] x86: Cleanup PT_*_MASK flags
` [kvm-unit-tests PATCH v8 "
` [kvm-unit-tests PATCH v7 10/11] io: Make ioremap() prototype conform to Linux one
` [kvm-unit-tests PATCH v7 11/11] x86: io: Factor out ioremap()
[PATCH kernel v4 00/11] powerpc/powernv/npu: Enable PCI pass through for NVLink
2016-05-06 1:11 UTC (9+ messages)
` [PATCH kernel v4 10/11] powerpc/powernv/npu: Rework TCE Kill handling
` [PATCH kernel v4 11/11] powerpc/powernv/npu: Enable NVLink pass through
[PATCH RFC 0/8] basic vfio-ccw infrastructure
2016-05-05 20:23 UTC (7+ messages)
[PATCH v4 00/12] KVM: arm64: GICv3 ITS emulation
2016-05-05 19:12 UTC (17+ messages)
` [PATCH v4 01/12] KVM: extend struct kvm_msi to hold a 32-bit device ID
` [PATCH v4 02/12] KVM: arm/arm64: extend arch CAP checks to allow per-VM capabilities
` [PATCH v4 03/12] KVM: arm64: Introduce new MMIO region for the ITS base address
` [PATCH v4 04/12] KVM: arm64: handle ITS related GICv3 redistributor registers
` [PATCH v4 06/12] KVM: arm64: implement basic ITS register handlers
` [PATCH v4 08/12] KVM: arm64: connect LPIs to the VGIC emulation
` [PATCH v4 10/12] KVM: arm64: implement ITS command queue command handlers
[PATCH 0/2] irqbypass/kvm: Silence registration errors
2016-05-05 17:58 UTC (3+ messages)
` [PATCH 1/2] irqbypass: Disallow NULL token
` [PATCH 2/2] kvm: Conditionally register IRQ bypass consumer
[PATCH v2 00/54] KVM: arm/arm64: Rework virtual GIC emulation
2016-05-05 17:55 UTC (16+ messages)
` [PATCH v2 14/54] KVM: arm/arm64: vgic-new: Implement virtual IRQ injection
` [PATCH v2 16/54] KVM: arm/arm64: vgic-new: Add IRQ sync/flush framework
` [PATCH v2 18/54] KVM: arm/arm64: vgic-new: Add GICv3 world switch backend
` [PATCH v2 26/54] KVM: arm/arm64: vgic-new: Add ACTIVE registers handlers
` [PATCH v2 32/54] KVM: arm/arm64: vgic-new: Add GICv3 MMIO handling framework
[PULL] virtio/qemu: fixes for 4.6
2016-05-05 13:04 UTC
[kvm-unit-tests PATCH v6 00/11] Cleanup low-level arch code
2016-05-05 10:03 UTC (12+ messages)
` [kvm-unit-tests PATCH v6 09/11] x86: Cleanup PT_*_MASK flags
` [kvm-unit-tests PATCH v6 11/11] x86: io: Factor out ioremap()
RE: RE:
2016-05-05 9:08 UTC
[PART1 V5 00/13] KVM: x86: Introduce SVM AVIC support
2016-05-04 19:09 UTC (14+ messages)
` [PART1 V5 01/13] KVM: x86: Misc LAPIC changes to expose helper functions
` [PART1 V5 02/13] KVM: x86: Rename kvm_apic_get_reg to kvm_lapic_get_reg
` [PART1 V5 03/13] KVM: x86: Introducing kvm_x86_ops VM init/destroy hooks
` [PART1 V5 04/13] KVM: x86: Introducing kvm_x86_ops VCPU blocking/unblocking hooks
` [PART1 V5 05/13] KVM: split kvm_vcpu_wake_up from kvm_vcpu_kick
` [PART1 V5 06/13] svm: Introduce new AVIC VMCB registers
` [PART1 V5 07/13] KVM: x86: Detect and Initialize AVIC support
` [PART1 V5 08/13] svm: Add interrupt injection via AVIC
` [PART1 V5 09/13] svm: Add VMEXIT handlers for AVIC
` [PART1 V5 10/13] KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restore
` [PART1 V5 11/13] svm: Do not expose x2APIC when enable AVIC
` [PART1 V5 12/13] svm: Do not intercept CR8 "
` [PART1 V5 13/13] svm: Manage vcpu load/unload "
[PATCH v5 0/2] let archs decide for vCPU ids
2016-05-04 17:50 UTC (4+ messages)
` [PATCH v5 2/2] kvm: introduce KVM_MAX_VCPU_ID
[PATCH v2 18/54] KVM: arm/arm64: vgic-new: Add GICv3 world switch backend
2016-05-04 14:28 UTC (3+ messages)
` [PATCH] KVM: arm/arm64: move GICv2 emulation defines into arm-gic-v3.h
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).