Re: [Qemu-devel] [PATCH 04/40] memory: Rename readable flag to romd_mode

2013-05-07 Thread Peter Maydell
On 7 May 2013 15:16, Paolo Bonzini wrote: > From: Jan Kiszka > > "Readable" is a very unfortunate name for this flag because even a > rom_device region will always be readable from the guest POV. What > differs is the mapping, just like the comments had to explain already. > Also, readable could

[Qemu-devel] [PATCH 04/40] memory: Rename readable flag to romd_mode

2013-05-07 Thread Paolo Bonzini
From: Jan Kiszka "Readable" is a very unfortunate name for this flag because even a rom_device region will always be readable from the guest POV. What differs is the mapping, just like the comments had to explain already. Also, readable could currently be understood as being a generic region flag