kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-10-29 00:32:01 to 2015-10-31 10:52:47 UTC [more...]

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

[PATCH v4 0/6] virtio core DMA API conversion
 2015-10-31  5:02 UTC  (14+ messages)
` [PATCH v4 1/6] virtio-net: Stop doing DMA from the stack
` [PATCH v4 2/6] virtio_ring: Support DMA APIs
` [PATCH v4 3/6] virtio_pci: Use the DMA API
` [PATCH v4 4/6] virtio: Add improved queue allocation API
` [PATCH v4 5/6] virtio_mmio: Use the DMA API
` [PATCH v4 6/6] virtio_pci: "

[PATCH v4 00/21] KVM: ARM64: Add guest PMU support
 2015-10-31  2:06 UTC  (24+ messages)
` [PATCH v4 01/21] ARM64: Move PMU register related defines to asm/pmu.h
` [PATCH v4 02/21] KVM: ARM64: Define PMU data structure for each vcpu
` [PATCH v4 03/21] KVM: ARM64: Add offset defines for PMU registers
` [PATCH v4 04/21] KVM: ARM64: Add reset and access handlers for PMCR_EL0 register
` [PATCH v4 05/21] KVM: ARM64: Add reset and access handlers for PMSELR register
` [PATCH v4 06/21] KVM: ARM64: Add reset and access handlers for PMCEID0 and PMCEID1 register
` [PATCH v4 07/21] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH v4 08/21] KVM: ARM64: Add reset and access handlers for PMXEVTYPER register
` [PATCH v4 09/21] KVM: ARM64: Add reset and access handlers for PMXEVCNTR register
` [PATCH v4 10/21] KVM: ARM64: Add reset and access handlers for PMCCNTR register
` [PATCH v4 11/21] KVM: ARM64: Add reset and access handlers for PMCNTENSET and PMCNTENCLR register
` [PATCH v4 12/21] KVM: ARM64: Add reset and access handlers for PMINTENSET and PMINTENCLR register
` [PATCH v4 13/21] KVM: ARM64: Add reset and access handlers for PMOVSSET and PMOVSCLR register
` [PATCH v4 14/21] KVM: ARM64: Add reset and access handlers for PMUSERENR register
` [PATCH v4 15/21] KVM: ARM64: Add reset and access handlers for PMSWINC register
` [PATCH v4 16/21] KVM: ARM64: Add access handlers for PMEVCNTRn and PMEVTYPERn register
` [PATCH v4 17/21] KVM: ARM64: Add helper to handle PMCR register bits
` [PATCH v4 18/21] KVM: ARM64: Add PMU overflow interrupt routing
` [PATCH v4 19/21] KVM: ARM64: Reset PMU state when resetting vcpu
` [PATCH v4 20/21] KVM: ARM64: Free perf event of PMU when destroying vcpu
` [PATCH v4 21/21] KVM: ARM64: Add a new kvm ARM PMU device

[PATCH v1 2/2] dma-mapping-common: add DMA attribute - DMA_ATTR_IOMMU_BYPASS
 2015-10-30 23:24 UTC  (13+ messages)

[PATCH v3 0/3] KVM/arm64/arm: enhance armv7/8 fp/simd lazy switch
 2015-10-30 21:56 UTC  (4+ messages)
` [PATCH v3 1/3] KVM/arm: add hooks for armv7 fp/simd lazy switch support
` [PATCH v3 2/3] KVM/arm/arm64: enable enhanced armv7 fp/simd lazy switch
` [PATCH 3/3] KVM/arm64: enable enhanced armv8 "

[PATCH] target-i386: enable cflushopt/clwb/pcommit instructions
 2015-10-30 20:54 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH/RFC 0/4] dma ops and virtio
 2015-10-30 20:33 UTC  (16+ messages)
` [PATCH 1/4] Provide simple noop dma ops
` [PATCH 4/4] s390/virtio: use "

[kvm-unit-tests PATCHv4] ARM PMU tests
 2015-10-30 19:32 UTC  (5+ messages)
` [kvm-unit-tests PATCHv6] "
  ` [kvm-unit-tests PATCHv5 3/3] arm: pmu: Add CPI checking
    ` [Qemu-devel] "

[PATCH 0/7] kvmtool: Cleanup kernel loading
 2015-10-30 18:27 UTC  (8+ messages)
