public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-02-02 18:15:50 to 2017-02-09 06:18:02 UTC [more...]

[Help] Windows2012 as Guest 64+cores on KVM Halts
 2017-02-09  6:18 UTC 

[PATCH kernel v4 00/10] powerpc/kvm/vfio: Enable in-kernel acceleration
 2017-02-09  4:00 UTC  (13+ messages)
` [PATCH kernel v4 01/10] powerpc/mmu: Add real mode support for IOMMU preregistered memory
` [PATCH kernel v4 02/10] powerpc/powernv/iommu: Add real mode version of iommu_table_ops::exchange()
` [PATCH kernel v4 03/10] powerpc/iommu/vfio_spapr_tce: Cleanup iommu_table disposal
` [PATCH kernel v4 04/10] powerpc/vfio_spapr_tce: Add reference counting to iommu_table
` [PATCH kernel v4 05/10] KVM: PPC: Reserve KVM_CAP_SPAPR_TCE_VFIO capability number
` [PATCH kernel v4 06/10] KVM: PPC: Enable IOMMU_API for KVM_BOOK3S_64 permanently
` [PATCH kernel v4 07/10] KVM: PPC: Pass kvm* to kvmppc_find_table()
` [PATCH kernel v4 08/10] KVM: PPC: Separate TCE validation from update
` [PATCH kernel v4 09/10] KVM: PPC: Use preregistered memory API to access TCE list
` [PATCH kernel v4 10/10] KVM: PPC: VFIO: Add in-kernel acceleration for VFIO

[PATCH kernel] vfio/spapr_tce: Set window when adding additional groups to container
 2017-02-09  1:05 UTC  (3+ messages)

[PATCH v2] vfio/mdev: Use a module softdep for vfio_mdev
 2017-02-08 22:16 UTC 

total desaster with keyboard in VM
 2017-02-08 21:04 UTC  (2+ messages)
` total desaster with keyboard in VM - SOLVED

[PATCH] vfio: Replace module request with softdep
 2017-02-08 20:48 UTC 

[PATCH] vfio/mdev: Add soft dependency on vfio_mdev
 2017-02-08 20:47 UTC 

RE
 2017-02-08 18:41 UTC 

[PATCH 1/2] x86/paravirt: Don't make vcpu_is_preempted() a callee-save function
 2017-02-08 20:17 UTC  (6+ messages)
` [PATCH 2/2] locking/mutex, rwsem: Reduce vcpu_is_preempted() calling frequency
  ` [PATCH 2/2] locking/mutex,rwsem: "

RE
 2017-02-08 20:17 UTC 

[BISECTED REGRESSION] v4.0+ KVM: x86: allow TSC deadline timer on all hosts
 2017-02-08 16:29 UTC  (7+ messages)

[PATCH v2 0/6] KVM: x86: cleanup and speedup for APICv
 2017-02-08 16:23 UTC  (20+ messages)
` [PATCH 1/6] KVM: vmx: clear pending interrupts on KVM_SET_LAPIC
` [PATCH 2/6] kvm: nVMX: move nested events check to kvm_vcpu_running
` [PATCH 3/6] KVM: x86: preparatory changes for APICv cleanups
` [PATCH 5/6] KVM: x86: do not scan IRR twice on APICv vmentry
` [PATCH 6/6] kvm: x86: do not use KVM_REQ_EVENT for APICv interrupt injection

[PATCH 0/8] kvm: nVMX: Checkpoint/restore support for VMX state
 2017-02-08 16:24 UTC  (2+ messages)

[PATCH -next] KVM: PPC: Fix error return code in kvm_vm_ioctl_create_spapr_tce()
 2017-02-08 16:20 UTC  (3+ messages)
