[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH RFCv2 5/9] virtio-pci: Allow to specify additional
From: |
Cornelia Huck |
Subject: |
Re: [Qemu-ppc] [PATCH RFCv2 5/9] virtio-pci: Allow to specify additional interfaces for the base type |
Date: |
Mon, 28 Jan 2019 15:09:27 +0100 |
On Wed, 23 Jan 2019 20:55:23 +0100
David Hildenbrand <address@hidden> wrote:
> Let's allow to specify additional interfaces for the base type (e.g.
> later TYPE_MEMORY_DEVICE), something that was possible before the
> rework of virtio PCI device instantiation.
>
> Signed-off-by: David Hildenbrand <address@hidden>
> ---
> hw/virtio/virtio-pci.c | 1 +
> hw/virtio/virtio-pci.h | 1 +
> 2 files changed, 2 insertions(+)
Sounds reasonable.
Reviewed-by: Cornelia Huck <address@hidden>
- [Qemu-ppc] [PATCH RFCv2 0/9] qdev: Hotplug handler chaining + virtio-pmem, David Hildenbrand, 2019/01/23
- [Qemu-ppc] [PATCH RFCv2 9/9] pc: Support for virtio-pmem-pci, David Hildenbrand, 2019/01/23
- [Qemu-ppc] [PATCH RFCv2 8/9] numa: Handle virtio-pmem in NUMA stats, David Hildenbrand, 2019/01/23
- [Qemu-ppc] [PATCH RFCv2 7/9] hmp: Handle virtio-pmem when printing memory device infos, David Hildenbrand, 2019/01/23
- [Qemu-ppc] [PATCH RFCv2 6/9] virtio-pci: Proxy for virtio-pmem, David Hildenbrand, 2019/01/23
- [Qemu-ppc] [PATCH RFCv2 5/9] virtio-pci: Allow to specify additional interfaces for the base type, David Hildenbrand, 2019/01/23
- Re: [Qemu-ppc] [PATCH RFCv2 5/9] virtio-pci: Allow to specify additional interfaces for the base type,
Cornelia Huck <=
- [Qemu-ppc] [PATCH RFCv2 3/9] qdev: Provide qdev_get_bus_hotplug_handler(), David Hildenbrand, 2019/01/23
- [Qemu-ppc] [PATCH RFCv2 2/9] qdev: Let machine hotplug handler to override bus hotplug handler, David Hildenbrand, 2019/01/23
- [Qemu-ppc] [PATCH RFCv2 4/9] virtio-pmem: Prototype, David Hildenbrand, 2019/01/23
- [Qemu-ppc] [PATCH RFCv2 1/9] qdev: Let the hotplug_handler_unplug() caller delete the device, David Hildenbrand, 2019/01/23
- Re: [Qemu-ppc] [Qemu-devel] [PATCH RFCv2 0/9] qdev: Hotplug handler chaining + virtio-pmem, Igor Mammedov, 2019/01/28