kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-10-14 09:16:28 to 2015-10-19 06:57:13 UTC [more...]

[PATCH v3 00/32] implement vNVDIMM
 2015-10-19  6:57 UTC  (29+ messages)
      ` [Qemu-devel] "
` [PATCH v3 22/32] nvdimm: init the address region used by NVDIMM ACPI
` [PATCH v3 26/32] nvdimm: save arg3 for NVDIMM device _DSM method
` [PATCH v3 27/32] nvdimm: support DSM_CMD_IMPLEMENTED function

[PATCH] KVM: x86: MMU: Initialize force_pt_level before calling mapping_level()
 2015-10-19  6:13 UTC 

[PATCH v4 00/33] implement vNVDIMM
 2015-10-19  4:39 UTC  (40+ messages)
` [PATCH v4 01/33] acpi: add aml_derefof
` [PATCH v4 02/33] acpi: add aml_sizeof
` [PATCH v4 03/33] acpi: add aml_create_field
` [PATCH v4 04/33] acpi: add aml_concatenate
` [PATCH v4 05/33] acpi: add aml_object_type
` [PATCH v4 06/33] acpi: add aml_method_serialized
` [PATCH v4 07/33] util: introduce qemu_file_get_page_size()
` [PATCH v4 08/33] exec: allow memory to be allocated from any kind of path
` [PATCH v4 09/33] exec: allow file_ram_alloc to work on file
` [PATCH v4 10/33] hostmem-file: clean up memory allocation
` [PATCH v4 11/33] hostmem-file: use whole file size if possible
` [PATCH v4 12/33] pc-dimm: remove DEFAULT_PC_DIMMSIZE
` [PATCH v4 13/33] pc-dimm: make pc_existing_dimms_capacity static and rename it
` [PATCH v4 14/33] pc-dimm: drop the prefix of pc-dimm
` [PATCH v4 15/33] stubs: rename qmp_pc_dimm_device_list.c
` [PATCH v4 16/33] pc-dimm: rename pc-dimm.c and pc-dimm.h
` [PATCH v4 17/33] dimm: abstract dimm device from pc-dimm
` [PATCH v4 18/33] dimm: get mapped memory region from DIMMDeviceClass->get_memory_region
` [PATCH v4 19/33] dimm: keep the state of the whole backend memory
` [PATCH v4 20/33] dimm: introduce realize callback
` [PATCH v4 21/33] nvdimm: implement NVDIMM device abstract
` [PATCH v4 22/33] docs: add NVDIMM ACPI documentation
` [PATCH v4 23/33] nvdimm acpi: init the address region used by NVDIMM ACPI
` [PATCH v4 24/33] nvdimm acpi: build ACPI NFIT table
` [PATCH v4 25/33] nvdimm acpi: init the address region used by DSM
` [PATCH v4 26/33] nvdimm acpi: build ACPI nvdimm devices
` [PATCH v4 27/33] nvdimm acpi: save arg3 for NVDIMM device _DSM method
` [PATCH v4 28/33] nvdimm acpi: support DSM_FUN_IMPLEMENTED function
` [PATCH v4 29/33] nvdimm acpi: support DSM_DEV_FUN_NAMESPACE_LABEL_SIZE function
` [PATCH v4 30/33] nvdimm acpi: support DSM_DEV_FUN_GET_NAMESPACE_LABEL_DATA
` [PATCH v4 31/33] nvdimm acpi: support DSM_DEV_FUN_SET_NAMESPACE_LABEL_DATA
` [PATCH v4 32/33] nvdimm: allow using whole backend memory as pmem
` [PATCH v4 33/33] nvdimm: add maintain info

[RFC PATCH 1/2] block: introduce file_bd_inode()
 2015-10-19  3:01 UTC  (3+ messages)
` [RFC PATCH 2/2] block: enable dax for raw block devices

[RFT - PATCH v2 0/2] KVM/arm64: add fp/simd lazy switch support
 2015-10-18 21:07 UTC  (4+ messages)

[PATCH] KVM/arm: kernel low level debug suport for ARM32 virtual platforms
 2015-10-18 19:57 UTC  (2+ messages)

[kvm-unit-tests PATCHv2] arm: Add PMU test
 2015-10-18 18:29 UTC  (9+ messages)
