Re: [PATCH v2 2/5] virtio-pmem: Fix definition of VirtIOPMEMClass

2025-06-04 Thread Philippe Mathieu-Daudé
On 4/6/25 13:53, Zhenzhong Duan wrote: VirtIOPMEMClass's parent is VirtioDeviceClass rather than VirtIODevice. Fixes: 5f503cd9f388 ("virtio-pmem: add virtio device") Suggested-by: David Hildenbrand Signed-off-by: Zhenzhong Duan --- include/hw/virtio/virtio-pmem.h | 2 +- 1 file changed, 1 i

Re: [PATCH v2 2/5] virtio-pmem: Fix definition of VirtIOPMEMClass

2025-06-04 Thread David Hildenbrand
On 04.06.25 13:53, Zhenzhong Duan wrote: VirtIOPMEMClass's parent is VirtioDeviceClass rather than VirtIODevice. Fixes: 5f503cd9f388 ("virtio-pmem: add virtio device") Suggested-by: David Hildenbrand Reported-by: might be better, with Closes: linking to my mail Signed-off-by: Zhenzhong Du

[PATCH v2 2/5] virtio-pmem: Fix definition of VirtIOPMEMClass

2025-06-04 Thread Zhenzhong Duan
VirtIOPMEMClass's parent is VirtioDeviceClass rather than VirtIODevice. Fixes: 5f503cd9f388 ("virtio-pmem: add virtio device") Suggested-by: David Hildenbrand Signed-off-by: Zhenzhong Duan --- include/hw/virtio/virtio-pmem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/in