` [PATCH -next v2] KVM: PPC: fix "

[PATCH] kvm PTP: drop TSC correction from ptp_kvm_gettime
 2017-02-08 16:14 UTC  (3+ messages)

[kvm:next 8/12] arch/x86/kvm/x86.c:6162:2: note: in expansion of macro 'if'
 2017-02-08 15:43 UTC 

[RFC PATCH] KVM: race-free exit from KVM_RUN without POSIX signals
 2017-02-08 14:10 UTC  (4+ messages)

[kvm-unit-tests PATCH v2 0/4] pci: Various PCI BAR checks
 2017-02-08 12:49 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 1/4] pci: Rework pci_bar_is_valid()

[RFC v2 00/19] vITS save/restore
 2017-02-08 11:43 UTC  (20+ messages)
` [RFC v2 01/19] KVM: arm/arm64: Add vITS save/restore API documentation
` [RFC v2 02/19] KVM: arm/arm64: rename itte into ite
` [RFC v2 03/19] arm/arm64: vgic: turn vgic_find_mmio_region into public
` [RFC v2 04/19] KVM: arm64: ITS: KVM_DEV_ARM_VGIC_GRP_ITS_REGS group
` [RFC v2 05/19] KVM: arm64: ITS: Implement vgic_its_has_attr_regs and attr_regs_access
` [RFC v2 06/19] KVM: arm64: ITS: Implement vgic_mmio_uaccess_write_its_creadr
` [RFC v2 07/19] KVM: arm64: ITS: Report the ITE size in GITS_TYPER
` [RFC v2 08/19] KVM: arm64: ITS: Interpret MAPD Size field and check related errors
` [RFC v2 09/19] KVM: arm64: ITS: Interpret MAPD ITT_addr field
` [RFC v2 10/19] KVM: arm64: ITS: Check the device id matches TYPER DEVBITS range
` [RFC v2 11/19] KVM: arm64: ITS: KVM_DEV_ARM_VGIC_GRP_ITS_TABLES group
` [RFC v2 12/19] KVM: arm64: ITS: vgic_its_alloc_ite/device
` [RFC v2 13/19] KVM: arm64: ITS: Sort the device and ITE lists
` [RFC v2 14/19] KVM: arm64: ITS: Add infrastructure for table lookup
` [RFC v2 15/19] KVM: arm64: ITS: Collection table save/restore
` [RFC v2 16/19] KVM: arm64: ITS: vgic_its_check_id returns the entry's GPA
` [RFC v2 17/19] KVM: arm64: ITS: ITT flush and restore
` [RFC v2 18/19] KVM: arm64: ITS: Device table save/restore
` [RFC v2 19/19] KVM: arm64: ITS: Pending "

[PATCH] KVM: x86: fix compilation
 2017-02-08  9:59 UTC 

[RFC PATCH 0/2] kvm: introduce KVM_IRQ_ROUTING_EVENTFD
 2017-02-08  9:35 UTC  (5+ messages)
` [RFC PATCH 1/2] kvm: x86: add new gsi route type EVENTFD
` [RFC PATCH 2/2] kvm: add new cap KVM_CAP_GSI_EVENTFD

[PATCH] kvm: vmx: Use the hardware provided GPA instead of page walk
 2017-02-08  8:16 UTC  (4+ messages)

[PATCH v14 0/9] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
 2017-02-08  8:09 UTC  (10+ messages)
` [PATCH v14 1/9] x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl
` [PATCH v14 2/9] x86/arch_prctl/64: Rename do_arch_prctl to do_arch_prctl_64
` [PATCH v14 3/9] x86/arch_prctl: Add do_arch_prctl_common
` [PATCH v14 4/9] x86/syscalls/32: Wire up arch_prctl on x86-32
` [PATCH v14 5/9] x86/cpufeature: Detect CPUID faulting support
` [PATCH v14 6/9] x86/arch_prctl: Add ARCH_[GET|SET]_CPUID
` [PATCH v14 7/9] x86/arch_prctl: Selftest for ARCH_[GET|SET]_CPUID
` [PATCH v14 8/9] KVM: x86: virtualize cpuid faulting
` [PATCH v14 9/9] x86/arch_prctl: Rename 'code' argument to 'option'

linux-next: build failure after merge of the kvm tree
 2017-02-08  3:23 UTC 

[PATCH v4 2/4] arm64: Work around Falkor erratum 1003
 2017-02-08  0:36 UTC  (12+ messages)

[kvm:next 8/11] arch/x86/kvm/x86.c:6162:6: error: implicit declaration of function 'kvm_get_walltime_and_clockread'
 2017-02-07 18:39 UTC 

[kvm:next 8/11] arch/x86/kvm/x86.c:6156:2: error: unknown type name 'cycle_t'
 2017-02-07 18:08 UTC 

[GIT PULL] KVM: MIPS: GVA/GPA page tables, dirty logging, SYNC_MMU etc
 2017-02-07 17:18 UTC  (2+ messages)

[GIT PULL] Please pull my kvm-ppc-next branch
 2017-02-07 17:17 UTC  (2+ messages)

[QEMU PATCH] kvmclock: advance clock by time window between vm_stop and pre_save
 2017-02-07 12:18 UTC  (6+ messages)
` [QEMU PATCH v2] "

