On 6/15/26 19:08, Philippe Mathieu-Daudé wrote:
cpu_physical_memory_write() is legacy (see commit b7ecba0f6f6),
replace it by address_space_write(). Both if() ladders only
differ in the address space argument: rework to have a single
address_space_write() call. No logical change intended.

Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
  accel/kvm/kvm-all.c | 12 ++++--------
  1 file changed, 4 insertions(+), 8 deletions(-)

Reviewed-by: Richard Henderson <[email protected]>

r~

Reply via email to