public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Bernhard Held <bheld@mgpi.de>
To: kvm@vger.kernel.org
Cc: Stefan Weil <weil@mail.berlios.de>
Subject: [PATCH] Fix build without cpu-emulation
Date: Fri, 26 Aug 2011 15:13:48 +0200	[thread overview]
Message-ID: <4E579C0C.30104@mgpi.de> (raw)

Commit 618ba removed parameter puc, fix it in fake-exec.c.

Signed-off-by: Bernhard Held <bheld@mgpi.de>
---
  target-i386/fake-exec.c |    4 +---
  target-ia64/fake-exec.c |    4 +---
  2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/target-i386/fake-exec.c b/target-i386/fake-exec.c
index e6f8363..da4bd36 100644
--- a/target-i386/fake-exec.c
+++ b/target-i386/fake-exec.c
@@ -31,9 +31,7 @@ void cpu_gen_init(void)
  }

  int cpu_restore_state(TranslationBlock *tb,
-                      CPUState *env, unsigned long searched_pc,
-                      void *puc)
-
+                      CPUState *env, unsigned long searched_pc)
  {
      return 0;
  }
diff --git a/target-ia64/fake-exec.c b/target-ia64/fake-exec.c
index 8d6ded0..eaadadb 100644
--- a/target-ia64/fake-exec.c
+++ b/target-ia64/fake-exec.c
@@ -42,9 +42,7 @@ void tcg_dump_info(FILE *f,
  }

  int cpu_restore_state(TranslationBlock *tb,
-                      CPUState *env, unsigned long searched_pc,
-                      void *puc)
-
+                      CPUState *env, unsigned long searched_pc)
  {
      return 0;
  }
--
1.7.6


                 reply	other threads:[~2011-08-26 13:13 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=4E579C0C.30104@mgpi.de \
    --to=bheld@mgpi.de \
    --cc=kvm@vger.kernel.org \
    --cc=weil@mail.berlios.de \
    /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