On Fri, Nov 26, 2021 at 12:10 AM Michael S. Tsirkin <m...@redhat.com> wrote: > > On Thu, Nov 25, 2021 at 09:34:32AM +0100, Philippe Mathieu-Daudé wrote: > > On 11/25/21 03:20, Jason Wang wrote: > > > We only process the first in sg which may lead to the bitmap of the > > > pages belongs to following sgs were not cleared. This may result more > > > pages to be migrated. Fixing this by process all in sgs for > > > free_page_vq. > > > > > > Signed-off-by: Jason Wang <jasow...@redhat.com> > > > --- > > > hw/virtio/virtio-balloon.c | 7 +++++-- > > > 1 file changed, 5 insertions(+), 2 deletions(-) > > > > Typo "virtio" in subject. > > Yes, it's an annoyingly common typo. If using vim, I suggest: > > ab virito virtio > > in your vimrc.
Right, actually I'm using flyspell with emacs. I will add a dedicated detection like this if it's possible. Will fix it. Thanks > > -- > MST >