Hi all, There are some variables initialized warnings reported by the GCC_9.3 compiler. This serial has added some default values or changed the assignment places for the variablies to fix them.
v1->v2: --patch1: Drop it base on Max Filippov comment. --patch2->patch1: Add Marcel Apfelbaum and Yuval Shaia review comment. --patch3->patch2: Add Philippe Mathieu-Daudé review comment. --patch6->patch5: Add Philippe Mathieu-Daudé review comment. Chen Qun (5): hw/rdma/rdma_backend: fix uninitialized variable warning in rdma_poll_cq() util/qemu-timer: fix uninitialized variable warning in timer_mod_anticipate_ns() util/qemu-timer: fix uninitialized variable warning for expire_time plugins/loader: fix uninitialized variable warning in plugin_reset_uninstall() migration: fix uninitialized variable warning in migrate_send_rp_req_pages() hw/rdma/rdma_backend.c | 2 +- migration/migration.c | 2 +- plugins/loader.c | 2 +- util/qemu-timer.c | 8 +++----- 4 files changed, 6 insertions(+), 8 deletions(-) -- 2.27.0