Re: [Qemu-devel] [PATCH] Fix typo in variable name (found and fixed by codespell)

2016-05-06 Thread Michael Tokarev
21.03.2016 21:21, Stefan Weil wrote: [..] (Finally!) applied to -trivial, thank you! /mjt

Re: [Qemu-devel] [PATCH] Fix typo in variable name (found and fixed by codespell)

2016-03-22 Thread Fam Zheng
On Mon, 03/21 19:21, Stefan Weil wrote: > Signed-off-by: Stefan Weil > --- > scripts/dump-guest-memory.py | 64 > ++-- > 1 file changed, 32 insertions(+), 32 deletions(-) > > diff --git a/scripts/dump-guest-memory.py b/scripts/dump-guest-memory.py > index

[Qemu-devel] [PATCH] Fix typo in variable name (found and fixed by codespell)

2016-03-21 Thread Stefan Weil
Signed-off-by: Stefan Weil --- scripts/dump-guest-memory.py | 64 ++-- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/scripts/dump-guest-memory.py b/scripts/dump-guest-memory.py index c0a2e99..eb24f78 100644 --- a/scripts/dump-guest-memory.