OSDN Git Service

exec: Let flatview API take void pointer arguments
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Wed, 19 Feb 2020 18:52:44 +0000 (19:52 +0100)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 20 Feb 2020 13:47:08 +0000 (14:47 +0100)
commita152be43dcfc1b72c6987e561102776f197ccc8d
tree8d1cd21cef785d0a5e0295cc47a022d20139c96e
parent208046768da78b7d841e5ef784c3161c4f76ba16
exec: Let flatview API take void pointer arguments

Only flatview_[read/write]_continue use a byte pointer to increment
an offset. For the users, we are only dealing with a blob buffer.
Use a void pointer argument. This will let us simplify the
address_space API in the next commit.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
exec.c
include/exec/memory.h