commit | 28c80bfe8b9c2343d5b6a488cf013352d8ea59d1 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@redhat.com> | Wed Feb 19 20:32:30 2020 +0100 |
committer | Philippe Mathieu-Daudé <philmd@redhat.com> | Thu Feb 20 14:47:08 2020 +0100 |
tree | f1b4cde9efd59f374c7a18e7410cec54eb17dfd4 | |
parent | 19f703477314a5db09ffc3c0f6be9c45645f8302 [diff] |
exec: Let cpu_[physical]_memory API use a boolean 'is_write' argument The 'is_write' argument is either 0 or 1. Convert it to a boolean type. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>