[PATCH] vhost: try avoiding avail index access when getting descriptor
 2017-02-07  7:49 UTC 

[PATCH v2 1/3] x86/mm: Adapt MODULES_END based on Fixmap section size
 2017-02-06 22:10 UTC  (4+ messages)
` [PATCH v2 3/3] x86: Make the GDT remapping read-only on 64 bit

[PATCH 0/4] KVM: MIPS: Hypercalls
 2017-02-06 14:06 UTC  (7+ messages)
` [PATCH 1/4] KVM: MIPS: Implement HYPCALL emulation
` [PATCH 2/4] KVM: MIPS: Implement GET_CLOCK_FREQ hypercall
` [PATCH 3/4] KVM: MIPS: Implement EXIT_VM hypercall
` [PATCH 4/4] KVM: MIPS: Implement console output hypercall

[GIT PULL 00/14 v2] KVM: s390: Fixes and features for 4.11 (via kvm/next)
 2017-02-06 11:46 UTC  (3+ messages)
` [GIT PULL 13/14] KVM: s390: Disable dirty log retrieval for UCONTROL guests
` [GIT PULL 14/14] KVM: s390: detect some program check loops

[PATCH] vfio: fix a typo in comment of function vfio_pin_pages
 2017-02-06  7:03 UTC 

[PATCH 3.10 023/319] KVM: MIPS: Precalculate MMIO load resume PC
 2017-02-05 19:21 UTC  (3+ messages)
` [PATCH 3.10 024/319] KVM: MIPS: Drop other CPU ASIDs on guest MMU changes
` [PATCH 3.10 026/319] KVM: MIPS: Make ERET handle ERL before EXL

[PATCH v6 0/2] KVM: PPC: Add FWNMI support for KVM guests on POWER
 2017-02-05 19:17 UTC  (3+ messages)
` [PATCH v6 1/2] KVM: PPC: Add new capability to control MCE behaviour
` [PATCH v6 2/2] KVM: PPC: Exit guest upon MCE when FWNMI capability is enabled

[PATCH 3.10 022/319] MIPS: KVM: Fix unused variable build warning
 2017-02-05 19:09 UTC  (2+ messages)
` [PATCH 3.10 023/319] KVM: MIPS: Precalculate MMIO load resume PC

[Bug 153571] New: 100% CPU usage on guest VM
 2017-02-05 11:01 UTC  (2+ messages)
` [Bug 153571] "

[PATCH] KVM: x86: do not save guest-unsupported XSAVE state
 2017-02-04 16:26 UTC  (3+ messages)

[GIT PULL] KVM fixes for v4.10-rc7
 2017-02-04 16:24 UTC 

TRADING ACCOUNT
 2017-02-04 10:29 UTC 

[PATCH v3 0/5] KVM: Ring-based dirty memory tracking for performant checkpointing solutions
 2017-02-04  7:25 UTC  (2+ messages)

[PATCH v3 5/5] KVM: Implement ring-based dirty memory tracking
 2017-02-04  7:12 UTC  (3+ messages)

[PATCH v3 1/4] KVM: Add new generic capability for ring-based dirty memory logging
 2017-02-04  7:04 UTC  (2+ messages)

[PATCH v3 4/5] KVM: Add new exit reason for dirty ring full conditions
 2017-02-04  6:45 UTC  (2+ messages)

[PATCH v3 2/5] KVM: New data type and ioctl for ring-based dirty memory tracking
 2017-02-04  5:38 UTC  (2+ messages)

[PATCH v3 3/5] KVM: Modify kvm_write_guest_cached() and kvm_write_guest_offset_cached()
 2017-02-04  4:53 UTC  (2+ messages)

[PATCH v6 kernel 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration
 2017-02-04  4:35 UTC  (4+ messages)
` [PATCH v6 kernel 3/5] virtio-balloon: speed up inflate/deflate process

