Re: [Qemu-devel] [PATCH] memory-region: Report if region is read-only on info mtree

2012-02-04 Thread Jan Kiszka
On 2012-02-04 13:32, Blue Swirl wrote: > On Sat, Feb 4, 2012 at 12:23, Jan Kiszka wrote: >> On 2012-02-04 13:12, Blue Swirl wrote: >>> On Fri, Feb 3, 2012 at 12:02, Jan Kiszka wrote: Helpful to understand guest configurations of things like the i440FX's PAM. Signed-off-by: Jan

Re: [Qemu-devel] [PATCH] memory-region: Report if region is read-only on info mtree

2012-02-04 Thread Blue Swirl
On Sat, Feb 4, 2012 at 12:23, Jan Kiszka wrote: > On 2012-02-04 13:12, Blue Swirl wrote: >> On Fri, Feb 3, 2012 at 12:02, Jan Kiszka wrote: >>> Helpful to understand guest configurations of things like the i440FX's >>> PAM. >>> >>> Signed-off-by: Jan Kiszka >>> --- >>>  memory.c |    6 -- >>

Re: [Qemu-devel] [PATCH] memory-region: Report if region is read-only on info mtree

2012-02-04 Thread Jan Kiszka
On 2012-02-04 13:12, Blue Swirl wrote: > On Fri, Feb 3, 2012 at 12:02, Jan Kiszka wrote: >> Helpful to understand guest configurations of things like the i440FX's >> PAM. >> >> Signed-off-by: Jan Kiszka >> --- >> memory.c |6 -- >> 1 files changed, 4 insertions(+), 2 deletions(-) >> >> d

Re: [Qemu-devel] [PATCH] memory-region: Report if region is read-only on info mtree

2012-02-04 Thread Blue Swirl
On Fri, Feb 3, 2012 at 12:02, Jan Kiszka wrote: > Helpful to understand guest configurations of things like the i440FX's > PAM. > > Signed-off-by: Jan Kiszka > --- >  memory.c |    6 -- >  1 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/memory.c b/memory.c > index ee4c98a..e

[Qemu-devel] [PATCH] memory-region: Report if region is read-only on info mtree

2012-02-03 Thread Jan Kiszka
Helpful to understand guest configurations of things like the i440FX's PAM. Signed-off-by: Jan Kiszka --- memory.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/memory.c b/memory.c index ee4c98a..ea4adda 100644 --- a/memory.c +++ b/memory.c @@ -1608,23 +1608,25 @@