[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH RFC 10/10] pc: Enable support for virtio-pmem
From: |
David Hildenbrand |
Subject: |
[Qemu-devel] [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-devel] [PATCH RFC 01/10] qdev: Let the hotplug_handler_unplug() caller delete the device, (continued)
- [Qemu-devel] [PATCH RFC 05/10] virtio-pci: Allow to specify additional interfaces for the base type, David Hildenbrand, 2019/01/16
- [Qemu-devel] [PATCH RFC 02/10] qdev: Let machine hotplug handler to override bus hotplug handler, David Hildenbrand, 2019/01/16
- [Qemu-devel] [PATCH RFC 03/10] qdev: Provide qdev_get_bus_hotplug_handler(), David Hildenbrand, 2019/01/16
- [Qemu-devel] [PATCH RFC 10/10] pc: Enable support for virtio-pmem,
David Hildenbrand <=
- [Qemu-devel] [PATCH RFC 07/10] hmp: Handle virtio-pmem when printing memory device infos, David Hildenbrand, 2019/01/16
- [Qemu-devel] [PATCH RFC 06/10] virtio-pci: Proxy for virtio-pmem, David Hildenbrand, 2019/01/16
- [Qemu-devel] [PATCH RFC 08/10] numa: Handle virtio-pmem in NUMA stats, David Hildenbrand, 2019/01/16
- [Qemu-devel] [PATCH RFC 04/10] virtio-pmem: Prototype, David Hildenbrand, 2019/01/16
- Re: [Qemu-devel] [PATCH RFC 04/10] virtio-pmem: Prototype, Eric Blake, 2019/01/16
- Re: [Qemu-devel] [PATCH RFC 04/10] virtio-pmem: Prototype, David Hildenbrand, 2019/01/17
- Re: [Qemu-devel] [PATCH RFC 04/10] virtio-pmem: Prototype, David Hildenbrand, 2019/01/21
- Re: [Qemu-devel] [PATCH RFC 04/10] virtio-pmem: Prototype, Dr. David Alan Gilbert, 2019/01/21
- Re: [Qemu-devel] [PATCH RFC 04/10] virtio-pmem: Prototype, David Hildenbrand, 2019/01/21
- Re: [Qemu-devel] [PATCH RFC 04/10] virtio-pmem: Prototype, Eric Blake, 2019/01/21