libvirt/tools
Han Han 28141adfdc scripts: Fix the flake8 syntax-check failures
Fix the syntax-check failures (which can be seen after
python3-flake8-import-order package is installed) with the help
of isort[1]:

289/316 libvirt:syntax-check / flake8   FAIL   5.24s   exit status 2

[1]: https://pycqa.github.io/isort/

Signed-off-by: Han Han <hhan@redhat.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
2023-06-29 11:51:27 +02:00
..
bash-completion
nss Use G_N_ELEMENTS() more 2023-03-13 13:29:07 +01:00
wireshark meson: Replace meson.source_root() with meson.project_source_root() 2022-10-10 15:06:09 +02:00
libvirt_recover_xattrs.sh
libvirt_win_icon_16x16.ico
libvirt_win_icon_32x32.ico
libvirt_win_icon_48x48.ico
libvirt_win_icon_64x64.ico
libvirt-guests.service.in meson: Use initconfdir 2023-05-05 15:08:25 +02:00
libvirt-guests.sh.in meson: Use initconfdir 2023-05-05 15:08:25 +02:00
meson.build meson: Use initconfdir 2023-05-05 15:08:25 +02:00
virsh_win_icon.rc
virsh-backup.c
virsh-backup.h
virsh-checkpoint.c tools: Update format strings in translated messages (part 1) 2023-04-01 11:40:35 +02:00
virsh-checkpoint.h
virsh-completer-checkpoint.c
virsh-completer-checkpoint.h
virsh-completer-domain.c
virsh-completer-domain.h
virsh-completer-host.c virsh: Add completer for hypervisor-cpu-baseline --model 2022-10-10 14:31:43 +02:00
virsh-completer-host.h virsh: Add completer for hypervisor-cpu-baseline --model 2022-10-10 14:31:43 +02:00
virsh-completer-interface.c
virsh-completer-interface.h
virsh-completer-network.c
virsh-completer-network.h
virsh-completer-nodedev.c
virsh-completer-nodedev.h
virsh-completer-nwfilter.c
virsh-completer-nwfilter.h
virsh-completer-pool.c
virsh-completer-pool.h
virsh-completer-secret.c
virsh-completer-secret.h
virsh-completer-snapshot.c
virsh-completer-snapshot.h
virsh-completer-volume.c
virsh-completer-volume.h
virsh-completer.c
virsh-completer.h
virsh-console.c
virsh-console.h
virsh-domain-event.c virsh-domain-event: Make 'virshEventIOError(Reason)Print' translation friendly 2023-04-14 15:22:02 +02:00
virsh-domain-event.h
virsh-domain-monitor.c tools: Update format strings in translated messages (part 1) 2023-04-01 11:40:35 +02:00
virsh-domain-monitor.h
virsh-domain.c virsh: Add migrate options to set parallel compress level 2023-05-18 15:47:30 +02:00
virsh-domain.h
virsh-edit.c tools: Update format strings in translated messages (part 1) 2023-04-01 11:40:35 +02:00
virsh-host.c virsh: Introduce --xpath and --wrap to domcapabilities 2023-04-18 09:06:08 +02:00
virsh-host.h
virsh-interface.c tools: Update format strings in translated messages (part 1) 2023-04-01 11:40:35 +02:00
virsh-interface.h
virsh-network.c tools: Update format strings in translated messages (part 1) 2023-04-01 11:40:35 +02:00
virsh-network.h
virsh-nodedev.c tools: Update format strings in translated messages (part 2) 2023-04-01 11:40:36 +02:00
virsh-nodedev.h
virsh-nwfilter.c tools: Update format strings in translated messages (part 2) 2023-04-01 11:40:36 +02:00
virsh-nwfilter.h
virsh-pool.c tools: Update format strings in translated messages (part 2) 2023-04-01 11:40:36 +02:00
virsh-pool.h
virsh-secret.c tools: Update format strings in translated messages (part 2) 2023-04-01 11:40:36 +02:00
virsh-secret.h
virsh-snapshot.c tools: Update format strings in translated messages (part 2) 2023-04-01 11:40:36 +02:00
virsh-snapshot.h
virsh-util.c tools: Update format strings in translated messages (part 2) 2023-04-01 11:40:36 +02:00
virsh-util.h
virsh-volume.c tools: Update format strings in translated messages (part 2) 2023-04-01 11:40:36 +02:00
virsh-volume.h
virsh.c tools: Update format strings in translated messages (part 2) 2023-04-01 11:40:36 +02:00
virsh.h virsh: Add --model option for hypervisor-cpu-baseline 2022-10-10 14:31:43 +02:00
virt-admin-completer.c
virt-admin-completer.h
virt-admin.c Remove trailing spaces from translatable strings 2023-04-03 08:55:27 +02:00
virt-admin.h
virt-host-validate-bhyve.c tools: Update format strings in translated messages (part 2) 2023-04-01 11:40:36 +02:00
virt-host-validate-bhyve.h
virt-host-validate-ch.c
virt-host-validate-ch.h
virt-host-validate-common.c virt-host-validate: Detect SMMU presence on ARMs by parsing IORT table 2023-04-06 12:48:22 +02:00
virt-host-validate-common.h
virt-host-validate-lxc.c
virt-host-validate-lxc.h
virt-host-validate-qemu.c
virt-host-validate-qemu.h
virt-host-validate.c tools: Update format strings in translated messages (part 2) 2023-04-01 11:40:36 +02:00
virt-login-shell-helper.c tools: Update format strings in translated messages (part 2) 2023-04-01 11:40:36 +02:00
virt-login-shell.c Use G_N_ELEMENTS() more 2023-03-13 13:29:07 +01:00
virt-login-shell.conf
virt-pki-query-dn.c tools: Update format strings in translated messages (part 2) 2023-04-01 11:40:36 +02:00
virt-pki-validate.in meson: Use initconfdir 2023-05-05 15:08:25 +02:00
virt-qemu-qmp-proxy scripts: Fix the flake8 syntax-check failures 2023-06-29 11:51:27 +02:00
virt-qemu-sev-validate scripts: Fix the flake8 syntax-check failures 2023-06-29 11:51:27 +02:00
virt-sanlock-cleanup.in
virt-xml-validate.in
vsh-table.c
vsh-table.h
vsh.c vshPrint: Add version using 'va_list' 2023-04-14 15:22:02 +02:00
vsh.h vshPrint: Add version using 'va_list' 2023-04-14 15:22:02 +02:00