On 20.09.2020 15:25, Maciej S. Szmigiero wrote: > From: "Maciej S. Szmigiero" <maciej.szmigi...@oracle.com> > > The get_vmstate_memory_region() method from PCDIMMDeviceClass is only > ever called from this class and is never overridden, so it can be converted > into an ordinary function. > > Signed-off-by: Maciej S. Szmigiero <maciej.szmigi...@oracle.com>
Just to be clear: this patch is a separate submission from the hv-balloon driver effort, not really connected with it. That's why it wasn't a part of that driver patch series. Maciej