All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
To: xen-devel@lists.xensource.com
Subject: [PATCH] [ioemu & qemu-remote] cpu_get_phys_page_debug returning value
Date: Thu, 11 Sep 2008 16:34:22 +0100	[thread overview]
Message-ID: <48C93A7E.7060502@eu.citrix.com> (raw)

Hi all,
this change was originally made by Samuel as part of the patch to
compile qemu-remote as a stubdomain.
The return value of cpu_get_phys_page_debug in helper2.c should be a
target_phys_addr_t.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>

---
 i386-dm/helper2.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/i386-dm/helper2.c b/i386-dm/helper2.c
index d630cb0..5b34e51 100644
--- a/i386-dm/helper2.c
+++ b/i386-dm/helper2.c
@@ -196,7 +196,7 @@ void cpu_x86_set_a20(CPUX86State *env, int a20_state)
     }
 }

-target_ulong cpu_get_phys_page_debug(CPUState *env, target_ulong addr)
+target_phys_addr_t cpu_get_phys_page_debug(CPUState *env, target_ulong
addr)
 {
         return addr;
 }
-- 
1.5.4.3

                 reply	other threads:[~2008-09-11 15:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=48C93A7E.7060502@eu.citrix.com \
    --to=stefano.stabellini@eu.citrix.com \
    --cc=xen-devel@lists.xensource.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.