On 2/26/26 2:02 PM, Philippe Mathieu-Daudé wrote:
physmem.c defines 2 stubs which are related to ram-block: qemu_ram_block_from_host() and qemu_ram_get_fd(). Move them with the other ram-block stubs.Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- stubs/physmem.c | 13 ------------- stubs/ram-block.c | 11 +++++++++++ stubs/meson.build | 1 - 3 files changed, 11 insertions(+), 14 deletions(-) delete mode 100644 stubs/physmem.c
Reviewed-by: Pierrick Bouvier <[email protected]>
