All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Lalancette <clalance@redhat.com>
To: Chris Lalancette <clalance@redhat.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: [PATCH]: Fix fully-virtualized core dumps for 32-bit guests
Date: Thu, 14 Jun 2007 11:04:10 -0400	[thread overview]
Message-ID: <467158EA.9080508@redhat.com> (raw)
In-Reply-To: <466D92D3.1000407@redhat.com>

Chris Lalancette wrote:
> 
> diff -r c0b0974fb055 tools/libxc/xc_core_x86.c
> --- a/tools/libxc/xc_core_x86.c	Fri May 18 16:59:32 2007 +0100
> +++ b/tools/libxc/xc_core_x86.c	Mon Jun 11 14:18:19 2007 -0400
> @@ -49,7 +49,7 @@ xc_core_arch_memory_map_get(int xc_handl
>      }
>  
>      map->addr = 0;
> -    map->size = p2m_size << PAGE_SHIFT;
> +    map->size = ((uint64_t)p2m_size) << PAGE_SHIFT;
>  
>      *mapp = map;
>      *nr_entries = 1;

Any takers for this simple patch?

Chris Lalancette

  reply	other threads:[~2007-06-14 15:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-11 18:22 [PATCH]: Fix fully-virtualized core dumps for 32-bit guests Chris Lalancette
2007-06-14 15:04 ` Chris Lalancette [this message]
2007-06-14 15:09   ` Keir Fraser
2007-06-14 15:12     ` Chris Lalancette

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=467158EA.9080508@redhat.com \
    --to=clalance@redhat.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.