[PATCH 0/2] Two simple virBuffer*() usage fixes

Michal Privoznik posted 2 patches 1 year, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1658232272.git.mprivozn@redhat.com
src/conf/domain_conf.c       | 4 ++--
src/qemu/qemu_capabilities.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
[PATCH 0/2] Two simple virBuffer*() usage fixes
Posted by Michal Privoznik 1 year, 9 months ago
*** BLURB HERE ***

Michal Prívozník (2):
  qemu_capabilities: Indent <cpudata/> properly
  domain_conf: Switch to virBufferAddLit for literal strings

 src/conf/domain_conf.c       | 4 ++--
 src/qemu/qemu_capabilities.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.35.1

Re: [PATCH 0/2] Two simple virBuffer*() usage fixes
Posted by Tim Wiederhake 1 year, 9 months ago
On Tue, 2022-07-19 at 14:04 +0200, Michal Privoznik wrote:
> *** BLURB HERE ***
> 
> Michal Prívozník (2):
>   qemu_capabilities: Indent <cpudata/> properly
>   domain_conf: Switch to virBufferAddLit for literal strings
> 
>  src/conf/domain_conf.c       | 4 ++--
>  src/qemu/qemu_capabilities.c | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 

Reviewed-by: Tim Wiederhake <twiederh@redhat.com>