[PATCH 0/4] Miscellaneous fixes, somehow Windows related

Martin Kletzander posted 4 patches 11 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1686556413.git.mkletzan@redhat.com
scripts/meson-dist.py    |  7 ++--
src/libvirt_private.syms |  1 -
src/qemu/qemu_driver.c   |  2 +-
src/util/virprocess.c    | 17 ++++++----
src/util/virprocess.h    |  2 +-
src/util/virstring.c     | 73 +++++++++++++++++++---------------------
src/util/virstring.h     |  5 ---
tests/virstringtest.c    |  4 ---
8 files changed, 49 insertions(+), 62 deletions(-)
[PATCH 0/4] Miscellaneous fixes, somehow Windows related
Posted by Martin Kletzander 11 months, 1 week ago
blurb is here, blurb is there,
blurby blurby everywhere

Martin Kletzander (4):
  util: Parse RSS into ullp
  util: Remove virStrToLong_l
  util: Use g_ascii_strtoll
  meson-dist: Use shutil.copy for copying a file

 scripts/meson-dist.py    |  7 ++--
 src/libvirt_private.syms |  1 -
 src/qemu/qemu_driver.c   |  2 +-
 src/util/virprocess.c    | 17 ++++++----
 src/util/virprocess.h    |  2 +-
 src/util/virstring.c     | 73 +++++++++++++++++++---------------------
 src/util/virstring.h     |  5 ---
 tests/virstringtest.c    |  4 ---
 8 files changed, 49 insertions(+), 62 deletions(-)

-- 
2.41.0
Re: [PATCH 0/4] Miscellaneous fixes, somehow Windows related
Posted by Michal Prívozník 11 months, 1 week ago
On 6/12/23 09:55, Martin Kletzander wrote:
> blurb is here, blurb is there,
> blurby blurby everywhere
> 
> Martin Kletzander (4):
>   util: Parse RSS into ullp
>   util: Remove virStrToLong_l
>   util: Use g_ascii_strtoll
>   meson-dist: Use shutil.copy for copying a file
> 
>  scripts/meson-dist.py    |  7 ++--
>  src/libvirt_private.syms |  1 -
>  src/qemu/qemu_driver.c   |  2 +-
>  src/util/virprocess.c    | 17 ++++++----
>  src/util/virprocess.h    |  2 +-
>  src/util/virstring.c     | 73 +++++++++++++++++++---------------------
>  src/util/virstring.h     |  5 ---
>  tests/virstringtest.c    |  4 ---
>  8 files changed, 49 insertions(+), 62 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal