RE: [PATCH] virtio-mem: Fix definition of VirtIOMEMClass

2025-06-04 Thread Duan, Zhenzhong
>-Original Message- >From: David Hildenbrand >Subject: Re: [PATCH] virtio-mem: Fix definition of VirtIOMEMClass > >On 04.06.25 10:47, Zhenzhong Duan wrote: >> Parent of VirtIOMEMClass is VirtioDeviceClass rather than VirtIODevice. >> >> Fixes: 910b25766

RE: [PATCH] virtio-mem: Fix definition of VirtIOMEMClass

2025-06-04 Thread Duan, Zhenzhong
>-Original Message- >From: David Hildenbrand >Subject: Re: [PATCH] virtio-mem: Fix definition of VirtIOMEMClass > >On 04.06.25 10:47, Zhenzhong Duan wrote: >> Parent of VirtIOMEMClass is VirtioDeviceClass rather than VirtIODevice. >> >> Fixes: 910b25766

Re: [PATCH] virtio-mem: Fix definition of VirtIOMEMClass

2025-06-04 Thread Philippe Mathieu-Daudé
On 4/6/25 10:47, Zhenzhong Duan wrote: Parent of VirtIOMEMClass is VirtioDeviceClass rather than VirtIODevice. Fixes: 910b25766b33 ("virtio-mem: Paravirtualized memory hot(un)plug") Signed-off-by: Zhenzhong Duan --- include/hw/virtio/virtio-mem.h | 2 +- 1 file changed, 1 insertion(+), 1 del

Re: [PATCH] virtio-mem: Fix definition of VirtIOMEMClass

2025-06-04 Thread David Hildenbrand
On 04.06.25 10:47, Zhenzhong Duan wrote: Parent of VirtIOMEMClass is VirtioDeviceClass rather than VirtIODevice. Fixes: 910b25766b33 ("virtio-mem: Paravirtualized memory hot(un)plug") Signed-off-by: Zhenzhong Duan --- include/hw/virtio/virtio-mem.h | 2 +- 1 file changed, 1 insertion(+), 1 d

Re: [PATCH] virtio-mem: Fix definition of VirtIOMEMClass

2025-06-04 Thread David Hildenbrand
On 04.06.25 10:47, Zhenzhong Duan wrote: Parent of VirtIOMEMClass is VirtioDeviceClass rather than VirtIODevice. Fixes: 910b25766b33 ("virtio-mem: Paravirtualized memory hot(un)plug") Signed-off-by: Zhenzhong Duan --- include/hw/virtio/virtio-mem.h | 2 +- 1 file changed, 1 insertion(+), 1 d

[PATCH] virtio-mem: Fix definition of VirtIOMEMClass

2025-06-04 Thread Zhenzhong Duan
Parent of VirtIOMEMClass is VirtioDeviceClass rather than VirtIODevice. Fixes: 910b25766b33 ("virtio-mem: Paravirtualized memory hot(un)plug") Signed-off-by: Zhenzhong Duan --- include/hw/virtio/virtio-mem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hw/virtio/vi