RE: [PATCH v3 1/5] virtio-mem: Fix definition of VirtIOMEMClass

2025-06-06 Thread Duan, Zhenzhong
>-Original Message- >From: Markus Armbruster >Subject: Re: [PATCH v3 1/5] virtio-mem: Fix definition of VirtIOMEMClass > >Zhenzhong Duan writes: > >> Parent of VirtIOMEMClass is VirtioDeviceClass rather than VirtIODevice. >> >> Fixes: 910b25766b33

Re: [PATCH v3 1/5] virtio-mem: Fix definition of VirtIOMEMClass

2025-06-05 Thread Markus Armbruster
Zhenzhong Duan writes: > Parent of VirtIOMEMClass is VirtioDeviceClass rather than VirtIODevice. > > Fixes: 910b25766b33 ("virtio-mem: Paravirtualized memory hot(un)plug") > Signed-off-by: Zhenzhong Duan > Reviewed-by: David Hildenbrand > Reviewed-by: Philippe Mathieu-Daudé > --- > include/hw

[PATCH v3 1/5] virtio-mem: Fix definition of VirtIOMEMClass

2025-06-05 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 Reviewed-by: David Hildenbrand Reviewed-by: Philippe Mathieu-Daudé --- include/hw/virtio/virtio-mem.h | 2 +- 1 file chan