All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arun Sharma <arun.sharma@intel.com>
To: Michael A Fetterman <Michael.Fetterman@cl.cam.ac.uk>
Cc: xen-devel@lists.xensource.com
Subject: Re: Assertion failure on shadow.c:2339 for VMX domains
Date: Fri, 13 May 2005 17:01:28 -0700	[thread overview]
Message-ID: <42853FD8.10809@intel.com> (raw)
In-Reply-To: <42852AF2.40409@intel.com>

Arun Sharma wrote:
> Hi Michael,
> 
> This assertion you added:
> 
> 005/05/09 mafetter   |             ASSERT(VM_ASSIST(d, 
> VMASST_TYPE_writable_pagetables));
> 
> is failing for VMX domains. Why do you think this assertion belongs there?

Ditto for the other two below as well.

	-Arun

--- 1.111/xen/arch/x86/shadow.c 2005-05-12 06:58:45 -07:00
+++ edited/arch/x86/shadow.c    2005-05-13 15:49:11 -07:00
@@ -2336,8 +2336,6 @@
              l1_pgentry_t *shadow1 = shadow;
              l1_pgentry_t *snapshot1 = snapshot;

-            ASSERT(VM_ASSIST(d, VMASST_TYPE_writable_pagetables));
-
              if ( !shadow_mode_refcounts(d) )
                  revalidate_l1(d, guest1, snapshot1);

@@ -2383,7 +2381,6 @@
              l2_pgentry_t *shadow2 = shadow;
              l2_pgentry_t *snapshot2 = snapshot;

-            ASSERT(shadow_mode_write_all(d));
              BUG_ON(!shadow_mode_refcounts(d)); // not yet implemented

              changed = 0;
@@ -2426,7 +2423,6 @@
              l2_pgentry_t *snapshot2 = snapshot;
              l1_pgentry_t *shadow2 = shadow;

-            ASSERT(shadow_mode_write_all(d));
              BUG_ON(!shadow_mode_refcounts(d)); // not yet implemented

              changed = 0;


> 

      reply	other threads:[~2005-05-14  0:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-13 22:32 Assertion failure on shadow.c:2339 for VMX domains Arun Sharma
2005-05-14  0:01 ` Arun Sharma [this message]

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=42853FD8.10809@intel.com \
    --to=arun.sharma@intel.com \
    --cc=Michael.Fetterman@cl.cam.ac.uk \
    --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.