[PATCH] vhost: fix initialization for vq->is_le
 2017-02-04  2:27 UTC  (2+ messages)

[PULL] vhost: cleanups and fixes
 2017-02-03 21:43 UTC 

[PATCH V8 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-02-03 20:38 UTC  (10+ messages)
` [PATCH V8 04/10] arm64: exception: handle Synchronous External Abort
` [PATCH V8 05/10] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V8 09/10] trace, ras: add ARM processor error trace event

[patch 0/3] KVM CPU frequency change hypercalls
 2017-02-03 19:28 UTC  (13+ messages)
` [patch 1/3] cpufreq: implement min/max/up/down functions
` [patch 2/3] KVM: x86: introduce ioctl to allow frequency hypercalls
` [patch 3/3] KVM: x86: frequency change hypercalls

[PATCH v2 0/5] Support userspace irqchip with arch timers
 2017-02-03 17:51 UTC  (7+ messages)
` [PATCH v2 1/5] KVM: arm/arm64: Cleanup the arch timer code's irqchip checking
` [PATCH v2 2/5] KVM: arm/arm64: Add ARM user space interrupt signaling ABI
` [PATCH v2 3/5] KVM: arm/arm64: Support arch timers with a userspace gic
` [PATCH v2 4/5] KVM: arm/arm64: Report PMU overflow interrupts to userspace irqchip
` [PATCH v2 5/5] KVM: arm/arm64: Advertise support for KVM_CAP_ARM_USER_IRQ

[RFC v4 00/10] Provide the EL1 physical timer to the VM
 2017-02-03 16:54 UTC  (14+ messages)
` [RFC v4 01/10] KVM: arm/arm64: Abstract virtual timer context into separate structure
` [RFC v4 02/10] KVM: arm/arm64: Move cntvoff to each timer context
` [RFC v4 03/10] KVM: arm/arm64: Decouple kvm timer functions from virtual timer
` [RFC v4 04/10] KVM: arm/arm64: Add the EL1 physical timer context
` [RFC v4 05/10] KVM: arm/arm64: Initialize the emulated EL1 physical timer
` [RFC v4 06/10] KVM: arm/arm64: Update the physical timer interrupt level
` [RFC v4 07/10] KVM: arm/arm64: Set a background timer to the earliest timer expiration
` [RFC v4 08/10] KVM: arm/arm64: Set up a background timer for the physical timer emulation
` [RFC v4 09/10] KVM: arm64: Add the EL1 physical timer access handler
` [RFC v4 10/10] KVM: arm/arm64: Emulate the EL1 phys timer registers

[GIT PULL] VFIO fixes for v4.10-rc7
 2017-02-03 15:54 UTC 

[RFC 00/13] vITS save/restore
 2017-02-03 14:51 UTC  (4+ messages)
` [RFC 01/13] KVM: arm/arm64: Add vITS save/restore API documentation

[RESEND PATCH] KVM: arm/arm64: vgic: Stop injecting the MSI occurrence twice
 2017-02-03 14:39 UTC 

[RFC v3 00/10] Provide the EL1 physical timer to the VM
 2017-02-03 13:34 UTC  (6+ messages)

KVM/QEMU on Raspberry Pi 3
 2017-02-03  9:31 UTC  (6+ messages)
` [Qemu-devel] "

[PATCH] kvmtool: Allow optional libraries to be forced off
 2017-02-03  4:53 UTC  (3+ messages)


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