messages from 2015-10-30 06:02:17 to 2015-11-02 11:51:59 UTC [more...]
[PATCH v7 00/35] implement vNVDIMM
2015-11-02 11:51 UTC (37+ messages)
` [PATCH v7 01/35] acpi: add aml_derefof
` [PATCH v7 02/35] acpi: add aml_sizeof
` [PATCH v7 03/35] acpi: add aml_create_field
` [PATCH v7 04/35] acpi: add aml_concatenate
` [PATCH v7 05/35] acpi: add aml_object_type
` [PATCH v7 06/35] acpi: add aml_method_serialized
` [PATCH v7 07/35] util: introduce qemu_file_get_page_size()
` [PATCH v7 08/35] exec: allow memory to be allocated from any kind of path
` [PATCH v7 09/35] exec: allow file_ram_alloc to work on file
` [PATCH v7 10/35] hostmem-file: clean up memory allocation
` [PATCH v7 11/35] util: introduce qemu_file_getlength()
` [PATCH v7 12/35] util: let qemu_fd_getlength support block device
` [PATCH v7 13/35] hostmem-file: use whole file size if possible
` [PATCH v7 14/35] pc-dimm: remove DEFAULT_PC_DIMMSIZE
` [PATCH v7 15/35] pc-dimm: make pc_existing_dimms_capacity static and rename it
` [PATCH v7 16/35] pc-dimm: drop the prefix of pc-dimm
` [PATCH v7 17/35] stubs: rename qmp_pc_dimm_device_list.c
` [PATCH v7 18/35] pc-dimm: rename pc-dimm.c and pc-dimm.h
` [PATCH v7 19/35] dimm: abstract dimm device from pc-dimm
` [PATCH v7 20/35] dimm: get mapped memory region from DIMMDeviceClass->get_memory_region
` [PATCH v7 21/35] dimm: keep the state of the whole backend memory
` [PATCH v7 22/35] dimm: introduce realize callback
` [PATCH v7 23/35] nvdimm: implement NVDIMM device abstract
` [PATCH v7 24/35] docs: add NVDIMM ACPI documentation
` [PATCH v7 25/35] nvdimm acpi: init the resource used by NVDIMM ACPI
` [PATCH v7 26/35] nvdimm acpi: build ACPI NFIT table
` [PATCH v7 27/35] nvdimm acpi: build ACPI nvdimm devices
` [PATCH v7 28/35] nvdimm acpi: save arg3 for NVDIMM device _DSM method
` [PATCH v7 29/35] nvdimm acpi: support function 0
` [PATCH v7 30/35] nvdimm acpi: support Get Namespace Label Size function
` [PATCH v7 31/35] nvdimm acpi: support Get Namespace Label Data function
` [PATCH v7 32/35] nvdimm acpi: support Set "
` [PATCH v7 33/35] nvdimm: allow using whole backend memory as pmem
` [PATCH v7 34/35] nvdimm acpi: support _FIT method
` [PATCH v7 35/35] nvdimm: add maintain info
[PATCH/RFC 0/4] dma ops and virtio
2015-11-02 11:16 UTC (17+ messages)
` [PATCH 1/4] Provide simple noop dma ops
` [PATCH 4/4] s390/virtio: use "
[PATCH] KVM: PPC: Book3S HV: Synthesize segment fault if SLB lookup fails
2015-11-02 10:06 UTC (2+ messages)
[PATCH v1 2/2] dma-mapping-common: add DMA attribute - DMA_ATTR_IOMMU_BYPASS
2015-11-02 10:00 UTC (15+ messages)
[PATCH v3 0/3] target-i386: save/restore vcpu's TSC rate during migration
2015-11-02 9:40 UTC (5+ messages)
` [PATCH v3 1/3] target-i386: add a subsection for migrating vcpu's TSC rate
` [PATCH v3 2/3] target-i386: calculate vcpu's TSC rate to be migrated
` [PATCH v3 3/3] target-i386: load the migrated vcpu's TSC rate
[PATCH 0/3] KVM: x86: simplify RSM into 64-bit protected mode
2015-11-02 9:32 UTC (6+ 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 v6 00/33] implement vNVDIMM
2015-11-02 9:18 UTC (66+ messages)
` [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
` [Qemu-devel] "
` [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
[GIT PULL 0/3] KVM: s390: Bugfix and cleanups for kvm/next (4.4)
2015-11-02 9:27 UTC (2+ messages)
[RFC PATCH] VFIO: Add a parameter to force nonthread IRQ
2015-11-02 9:17 UTC (12+ messages)
[RFC PATCH 6/6] arm-smmu: Allow to set iommu mapping for MSI
2015-11-02 2:53 UTC (6+ messages)
[PATCH 5/6] KVM: PPC: Book3S HV: Send IPI to host core to wake VCPU
2015-11-02 2:51 UTC (3+ messages)
` [kbuild-all] "
RE
2015-11-02 17:58 UTC
[PATCH] KVM: x86: fix RSM into 64-bit protected mode, round 2
2015-10-31 17:09 UTC (6+ messages)
[PATCH] kvmtool/run: set a default cmdline if not set
2015-10-31 13:11 UTC
[PATCH v4 0/6] virtio core DMA API conversion
2015-10-31 5:02 UTC (9+ messages)
` [PATCH v4 1/6] virtio-net: Stop doing DMA from the stack
` [PATCH v4 2/6] virtio_ring: Support DMA APIs
[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 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] "
[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 (13+ messages)
[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 (2+ messages)
[PATCH] vhost: move is_le setup to the backend
2015-10-30 11:42 UTC
[PATCH 5/6] KVM: PPC: Book3S HV: Send IPI to host core to wake VCPU
2015-10-30 9:23 UTC (2+ messages)
[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
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).