]> git.proxmox.com Git - mirror_qemu.git/commit - softmmu/meson.build
softmmu: Move dirtylimit.c into the target independent source set
authorThomas Huth <thuth@redhat.com>
Thu, 13 Apr 2023 05:45:09 +0000 (07:45 +0200)
committerThomas Huth <thuth@redhat.com>
Thu, 20 Apr 2023 09:25:32 +0000 (11:25 +0200)
commit30ee29fd03bbdd4cc250c1a591c5199b33e7a118
tree7c3ac1aa232daefd956c599159804865a7862c21
parent9eb7e7e84af5362b125015e80fdaab96b944f6f2
softmmu: Move dirtylimit.c into the target independent source set

dirtylimit.c just uses one TARGET_PAGE_SIZE macro - change it to
qemu_target_page_size() so we can move thefile into the target
independent source set. Then we only have to compile this file
once during the build instead of multiple times (one time for
each target).

Message-Id: <20230413054509.54421-1-thuth@redhat.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Signed-off-by: Thomas Huth <thuth@redhat.com>
softmmu/dirtylimit.c
softmmu/meson.build