qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Avi Kivity <avi@redhat.com>
To: Blue Swirl <blauwirbel@gmail.com>
Cc: qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH v3] memory: simple memory tree printer
Date: Tue, 27 Sep 2011 12:10:39 +0300	[thread overview]
Message-ID: <4E81930F.4040701@redhat.com> (raw)
In-Reply-To: <CAAu8pHu6Ntj80NFBQA24c-9r4sehFFueVSmkJ1VbjS0Lg=JGig@mail.gmail.com>

On 09/26/2011 11:03 PM, Blue Swirl wrote:
> Add a monitor command 'info mtree' to show the memory hierarchy
> much like /proc/iomem in Linux.

Thanks, applied.

> +
> +#ifdef TARGET_I386
> +    QTAILQ_INIT(&ml_head);
> +    mon_printf(f, "I/O\n");
> +    mtree_print_mr(mon_printf, f, address_space_io.root, 0, 0,&ml_head);
> +#endif
>

I dropped the #ifdef here, since some non-x86 still have fake I/O 
address spaces.

-- 
error compiling committee.c: too many arguments to function

  reply	other threads:[~2011-09-27  9:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-26 20:03 [Qemu-devel] [PATCH v3] memory: simple memory tree printer Blue Swirl
2011-09-27  9:10 ` Avi Kivity [this message]
2011-09-27 12:35 ` Jan Kiszka
2011-09-27 17:13   ` Blue Swirl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E81930F.4040701@redhat.com \
    --to=avi@redhat.com \
    --cc=blauwirbel@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).