[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PATCH RFC 10/10] pc: Enable support for virtio-pmem
From: |
David Hildenbrand |
Subject: |
[qemu-s390x] [PATCH RFC 10/10] pc: Enable support for virtio-pmem |
Date: |
Wed, 16 Jan 2019 12:35:23 +0100 |
As we can now properly hotplug PCI based memory devices on x86, we can
now unlock support for virtio-pmem (which will unlock virtio-pmem-pci).
Signed-off-by: David Hildenbrand <address@hidden>
---
default-configs/i386-softmmu.mak | 1 +
1 file changed, 1 insertion(+)
diff --git a/default-configs/i386-softmmu.mak b/default-configs/i386-softmmu.mak
index 64c998c4c8..3f63e95a55 100644
--- a/default-configs/i386-softmmu.mak
+++ b/default-configs/i386-softmmu.mak
@@ -52,6 +52,7 @@ CONFIG_APIC=y
CONFIG_IOAPIC=y
CONFIG_PVPANIC=y
CONFIG_MEM_DEVICE=y
+CONFIG_VIRTIO_PMEM=y
CONFIG_DIMM=y
CONFIG_NVDIMM=y
CONFIG_ACPI_NVDIMM=y
--
2.17.2
- [qemu-s390x] [PATCH RFC 00/10] qdev: Hotplug handler chaining + virtio-pmem, David Hildenbrand, 2019/01/16
- [qemu-s390x] [PATCH RFC 05/10] virtio-pci: Allow to specify additional interfaces for the base type, David Hildenbrand, 2019/01/16
- [qemu-s390x] [PATCH RFC 02/10] qdev: Let machine hotplug handler to override bus hotplug handler, David Hildenbrand, 2019/01/16
- [qemu-s390x] [PATCH RFC 10/10] pc: Enable support for virtio-pmem,
David Hildenbrand <=
- [qemu-s390x] [PATCH RFC 07/10] hmp: Handle virtio-pmem when printing memory device infos, David Hildenbrand, 2019/01/16
- [qemu-s390x] [PATCH RFC 08/10] numa: Handle virtio-pmem in NUMA stats, David Hildenbrand, 2019/01/16
- [qemu-s390x] [PATCH RFC 04/10] virtio-pmem: Prototype, David Hildenbrand, 2019/01/16
- Re: [qemu-s390x] [PATCH RFC 04/10] virtio-pmem: Prototype, Eric Blake, 2019/01/16
- Re: [qemu-s390x] [PATCH RFC 04/10] virtio-pmem: Prototype, David Hildenbrand, 2019/01/17
- Re: [qemu-s390x] [PATCH RFC 04/10] virtio-pmem: Prototype, David Hildenbrand, 2019/01/21
- Re: [qemu-s390x] [PATCH RFC 04/10] virtio-pmem: Prototype, Dr. David Alan Gilbert, 2019/01/21
- Re: [qemu-s390x] [PATCH RFC 04/10] virtio-pmem: Prototype, David Hildenbrand, 2019/01/21
- Re: [qemu-s390x] [PATCH RFC 04/10] virtio-pmem: Prototype, Eric Blake, 2019/01/21
Re: [qemu-s390x] [Qemu-ppc] [PATCH RFC 04/10] virtio-pmem: Prototype, Murilo Opsfelder Araujo, 2019/01/16