` [PATCH 1/7] Refactor kernel image loading
` [PATCH 2/7] provide generic read_file() implementation
` [PATCH 3/7] powerpc: use read_file() in kernel and initrd loading
` [PATCH 4/7] MIPS: use read wrappers in kernel loading
` [PATCH 5/7] x86: "
` [PATCH 6/7] arm/arm64: use read_file() in kernel and initrd loading
` [PATCH 7/7] arm: move kernel loading into arm/kvm.c

[RFC Patch 00/12] IXGBE: Add live migration support for SRIOV NIC
 2015-10-30 18:04 UTC  (10+ messages)

[PATCH 0/2] kvmtool: allow CFLAGS and LDFLAGS override
 2015-10-30 17:20 UTC  (3+ messages)
` [PATCH 1/2] Makefile: allow overriding CFLAGS on the command line
` [PATCH 2/2] Makefile: consider LDFLAGS on feature tests and when linking executables

[PATCH v3 0/3] virtio DMA API core stuff
 2015-10-30 16:54 UTC  (14+ messages)

[PATCH] KVM: x86: fix RSM into 64-bit protected mode, round 2
 2015-10-30 15:40 UTC  (5+ messages)

[PATCH 0/3] KVM: x86: simplify RSM into 64-bit protected mode
 2015-10-30 15:36 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: add read_phys to x86_emulate_ops
` [PATCH 2/3] KVM: x86: handle SMBASE as physical address in RSM
` [PATCH 3/3] KVM: x86: simplify RSM into 64-bit protected mode

[PATCH 0/6] KVM: PPC: Book3S HV: Optimize wakeup VCPU from H_IPI
 2015-10-30 15:16 UTC  (10+ messages)
` [PATCH 1/6] KVM: PPC: Book3S HV: Host-side RM data structures
` [PATCH 2/6] KVM: PPC: Book3S HV: Manage core host state
` [PATCH 3/6] KVM: PPC: Book3S HV: kvmppc_host_rm_ops - handle offlining CPUs
` [PATCH 4/6] KVM: PPC: Book3S HV: Host side kick VCPU when poked by real-mode KVM
` [PATCH 5/6] KVM: PPC: Book3S HV: Send IPI to host core to wake VCPU
` [PATCH 6/6] KVM: PPC: Book3S HV: Add tunable to control H_IPI redirection

[PATCH] KVM: x86: zero apic_arb_prio on reset
 2015-10-30 14:48 UTC 

[PATCHv2 0/3] dma ops and virtio
 2015-10-30 13:20 UTC  (4+ messages)
` [PATCH 1/3] Provide simple noop dma ops
` [PATCH 2/3] alpha: use common "
` [PATCH 3/3] s390/dma: Allow per device "

[PATCH net-next rfc V2 0/2] basic busy polling support for vhost_net
 2015-10-30 11:58 UTC  (4+ messages)
` [PATCH net-next rfc V2 1/2] vhost: introduce vhost_has_work()
` [PATCH net-next rfc V2 2/2] vhost_net: basic polling support

[PATCH] vhost: move is_le setup to the backend
 2015-10-30 11:42 UTC 

[PATCH] vfio/platform: store mapped memory in region, instead of an on-stack copy
 2015-10-30  9:19 UTC  (3+ messages)

[PATCH] KVM: x86: removing unused variable
 2015-10-30  7:26 UTC 

[RFC PATCH] VFIO: Add a parameter to force nonthread IRQ
 2015-10-30  6:16 UTC  (11+ messages)

[PATCH v2 0/3] virtio DMA API core stuff
 2015-10-29 23:43 UTC  (4+ messages)
` [PATCH v2 1/3] virtio_net: Stop doing DMA from the stack

[RFC PATCH] vfio/type1: Do not support IOMMUs that allow bypass
 2015-10-29 18:50 UTC  (8+ messages)

[PATCH v2] vfio/type1: handle case where IOMMU does not support PAGE_SIZE size
 2015-10-29 17:49 UTC 

[PATCH] vfio/type1: handle case where IOMMU does not support PAGE_SIZE size
 2015-10-29 17:36 UTC  (2+ messages)

[GIT PULL 0/3] KVM: s390: Bugfix and cleanups for kvm/next (4.4)
 2015-10-29 15:50 UTC  (5+ messages)
` [GIT PULL 1/3] KVM: s390: SCA must not cross page boundaries
` [GIT PULL 2/3] KVM: s390: drop useless newline in debugging data
` [GIT PULL 3/3] KVM: s390: use simple switch statement as multiplexer

[PATCH v4 00/33] implement vNVDIMM
 2015-10-29 14:36 UTC  (7+ messages)
` [PATCH v4 28/33] nvdimm acpi: support DSM_FUN_IMPLEMENTED function

[PATCH v5 00/33] implement vNVDIMM
 2015-10-29 14:14 UTC  (12+ messages)
` [PATCH v5 28/33] nvdimm acpi: support Get Namespace Label Size function
      ` [Qemu-devel] "
` [PATCH v5 29/33] nvdimm acpi: support Get Namespace Label Data function
` [PATCH v5 30/33] nvdimm acpi: support Set "

[PATCH 8/9] kvm/x86: Hyper-V synthetic interrupt controller
 2015-10-29  9:51 UTC  (6+ messages)
` [PATCH v3 "

Steal time accounting in KVM. Benchmark
 2015-10-29  9:49 UTC  (6+ messages)


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