[PATCH 0/1] replace the method in several files

Luke Yue posted 1 patch 3 years ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210420044412.42753-1-lukedyue@gmail.com
src/conf/backup_conf.c            | 2 +-
src/conf/snapshot_conf.c          | 2 +-
src/conf/storage_source_conf.c    | 2 +-
src/lxc/lxc_native.c              | 2 +-
src/qemu/qemu_block.c             | 2 +-
src/storage_file/storage_source.c | 2 +-
src/util/vircommand.c             | 2 +-
src/vbox/vbox_snapshot_conf.c     | 2 +-
src/vmware/vmware_conf.c          | 2 +-
src/vmware/vmware_driver.c        | 2 +-
tests/virtestmock.c               | 2 +-
tools/virt-login-shell-helper.c   | 2 +-
12 files changed, 12 insertions(+), 12 deletions(-)
[PATCH 0/1] replace the method in several files
Posted by Luke Yue 3 years ago
Using `git grep -n "\[0\].*'/'"` to find files that may need the
treatment, then judge and replace. There may be some files replaced by
mistake though.

Luke Yue (1):
  Replace AbsPath judgement method with g_path_is_absolute()

 src/conf/backup_conf.c            | 2 +-
 src/conf/snapshot_conf.c          | 2 +-
 src/conf/storage_source_conf.c    | 2 +-
 src/lxc/lxc_native.c              | 2 +-
 src/qemu/qemu_block.c             | 2 +-
 src/storage_file/storage_source.c | 2 +-
 src/util/vircommand.c             | 2 +-
 src/vbox/vbox_snapshot_conf.c     | 2 +-
 src/vmware/vmware_conf.c          | 2 +-
 src/vmware/vmware_driver.c        | 2 +-
 tests/virtestmock.c               | 2 +-
 tools/virt-login-shell-helper.c   | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

-- 
2.31.1