]> git.proxmox.com Git - mirror_qemu.git/commit
os-posix.c: move code around
authorMichael Tokarev <mjt@tls.msk.ru>
Fri, 1 Sep 2023 10:12:59 +0000 (13:12 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 1 Sep 2023 21:46:20 +0000 (23:46 +0200)
commit433aed5f3963950d94661f7e4974011abb4ff7e4
treef5bdfb893319596329c6cfe6203239f8abc9c018
parent8a768db16afacf2056a753b99b81a5855c3320fa
os-posix.c: move code around

this moves code blocks so that functions and variables which
belongs to the same concept are now close to each other.
There's no actual code changes in there.

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-ID: <20230901101302.3618955-6-mjt@tls.msk.ru>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
os-posix.c