kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-10-16 11:55:31 to 2015-10-20 15:51:52 UTC [more...]

[PATCH v4 00/33] implement vNVDIMM
 2015-10-20 15:51 UTC  (48+ 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

[PATCH] tools lib traceevent: update KVM plugin
 2015-10-20 15:50 UTC  (10+ messages)

Difference between vcpu_load and kvm_sched_in ?
 2015-10-20 15:44 UTC  (2+ messages)

Network hangs when communicating with host
 2015-10-20 13:58 UTC  (7+ messages)

[PATCH 0/7] userfault21 update
 2015-10-20 13:44 UTC  (4+ messages)

PING: [PATCH v5 0/7] KVM: arm64: Implement API for vGICv3 live migration
 2015-10-20 10:44 UTC  (3+ messages)

Re:My resume
 2015-10-20  9:50 UTC 

[PATCH 0/3] arm/arm64: KVM: arch timer boot fixes
 2015-10-20  9:44 UTC  (14+ 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

[PATCH v2 00/12] KVM: x86: add support for VMX TSC scaling
 2015-10-20  7:39 UTC  (13+ messages)
` [PATCH v2 01/12] KVM: x86: Collect information for setting TSC scaling ratio
` [PATCH v2 02/12] KVM: x86: Add a common TSC scaling ratio field in kvm_vcpu_arch
` [PATCH v2 03/12] KVM: x86: Add a common TSC scaling function
` [PATCH v2 04/12] KVM: x86: Replace call-back set_tsc_khz() with a common function
` [PATCH v2 05/12] KVM: x86: Replace call-back compute_tsc_offset() "
` [PATCH v2 06/12] KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset()
` [PATCH v2 07/12] KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc()
` [PATCH v2 08/12] KVM: x86: Use the correct vcpu's TSC rate to compute time scale
` [PATCH v2 09/12] KVM: VMX: Enable and initialize VMX TSC scaling
` [PATCH v2 10/12] KVM: VMX: Setup TSC scaling ratio when a vcpu is loaded
` [PATCH v2 11/12] KVM: VMX: Use a scaled host TSC for guest readings of MSR_IA32_TSC
` [PATCH v2 12/12] KVM: VMX: Dump TSC multiplier in dump_vmcs()

[PATCH v2 0/2] KVM/arm: enhance arvm7 vfp/simd lazy switch support
 2015-10-20  7:24 UTC  (8+ messages)
` [PATCH v2 1/2] KVM/arm: add hooks for armv7 fp/simd "
` [PATCH v2 2/2] KVM/arm: enable enhanced armv7 fp/simd lazy switch

[PATCH v2 0/3] target-i386: save/restore vcpu's TSC rate during migration
 2015-10-20  7:22 UTC  (4+ messages)
` [PATCH v2 1/3] target-i386: add a subsection for migrating vcpu's TSC rate
` [PATCH v2 2/3] target-i386: calculate vcpu's TSC rate to be migrated
` [PATCH v2 3/3] target-i386: load the migrated vcpu's TSC rate

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

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

Steal time accounting in KVM. Benchmark
 2015-10-19 21:58 UTC 

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

[PATCH 0/4] VFIO platform reset module rework
 2015-10-19 19:45 UTC  (12+ 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

Greetings,
 2015-10-19 16:54 UTC 

[kvm-unit-tests PATCHv2] arm: Add PMU test
 2015-10-19 15:44 UTC  (10+ 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

sanitizing kvmtool
 2015-10-19 15:15 UTC  (8+ messages)

[PATCH v2] kvm: x86: zero EFER on INIT
 2015-10-19 14:48 UTC  (2+ messages)

[PATCH] kvmtool/term: unexport term_set_tty, term_init, term_exit
 2015-10-19 14:28 UTC 

[PATCH] kvmtool/run: append cfg.kernel_cmdline at the end of real_cmdline
 2015-10-19 14:23 UTC 

[PATCH 0/3] kvmtool: tiny init fox x86_64
 2015-10-19 10:59 UTC  (4+ messages)
` [PATCH 1/3] kvmtool/setup: Introduce extract_file() helper
` [PATCH 2/3] kvmtool/build: introduce GUEST_PRE_INIT target
` [PATCH 3/3] kvmtool/x86: implement guest_pre_init

KVM: don't pointlessly leave KVM_COMPAT=y in non-KVM configs
 2015-10-19 10:40 UTC  (2+ messages)

[PATCH] KVM: x86: MMU: Initialize force_pt_level before calling mapping_level()
 2015-10-19  9:37 UTC  (2+ messages)

[PATCH] kvm: x86: zero EFER on INIT
 2015-10-19  9:34 UTC 

[PATCH v2] kvm: Allow the Hyper-V vendor ID to be specified
 2015-10-19  8:08 UTC  (2+ messages)

just an observation about USB
 2015-10-19  8:02 UTC  (6+ messages)

[PATCH] KVM/arm: kernel low level debug suport for ARM32 virtual platforms
 2015-10-18 19:57 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  (21+ messages)

[PATCH v3 00/20] KVM: ARM64: Add guest PMU support
 2015-10-16 17:01 UTC  (9+ messages)
` [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)

[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  (9+ 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 


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