` [kvm-unit-tests PATCHv4] ARM PMU tests
  ` [kvm-unit-tests PATCHv4 1/3] arm: Add PMU test
    ` [Qemu-devel] "
  ` [kvm-unit-tests PATCHv4 2/3] arm: pmu: Check cycle count increases
    ` [Qemu-devel] "
  ` [kvm-unit-tests PATCHv4 3/3] arm: pmu: Add CPI checking
    ` [Qemu-devel] "
  ` [Qemu-devel] [kvm-unit-tests PATCHv4] ARM PMU tests

[PATCH 0/4] VFIO platform reset module rework
 2015-10-18 16:00 UTC  (5+ messages)
` [PATCH 1/4] vfio: platform: add capability to register a reset function
` [PATCH 2/4] vfio: platform: reset: calxedaxgmac: add reset function registration
` [PATCH 3/4] vfio: platform: add compat in vfio_platform_device
` [PATCH 4/4] vfio: platform: use list of registered reset function

[PATCH 0/3] arm/arm64: KVM: arch timer boot fixes
 2015-10-17 21:50 UTC  (5+ messages)
` [PATCH 1/3] arm/arm64: KVM: Fix arch timer behavior for disabled interrupts
` [PATCH 2/3] arm/arm64: KVM: Clear map->active on pend/active clear
` [PATCH 3/3] arm/arm64: KVM: Fix disabled distributor operation

sanitizing kvmtool
 2015-10-17 14:16 UTC  (2+ messages)

[PATCH v3 0/2] Enable specifying a non-default Hyper-V vendor ID
 2015-10-16 23:06 UTC  (4+ messages)
` [PATCH v3 1/2] qapi: Create DEFINE_PROP_STRING_LEN
` [PATCH v3 2/2] kvm: Allow the Hyper-V vendor ID to be specified
` [Qemu-devel] [PATCH v3 0/2] Enable specifying a non-default Hyper-V vendor ID

[edk2] KVM: MTRR: fix memory type handling if MTRR is completely disabled
 2015-10-16 18:22 UTC  (28+ messages)

Network hangs when communicating with host
 2015-10-16 17:25 UTC  (2+ messages)

[PATCH v3 00/20] KVM: ARM64: Add guest PMU support
 2015-10-16 17:01 UTC  (13+ messages)
` [PATCH v3 04/20] KVM: ARM64: Add reset and access handlers for PMCR_EL0 register
` [PATCH v3 07/20] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH v3 10/20] KVM: ARM64: Add reset and access handlers for PMCCNTR register
` [PATCH v3 15/20] KVM: ARM64: Add reset and access handlers for PMSWINC register
` [PATCH v3 18/20] KVM: ARM64: Reset PMU state when resetting vcpu

[RFC PATCH] vfio/type1: Do not support IOMMUs that allow bypass
 2015-10-16 15:51 UTC  (3+ messages)

just an observation about USB
 2015-10-16 15:48 UTC  (5+ messages)

[PATCH v2] kvm: Allow the Hyper-V vendor ID to be specified
 2015-10-16 15:38 UTC 

[RESEND PATCH] kvm: Allow the Hyper-V vendor ID to be specified
 2015-10-16 15:15 UTC  (4+ messages)
    ` [Qemu-devel] "

[PATCH] VFIO: platform: AMD xgbe reset module
 2015-10-16 13:56 UTC  (19+ messages)

[PATCH v3 0/5] KVM: nVMX: nested VPID emulation
 2015-10-16 13:14 UTC  (3+ messages)

Please Verify Your Email Address
 2015-10-16 11:29 UTC 

[PATCH v2 0/9] Hyper-V synthetic interrupt controller
 2015-10-16 10:51 UTC  (12+ messages)
` [PATCH 1/9] kvm/eventfd: avoid loop inside irqfd_update()
` [PATCH 2/9] kvm/eventfd: factor out kvm_notify_acked_gsi()
` [PATCH 3/9] kvm/eventfd: add arch-specific set_irq
` [PATCH 4/9] kvm/irqchip: allow only multiple irqchip routes per GSI
` [PATCH 5/9] kvm/irqchip: kvm_arch_irq_routing_update renaming split
` [PATCH 6/9] drivers/hv: share Hyper-V SynIC constants with userspace
` [PATCH 7/9] kvm/x86: split ioapic-handled and EOI exit bitmaps
` [PATCH 8/9] kvm/x86: Hyper-V synthetic interrupt controller
` [PATCH 9/9] kvm/x86: Hyper-V kvm exit

[PATCH] KVM: x86: move steal time initialization to vcpu entry time
 2015-10-16  8:34 UTC  (3+ messages)

