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

2013-05-06 Thread 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, but it only appli

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

2013-05-06 Thread Paolo Bonzini
Il 06/05/2013 18:12, Jan Kiszka ha scritto: > "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 understo