]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386/monitor: Propagate CPU address space to 'info mem' handlers
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 2 Oct 2025 14:40:37 +0000 (16:40 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 16 Oct 2025 15:06:57 +0000 (17:06 +0200)
commit152820a991e6b0b4cbbdb594f87e43252626c0da
tree1993fbf8f3c757e4039ef0a42b7682d4e09f050a
parent5940712ed0f770cae4d5e5999dc46b6675db8120
target/i386/monitor: Propagate CPU address space to 'info mem' handlers

We want to replace the cpu_physical_memory_read() calls by
address_space_read() equivalents. Since the latter requires
an address space, and these commands are run in the context
of a vCPU, propagate its first address space. Next commit
will do the replacements.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Message-Id: <20251002145742.75624-2-philmd@linaro.org>
target/i386/monitor.c