From: Keir Fraser <keir@xensource.com>
To: "Daniel P. Berrange" <berrange@redhat.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: Fix core dumps of guests > 2 GB in size on i386
Date: Fri, 17 Nov 2006 13:47:12 +0000 [thread overview]
Message-ID: <C1836DE0.4B61%keir@xensource.com> (raw)
In-Reply-To: <20061117121243.GA11444@redhat.com>
On 17/11/06 12:12, "Daniel P. Berrange" <berrange@redhat.com> wrote:
> Well there are two methods in libxc which expose a size_t argument so the
> implicit method will break ABI changing these from 32 to 64 bits.
>
> xenctrl.h:int xc_tbuf_enable(int xc_handle, size_t cnt, unsigned long *mfn,
> xenctrl.h:int xc_acm_op(int xc_handle, int cmd, void *arg, size_t arg_size);
It'd be better probably to replace with explicit types and avoid
off_t/size_t confusion at all. Maybe uint64_t.
-- Keir
next prev parent reply other threads:[~2006-11-17 13:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-15 22:02 Fix core dumps of guests > 2 GB in size on i386 Daniel P. Berrange
2006-11-17 9:52 ` Keir Fraser
2006-11-17 12:12 ` Daniel P. Berrange
2006-11-17 13:47 ` Keir Fraser [this message]
2006-11-17 18:47 ` Daniel P. Berrange
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=C1836DE0.4B61%keir@xensource.com \
--to=keir@xensource.com \
--cc=berrange@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.