[PATCH 0/5 v2] KVM: x86: MMU: Eliminate extra memory slot searches in page fault handlers
 2015-10-16  8:20 UTC  (7+ messages)
` [PATCH 1/5] KVM: x86: MMU: Make force_pt_level bool
` [PATCH 2/5] KVM: x86: MMU: Simplify force_pt_level calculation code in FNAME(page_fault)()
` [PATCH 3/5] KVM: x86: MMU: Merge mapping_level_dirty_bitmap() into mapping_level()
` [PATCH 4/5] KVM: x86: MMU: Remove mapping_level_dirty_bitmap()
` [PATCH 5/5] KVM: x86: MMU: Eliminate an extra memory slot search in mapping_level()

[PATCH] KVM: PPC: Implement extension to report number of memslots
 2015-10-16  6:41 UTC  (2+ messages)

linux-next: manual merge of the kvm-arm tree with the kvm tree
 2015-10-16  4:20 UTC  (2+ messages)

[PATCH v9 00/18] Add VT-d Posted-Interrupts support - including prerequisite series
 2015-10-16  1:45 UTC  (7+ messages)
` [PATCH v9 17/18] KVM: Update Posted-Interrupts Descriptor when vCPU is blocked

[PATCH] KVM: VMX: enable LBR virtualization
 2015-10-16  0:54 UTC  (8+ messages)

[PATCH] vfio/pci: Use kernel VPD access functions
 2015-10-15 22:11 UTC 

[PATCH 0/5] KVM: x86: MMU: Eliminate extra memory slot searches in page fault handlers
 2015-10-15 15:35 UTC  (7+ messages)
` [PATCH 1/5] KVM: x86: MMU: Make force_pt_level bool
` [PATCH 2/5] KVM: x86: MMU: Simplify force_pt_level calculation code in FNAME(page_fault)()
` [PATCH 3/5] KVM: x86: MMU: Merge mapping_level_dirty_bitmap() into mapping_level()
` [PATCH 4/5] KVM: x86: MMU: Remove mapping_level_dirty_bitmap()
` [PATCH 5/5] KVM: x86: MMU: Eliminate an extra memory slot search in mapping_level()

[PATCH v3 0/4] KVM: arm/arm64: guest synchronous halt/resume
 2015-10-15 12:17 UTC  (2+ messages)

[PATCH] book3s_hv: Handle H_DOORBELL on the guest exit path
 2015-10-15  5:59 UTC 

[PATCH] KVM: PPC: Book3S HV: Don't fall back to smaller HPT size in allocation ioctl
 2015-10-15  5:42 UTC 

[PATCH] KVM: PPC: Book3S HV: Make H_REMOVE return correct HPTE value for absent HPTEs
 2015-10-15  5:43 UTC 

[PATCH] KVM: PPC: e500: fix couple of shift operations on 64 bits
 2015-10-15  5:31 UTC  (2+ messages)

[PATCH 15/19] KVM: PPC: e500: fix handling local_sid_lookup result
 2015-10-15  5:30 UTC  (2+ messages)

[PATCH][v2] KVM: PPC: e500: Emulate TMCFG0 TMRN register
 2015-10-15  5:31 UTC  (2+ messages)

[PATCH] VFIO: platform: clear IRQ_NOAUTOEN when de-assigning the IRQ
 2015-10-14 15:32 UTC 

[PATCH] kvm: svm: Only propagate next_rip when guest supports it
 2015-10-14 15:11 UTC  (4+ messages)
  ` [PATCH v2] "

[GIT PULL] KVM fixes for 4.3-rc6
 2015-10-14 14:56 UTC 

AIO requests may be disordered by Qemu-kvm iothread with disk cache=writethrough, Bug or Feature?
 2015-10-14  9:32 UTC  (2+ messages)

Inconsistent guest OS disk size compared to volume.img size
 2015-10-14  9:01 UTC  (2+ messages)

[PATCH] KVM: x86: fix RSM into 64-bit protected mode
 2015-10-14 13:25 UTC 

[PATCH v3 00/16] KVM: arm64: GICv3 ITS emulation
 2015-10-14 12:26 UTC  (3+ messages)
` [PATCH v3 14/16] KVM: arm64: implement ITS command queue command handlers

[PATCH v3 5/5] KVM: nVMX: expose VPID capability to L1
 2015-10-13 16:18 UTC 


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