messages from 2017-01-06 13:01:14 to 2017-01-10 11:41:03 UTC [more...]
[PATCH v2] vfio/pci: Support error recovery
2017-01-10 11:46 UTC (3+ messages)
[PATCH v3 0/9] Add support for monitoring guest TLB operations
2017-01-10 11:38 UTC (10+ messages)
` [PATCH v3 1/9] arm64/kvm: hyp: tlb: use __tlbi() helper
` [PATCH v3 2/9] KVM: Track the pid of the VM process
` [PATCH v3 3/9] KVM: Add event to trace tlb invalidations
` [PATCH v3 4/9] arm: KVM: Handle trappable TLB instructions
` [PATCH v3 5/9] arm64: "
` [PATCH v3 6/9] kvm: arm/arm64: Add host pmu to support VM introspection
` [PATCH v3 7/9] kvm: host_pmu: Add support for tracking guest TLB operations
` [PATCH v3 8/9] arm: KVM: Enable support for host pmu
` [PATCH v3 9/9] arm64: KVM: Enable support for the "
[PATCH] kvmclock: fix wall clock msr write error
2017-01-10 10:49 UTC (2+ messages)
[PATCH v2 0/6] KVM: x86: minor irqchip improvements (API change)
2017-01-10 9:43 UTC (8+ messages)
` [PATCH v2 2/6] KVM: x86: decouple irqchip_in_kernel() and pic_irqchip()
` [PATCH v2 5/6] KVM: x86: prevent setup of invalid routes
[PATCH 0/7] KVM: syzkaller fixes
2017-01-10 9:32 UTC (4+ messages)
` [PATCH 4/7] KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsi
[PATCH v6 kernel 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration
2017-01-10 6:43 UTC (2+ messages)
[PATCH] vhost: scsi: constify target_core_fabric_ops structures
2017-01-10 5:11 UTC (3+ messages)
[PATCH V4 net-next 0/3] vhost_net tx batching
2017-01-10 2:57 UTC (12+ messages)
` [PATCH V4 net-next 1/3] vhost: better detection of available buffers
` [PATCH V4 net-next 3/3] tun: rx batching
[PATCH v4 1/2] KVM: PPC: Add new capability to control MCE behaviour
2017-01-10 2:24 UTC (3+ messages)
` [PATCH v4 2/2] KVM: PPC: Exit guest upon MCE when FWNMI capability is enabled
vfio/pci: guest error recovery proposal
2017-01-09 22:50 UTC (3+ messages)
[PATCH 0/10] KVM: MIPS: Implement GPA page tables and shadow flushing
2017-01-09 20:52 UTC (11+ messages)
` [PATCH 1/10] MIPS: Add return errors to protected cache ops
` [PATCH 2/10] KVM: MIPS/MMU: Convert guest physical map to page table
` [PATCH 3/10] KVM: MIPS: Update vcpu->mode and vcpu->cpu
` [PATCH 4/10] KVM: MIPS/T&E: Handle TLB invalidation requests
` [PATCH 5/10] KVM: MIPS/T&E: Reduce stale ASID checks
` [PATCH 6/10] KVM: MIPS/T&E: Add lockless GVA access helpers
` [PATCH 7/10] KVM: MIPS/T&E: Use lockless GVA helpers for dyntrans
` [PATCH 8/10] KVM: MIPS/MMU: Use lockless GVA helpers for get_inst()
` [PATCH 9/10] KVM: MIPS/Emulate: Use lockless GVA helpers for cache emulation
` [PATCH 10/10] KVM: MIPS: Implement kvm_arch_flush_shadow_all/memslot
[patch 3/3] vfio-mdev: remove some dead code
2017-01-09 18:42 UTC (2+ messages)
[patch 2/3] vfio-mdev: buffer overflow in ioctl()
2017-01-09 18:39 UTC (2+ messages)
[patch 1/3] vfio-mdev: return -EFAULT if copy_to_user() fails
2017-01-09 18:37 UTC (2+ messages)
QEMU online/offline cpu
2017-01-09 17:10 UTC (3+ messages)
` [Qemu-devel] "
[RFC 00/55] Nested Virtualization on KVM/ARM
2017-01-09 15:05 UTC (57+ messages)
` [RFC 01/55] arm64: Add missing TCR hw defines
` [RFC 02/55] KVM: arm64: Add nesting config option
` [RFC 03/55] KVM: arm64: Add KVM nesting feature
` [RFC 04/55] KVM: arm64: Allow userspace to set PSR_MODE_EL2x
` [RFC 05/55] KVM: arm64: Add vcpu_mode_el2 primitive to support nesting
` [RFC 06/55] KVM: arm64: Add EL2 execution context for nesting
` [RFC 07/55] KVM: arm/arm64: Add virtual EL2 state emulation framework
` [RFC 08/55] KVM: arm64: Set virtual EL2 context depending on the guest exception level
` [RFC 09/55] KVM: arm64: Set shadow EL1 registers for virtual EL2 execution
` [RFC 10/55] KVM: arm64: Synchronize EL1 system registers on virtual EL2 entry and exit
` [RFC 11/55] KVM: arm64: Emulate taking an exception to the guest hypervisor
` [RFC 12/55] KVM: arm64: Handle EL2 register access traps
` [RFC 13/55] KVM: arm64: Handle eret instruction traps
` [RFC 14/55] KVM: arm64: Take account of system "
` [RFC 15/55] KVM: arm64: Trap EL1 VM register accesses in virtual EL2
` [RFC 16/55] KVM: arm64: Forward VM reg traps to the guest hypervisor
` [RFC 17/55] KVM: arm64: Trap SPSR_EL1, ELR_EL1 and VBAR_EL1 in virtual EL2
` [RFC 18/55] KVM: arm64: Forward traps due to HCR_EL2.NV1 bit to the guest hypervisor
` [RFC 19/55] KVM: arm64: Trap CPACR_EL1 access in virtual EL2
` [RFC 20/55] KVM: arm64: Forward CPACR_EL1 traps to the guest hypervisor
` [RFC 21/55] KVM: arm64: Forward HVC instruction "
` [RFC 22/55] KVM: arm64: Handle PSCI call from the guest
` [RFC 23/55] KVM: arm64: Forward WFX to the guest hypervisor
` [RFC 24/55] KVM: arm64: Forward FP exceptions "
` [RFC 25/55] KVM: arm/arm64: Let vcpu thread modify its own active state
` [RFC 26/55] KVM: arm/arm64: Add VGIC data structures for the nesting
` [RFC 27/55] KVM: arm/arm64: Emulate GICH interface on GICv2
` [RFC 28/55] KVM: arm/arm64: Prepare vgic state for the nested VM
` [RFC 29/55] KVM: arm/arm64: Set up the prepared vgic state
` [RFC 30/55] KVM: arm/arm64: Inject irqs to the guest hypervisor
` [RFC 31/55] KVM: arm/arm64: Inject maintenance interrupts "
` [RFC 32/55] KVM: arm/arm64: register GICH iodev for "
` [RFC 33/55] KVM: arm/arm64: Remove unused params in mmu functions
` [RFC 34/55] KVM: arm/arm64: Abstract stage-2 MMU state into a separate structure
` [RFC 35/55] KVM: arm/arm64: Support mmu for the virtual EL2 execution
` [RFC 36/55] KVM: arm64: Invalidate virtual EL2 TLB entries when needed
` [RFC 37/55] KVM: arm64: Setup vttbr_el2 on each VM entry
` [RFC 38/55] KVM: arm/arm64: Make mmu functions non-static
` [RFC 39/55] KVM: arm/arm64: Add mmu context for the nesting
` [RFC 40/55] KVM: arm/arm64: Handle vttbr_el2 write operation from the guest hypervisor
` [RFC 41/55] KVM: arm/arm64: Unmap/flush shadow stage 2 page tables
` [RFC 42/55] KVM: arm64: Implement nested Stage-2 page table walk logic
` [RFC 43/55] KVM: arm/arm64: Handle shadow stage 2 page faults
` [RFC 44/55] KVM: arm/arm64: Move kvm_is_write_fault to header file
` [RFC 45/55] KVM: arm64: KVM: Inject stage-2 page faults
` [RFC 46/55] KVM: arm64: Add more info to the S2 translation result
` [RFC 47/55] KVM: arm/arm64: Forward the guest hypervisor's stage 2 permission faults
` [RFC 48/55] KVM: arm64: Emulate TLBI instruction
` [RFC 49/55] KVM: arm64: Fixes to toggle_cache for nesting
` [RFC 50/55] KVM: arm/arm64: Abstract kvm_phys_addr_ioremap() function
` [RFC 51/55] KVM: arm64: Expose physical address of vcpu interface
` [RFC 52/55] KVM: arm/arm64: Create a vcpu mapping for the nested VM
` [RFC 53/55] KVM: arm64: Reflect shadow VMPIDR_EL2 value to MPIDR_EL1
` [RFC 54/55] KVM: arm/arm64: Adjust virtual offset considering nesting
` [RFC 55/55] KVM: arm64: Enable nested virtualization
[PATCH 0/4] Allow migration with invtsc if there's no frequency mismatch
2017-01-09 14:58 UTC (14+ messages)
` [PATCH 4/4] kvm: Allow migration with invtsc
` [libvirt] TSC frequency configuration & invtsc migration (was Re: [PATCH 4/4] kvm: Allow migration with invtsc)
` "
` How to make dest host abort migration safely "
` [libvirt] "
` Exporting kvm_max_guest_tsc_khz to userspace "
[PATCH kvm-unit-tests] [RFC] README: coding style: allow 120ch
2017-01-09 14:31 UTC (3+ messages)
[PATCH v7 00/19] KVM PCIe/MSI passthrough on ARM/ARM64 and IOVA reserved regions
2017-01-09 13:46 UTC (20+ messages)
` [PATCH v7 01/19] iommu/dma: Implement PCI allocation optimisation
` [PATCH v7 02/19] iommu/dma: Allow MSI-only cookies
` [PATCH v7 03/19] iommu: Rename iommu_dm_regions into iommu_resv_regions
` [PATCH v7 04/19] iommu: Add a new type field in iommu_resv_region
` [PATCH v7 05/19] iommu: iommu_alloc_resv_region
` [PATCH v7 06/19] iommu: Only map direct mapped regions
` [PATCH v7 07/19] iommu: iommu_get_group_resv_regions
` [PATCH v7 08/19] iommu: Implement reserved_regions iommu-group sysfs file
` [PATCH v7 09/19] iommu/vt-d: Implement reserved region get/put callbacks
` [PATCH v7 10/19] iommu/amd: Declare MSI and HT regions as reserved IOVA regions
` [PATCH v7 11/19] iommu/arm-smmu: Implement reserved region get/put callbacks
` [PATCH v7 12/19] iommu/arm-smmu-v3: "
` [PATCH v7 13/19] irqdomain: Add irq domain MSI and MSI_REMAP flags
` [PATCH v7 14/19] genirq/msi: Set IRQ_DOMAIN_FLAG_MSI on MSI domain creation
` [PATCH v7 15/19] irqdomain: irq_domain_check_msi_remap
` [PATCH v7 16/19] irqchip/gicv3-its: Sets IRQ_DOMAIN_FLAG_MSI_REMAP
` [PATCH v7 17/19] vfio/type1: Allow transparent MSI IOVA allocation
` [PATCH v7 18/19] vfio/type1: Check MSI remapping at irq domain level
` [PATCH v7 19/19] iommu/arm-smmu: Do not advertise IOMMU_CAP_INTR_REMAP anymore
[RFC 0/8] Provide the EL1 physical timer to the VM
2017-01-09 12:16 UTC (11+ messages)
` [RFC 2/8] KVM: arm/arm64: Decouple kvm timer functions from virtual timer
` [RFC 4/8] KVM: arm/arm64: Initialize the emulated EL1 physical timer
` [RFC 6/8] KVM: arm/arm64: Update the physical timer interrupt level
` [RFC 7/8] KVM: arm/arm64: Set up a background timer for the physical timer emulation
` [RFC 8/8] KVM: arm/arm64: Emulate the EL1 phys timer register access
[RFC PATCH 0/7] KVM: arm/arm64: Optimize arch timer register handling
2017-01-09 11:29 UTC (8+ messages)
` [RFC PATCH 1/7] arm64: Use physical counter for in-kernel reads
[PATCH v2] KVM: arm/arm64: Fix occasional warning from the timer work function
2017-01-09 11:18 UTC
Mr.micheal Hans
2017-01-09 11:13 UTC
[PATCH v4 0/4] vsock: cancel connect packets when failing to connect
2017-01-09 10:06 UTC (4+ messages)
[Bug 191481] New: Virtual machine CPU counters are broken forever after live migration to system with "steal time overflow" KVM bug
2017-01-09 9:23 UTC (2+ messages)
` [Bug 191481] "
[PATCH 12/15] hyperv: move VMBus connection ids to uapi
2017-01-09 9:02 UTC (14+ messages)
[PATCH] mm: introduce kv[mz]alloc helpers
2017-01-09 8:50 UTC (9+ messages)
` [PATCH] mm: support __GFP_REPEAT in kvmalloc_node
[kvm-unit-tests PATCH v4 0/2] run_tests: support concurrent test execution
2017-01-09 4:04 UTC (3+ messages)
` [kvm-unit-tests PATCH v4 1/2] run_tests: put logs into per-test file
` [kvm-unit-tests PATCH v4 2/2] run_tests: allow run tests in parallel
[kvm-unit-tests PATCH v3 0/2] run_tests: support concurrent test execution
2017-01-09 3:47 UTC (7+ messages)
` [kvm-unit-tests PATCH v3 1/2] run_tests: put logs into per-test file
` [Qemu-devel] "
` [kvm-unit-tests PATCH v3 2/2] run_tests: allow run tests in parallel
` [Qemu-devel] "
kvm: use-after-free in complete_emulated_mmio
2017-01-09 1:38 UTC (4+ messages)
[PATCH v3 0/2] Allow migration with invtsc if TSC frequency is explicitly set
2017-01-08 17:32 UTC (3+ messages)
` [PATCH v3 1/2] kvm: Simplify invtsc check
` [PATCH v3 2/2] kvm: Allow invtsc migration if tsc-khz is set explicitly
[PATCH v2 0/2] Allow migration with invtsc if TSC frequency is explicitly set
2017-01-08 17:28 UTC (5+ messages)
` [PATCH v2 1/2] kvm: Simplify invtsc check
` [PATCH v2 2/2] kvm: Allow invtsc migration if tsc-khz is set explicitly
` [Qemu-devel] [PATCH v2 0/2] Allow migration with invtsc if TSC frequency is explicitly set
[PATCH v6 00/18] KVM PCIe/MSI passthrough on ARM/ARM64 and IOVA reserved regions
2017-01-08 16:26 UTC (18+ messages)
` [PATCH v6 01/18] iommu/dma: Allow MSI-only cookies
` [PATCH v6 07/18] iommu: Implement reserved_regions iommu-group sysfs file
` [PATCH v6 08/18] iommu/vt-d: Implement reserved region get/put callbacks
[GIT PULL] KVM fixes for v4.10-rc3
2017-01-06 19:52 UTC
[PATCH V6 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
2017-01-06 16:58 UTC (4+ messages)
` [PATCH V6 04/10] arm64: exception: handle Synchronous External Abort
EMAIL ALERT
2017-01-06 14:10 UTC
[GIT PULL] VFIO fixes for v4.10-rc3
2017-01-06 16:16 UTC
[PATCH v2 1/5] arm64: Define Falkor v1 CPU
2017-01-06 16:05 UTC (14+ messages)
` [PATCH v2 2/5] arm64: Work around Falkor erratum 1003
` [PATCH v2 4/5] arm64: Use __tlbi_dsb() macros in KVM code
[PATCH 0/3] KVM: MIPS: Use CP0_BadInstr[P] for emulation
2017-01-06 14:44 UTC (4+ messages)
` [PATCH 1/3] KVM: MIPS/T&E: Don't treat code fetch faults as MMIO
` [PATCH 2/3] KVM: MIPS: Improve kvm_get_inst() error return
` [PATCH 3/3] KVM: MIPS: Use CP0_BadInstr[P] for emulation
kmvtool: invalid embedded ELF binaries' size
2017-01-06 13:56 UTC (5+ messages)
` kvmtool: "
` [PATCH] kvmtool: builtin-setup: fix embedded ELF binaries size
[PATCH v2 0/4] KVM: Dirty memory tracking for performant checkpointing solutions
2017-01-06 13:46 UTC (3+ messages)
[PATCH v2] KVM: eventfd: fix NULL deref irqbypass consumer
2017-01-06 13:38 UTC (2+ messages)
kvm: BUG in loaded_vmcs_init
2017-01-06 13:01 UTC
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).