Home
last modified time | relevance | path

Searched hist:"30 ee29fd03bbdd4cc250c1a591c5199b33e7a118" (Results 1 – 2 of 2) sorted by relevance

/qemu/system/
H A Dmeson.build30ee29fd03bbdd4cc250c1a591c5199b33e7a118 Thu Apr 13 05:45:09 UTC 2023 Thomas Huth <thuth@redhat.com> 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>
H A Ddirtylimit.c30ee29fd03bbdd4cc250c1a591c5199b33e7a118 Thu Apr 13 05:45:09 UTC 2023 Thomas Huth <thuth@redhat.com> 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>