]> git.proxmox.com Git - qemu.git/commit
memory: don't pass ->readable attribute to cpu_register_physical_memory_log
authorAvi Kivity <avi@redhat.com>
Wed, 8 Feb 2012 15:07:26 +0000 (17:07 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 29 Feb 2012 11:44:42 +0000 (13:44 +0200)
commitd7ec83e6b57f48cf07f663e232e4aa2b32bc33c7
treea6d308d1a6d8c095b84c7184080aa1e7059a0780
parent7a8499e88bffff66d90300d4f2018c938543b1cf
memory: don't pass ->readable attribute to cpu_register_physical_memory_log

It can be derived from the MemoryRegion itself (which is why it is not
used there).

Signed-off-by: Avi Kivity <avi@redhat.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
exec-obsolete.h
exec.c
memory.c