commit | b897a47450d6058d0acf2fe70ee90ea8fc65cb51 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@redhat.com> | Wed Feb 19 19:18:45 2020 +0100 |
committer | Philippe Mathieu-Daudé <philmd@redhat.com> | Thu Feb 20 14:47:08 2020 +0100 |
tree | c4c626a987dd994adeeebeeabd835c0de05b7720 | |
parent | 22953364f4f1f8fd27e08a02d480492be6c9960b [diff] |
hw/virtio: Let vhost_memory_map() 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>