]> git.proxmox.com Git - mirror_qemu.git/commit - exec.c
exec: Let cpu_[physical]_memory API use a boolean 'is_write' argument
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Wed, 19 Feb 2020 19:32:30 +0000 (20:32 +0100)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 20 Feb 2020 13:47:08 +0000 (14:47 +0100)
commit28c80bfe8b9c2343d5b6a488cf013352d8ea59d1
treef1b4cde9efd59f374c7a18e7410cec54eb17dfd4
parent19f703477314a5db09ffc3c0f6be9c45645f8302
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>
exec.c
include/exec/cpu-all.h
include/exec/cpu-common.h