2021-02-08 | Daniel P. Berrangé | migration: introduce snapshot-{save, load, delete}... Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2021-02-08 | Daniel P. Berrangé | iotests: fix loading of common.config from tests/ subdir Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2021-02-08 | Daniel P. Berrangé | iotests: add support for capturing and matching QMP... Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2021-02-08 | Daniel P. Berrangé | migration: introduce a delete_snapshot wrapper Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2021-02-08 | Daniel P. Berrangé | migration: wire up support for snapshot device selection Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2021-02-08 | Daniel P. Berrangé | migration: control whether snapshots are ovewritten Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2021-02-08 | Daniel P. Berrangé | block: rename and alter bdrv_all_find_snapshot semantics Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2021-02-08 | Daniel P. Berrangé | block: allow specifying name of block device for vmstate... Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2021-02-08 | Daniel P. Berrangé | block: add ability to specify list of blockdevs during... Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2021-02-08 | Daniel P. Berrangé | migration: stop returning errno from load_snapshot() Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2021-02-08 | Philippe Mathieu... | migration: Make save_snapshot() return bool, not 0/-1 Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2021-02-08 | Daniel P. Berrangé | block: push error reporting into bdrv_all_*_snapshot... Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2021-02-08 | Dr. David Alan Gilbert | migration: Display the migration blockers Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2021-02-08 | Dr. David Alan Gilbert | migration: Add blocker information Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2021-02-08 | Markus Armbruster | migration: Fix a few absurdly defective error messages Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2021-02-08 | Markus Armbruster | migration: Fix cache_init()'s "Failed to allocate"... Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2021-02-08 | Markus Armbruster | migration: Clean up signed vs. unsigned XBZRLE cache... Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2021-02-08 | Markus Armbruster | migration: Fix migrate-set-parameters argument validation Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2021-02-08 | Andrey Gruzdev | migration: introduce 'userfaultfd-wrlat.py' script Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2021-02-08 | Andrey Gruzdev | migration: implementation of background snapshot thread Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2021-02-08 | Andrey Gruzdev | migration: support UFFD write fault processing in ram_save_i... Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2021-02-08 | Andrey Gruzdev | migration: introduce UFFD-WP low-level interface helpers Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2021-02-08 | Andrey Gruzdev | migration: introduce 'background-snapshot' migration... Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2021-02-08 | Wainer dos Santos... | migration/qemu-file: Fix maybe uninitialized on qemu_get_buf... Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2021-02-08 | Jinhao Gao | savevm: Fix memory leak of vmstate_configuration Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2021-02-08 | Jinhao Gao | spapr_pci: Fix memory leak of vmstate_spapr_pci Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2021-02-04 | Greg Kurz | virtiofsd: Add restart_syscall to the seccomp whitelist Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2021-02-04 | Greg Kurz | virtiofsd: Add _llseek to the seccomp whitelist Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2021-02-04 | Stefan Hajnoczi | virtiofsd: prevent opening of special files (CVE-2020... Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2021-02-04 | Stefan Hajnoczi | virtiofsd: optionally return inode pointer from lo_do_lookup() Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2021-02-04 | Stefan Hajnoczi | virtiofsd: extract lo_do_open() from lo_open() Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-12-18 | Tuguoyi | migration: Don't allow migration if vm is in POSTMIGRATE Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-12-18 | Tuguoyi | savevm: Delete snapshots just created in case of error Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-12-18 | Tuguoyi | savevm: Remove dead code in save_snapshot() Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-12-18 | Markus Armbruster | docs/devel/migration: Improve debugging section a bit Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-12-18 | Alex Chen | virtiofsd: Remove useless code about send_notify_iov Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-12-18 | Laszlo Ersek | virtiofsd: update FUSE_FORGET comment on "lo_inode... Cc: "Dr. David Alan Gilbert" <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-12-18 | Vivek Goyal | virtiofsd: Check file type in lo_flush() Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-12-18 | Vivek Goyal | virtiofsd: Disable posix_lock hash table if remote... Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-12-18 | Vivek Goyal | virtiofsd: Set up posix_lock hash table for root inode Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-12-18 | Laszlo Ersek | virtiofsd: make the debug log timestamp on stderr more... Cc: "Dr. David Alan Gilbert" <dgilbert@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-12-18 | Vivek Goyal | virtiofsd: Use --thread-pool-size=0 to mean no thread... Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-12-18 | Peter Maydell | hmp-commands.hx: List abbreviation after command for... Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-12-18 | Yutao Ai | monitor:Don't use '#' flag of printf format ('%#')... Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-12-18 | Yutao Ai | monitor:braces {} are necessary for all arms of this... Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-12-18 | Yutao Ai | monitor:open brace '{' following struct go on the same... Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-11-13 | Kevin Wolf | hmp: Pass monitor to mon_get_cpu_env() Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-11-13 | Kevin Wolf | hmp: Pass monitor to MonitorDef.get_value() Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-11-13 | Kevin Wolf | hmp: Pass monitor to mon_get_cpu() Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-11-12 | Haotian Li | virtiofsd: check whether strdup lo.source return NULL... Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-11-12 | Haotian Li | virtiofsd: check whether lo_map_reserve returns NULL... Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-11-12 | Haotian Li | tools/virtiofsd/buffer.c: check whether buf is NULL... Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-11-12 | Max Reitz | virtiofsd: Announce submounts even without statx() Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-11-12 | Longpeng(Mike) | migration: handle CANCELLING state in migration_completion() Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-11-12 | Chuan Zheng | multifd/tls: fix memoryleak of the QIOChannelSocket... Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-11-12 | Chuan Zheng | migration/dirtyrate: simplify includes in dirtyrate.c Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-11-12 | Chen Qun | migration: fix uninitialized variable warning in migrate_sen... Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-11-12 | Chuan Zheng | migration/multifd: fix hangup with TLS-Multifd due... Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-11-12 | Peng Liang | ACPI: Avoid infinite recursion when dump-vmstate Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-11-12 | Philippe Mathieu... | migration/ram: Fix hexadecimal format string specifier Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-11-02 | Max Reitz | tests/acceptance: Add virtiofs_submounts.py Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-11-02 | Max Reitz | tests/acceptance/boot_linux: Accept SSH pubkey Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-11-02 | Max Reitz | virtiofsd: Announce sub-mount points Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-11-02 | Max Reitz | virtiofsd: Add mount ID to the lo_inode key Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-11-02 | Max Reitz | meson.build: Check for statx() Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-11-02 | Max Reitz | virtiofsd: Add attr_flags to fuse_entry_param Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-11-02 | Max Reitz | virtiofsd: Check FUSE_SUBMOUNTS Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-11-02 | Jiachen Zhang | virtiofsd: Fix the help message of posix lock Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-11-02 | Philippe Mathieu... | tools/virtiofsd: Check vu_init() return value (CID... Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-11-02 | Dr. David Alan Gilbert | virtiofsd: Seccomp: Add 'send' for syslog Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-11-02 | Peter Xu | migration: Postpone the kick of the fault thread after... Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-11-02 | Peter Xu | migration: Unify reset of last_rb on destination node... Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-10-26 | Max Reitz | tests/acceptance: Add virtiofs_submounts.py Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-10-26 | Max Reitz | tests/acceptance/boot_linux: Accept SSH pubkey Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-10-26 | Max Reitz | virtiofsd: Announce sub-mount points Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-10-26 | Max Reitz | virtiofsd: Store every lo_inode's parent_dev Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-10-26 | Max Reitz | virtiofsd: Add fuse_reply_attr_with_flags() Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-10-26 | Max Reitz | virtiofsd: Add attr_flags to fuse_entry_param Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-10-26 | Max Reitz | virtiofsd: Announce FUSE_ATTR_FLAGS Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-10-26 | Max Reitz | linux/fuse.h: Pull in from Linux Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-10-26 | Dr. David Alan Gilbert | tools/virtiofsd: xattr name mappings: Simple 'map' Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-10-26 | Dr. David Alan Gilbert | tools/virtiofsd: xattr name mapping examples Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-10-26 | Dr. David Alan Gilbert | tools/virtiofsd: xattr name mappings: Map server xattr... Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-10-26 | Dr. David Alan Gilbert | tools/virtiofsd: xattr name mappings: Map client xattr... Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-10-26 | Dr. David Alan Gilbert | tools/virtiofsd: xattr name mappings: Add option Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-10-26 | Stefan Hajnoczi | virtiofsd: add container-friendly -o sandbox=chroot... Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-10-26 | Misono Tomohiro | virtiofsd: passthrough_ll: set FUSE_LOG_INFO as default... Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-10-26 | Misono Tomohiro | configure: add option for virtiofsd Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-10-26 | Peter Xu | migration-test: Only hide error if !QTEST_LOG Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-10-26 | Peter Xu | migration/postcopy: Release fd before going into 'postcopy... Cc: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-10-26 | Peter Xu | migration: Sync requested pages after postcopy recovery Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-10-26 | Peter Xu | migration: Maintain postcopy faulted addresses Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-10-26 | Peter Xu | migration: Introduce migrate_send_rp_message_req_pages() Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-10-26 | Peter Xu | migration: Pass incoming state into qemu_ufd_copy_ioctl() Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-10-26 | Bihong Yu | migration: using trace_ to replace DPRINTF Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-10-26 | Bihong Yu | migration: Delete redundant spaces Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-10-26 | Bihong Yu | migration: Open brace '{' following function declarations... Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-10-26 | Bihong Yu | migration: Do not initialise statics and globals to... Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-10-26 | Bihong Yu | migration: Add braces {} for if statement Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
2020-10-26 | Bihong Yu | migration: Open brace '{' following struct go on the... Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
commitcommitdifftree |
next |