commit | daa3dda43af90d1c88d439891c6c7129959ccc77 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@redhat.com> | Wed Feb 19 19:54:35 2020 +0100 |
committer | Philippe Mathieu-Daudé <philmd@redhat.com> | Thu Feb 20 14:47:08 2020 +0100 |
tree | ae20aa01f45895b09f2563734a4872ca93593737 | |
parent | a152be43dcfc1b72c6987e561102776f197ccc8d [diff] |
exec: Let the address_space 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é <philmd@redhat.com>