]> Git Repo - qemu.git/commit
exec: Let the cpu_[physical]_memory API use void pointer arguments
authorPhilippe Mathieu-Daudé <[email protected]>
Wed, 19 Feb 2020 19:02:11 +0000 (20:02 +0100)
committerPhilippe Mathieu-Daudé <[email protected]>
Thu, 20 Feb 2020 13:47:08 +0000 (14:47 +0100)
commitd7ef71ef421d7ea481587b11c4cb8d25718baa4b
tree8dcb7e05b12ca9931f2155ee4f86455f67d3ec14
parentb7cbebf2b9d7aa8854cfd6a45484e160244e9f48
exec: Let the cpu_[physical]_memory API use void pointer arguments

As we are only dealing with a blob buffer, use a void pointer
argument. This will let us simplify other APIs.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
exec.c
include/exec/cpu-all.h
include/exec/cpu-common.h
This page took 0.026484 seconds and 4 git commands to generate.