All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Hopwood <david.nospam.hopwood@blueyonder.co.uk>
To: xen-devel@lists.xensource.com
Subject: Re: [PATCH] ioemu-x86-64-fixes.patch
Date: Thu, 31 Mar 2005 18:36:14 +0100	[thread overview]
Message-ID: <424C350E.9070205@blueyonder.co.uk> (raw)
In-Reply-To: <20050329230925.GA32673@intel.com>

Arun Sharma wrote:
> diff -Naurpb xen-unstable/tools/ioemu/iodev/eth_linux.cc xen-unstable.work/tools/ioemu/iodev/eth_linux.cc
> --- xen-unstable/tools/ioemu/iodev/eth_linux.cc	2005-03-27 21:20:36.000000000 -0600
> +++ xen-unstable.work/tools/ioemu/iodev/eth_linux.cc	2005-03-28 13:18:09.000000000 -0600
> @@ -212,7 +212,7 @@ bx_linux_pktmover_c::bx_linux_pktmover_c
>    this->filter[3].k = (macaddr[0] & 0xff) << 8 | (macaddr[1] & 0xff);
>    fp.len = BX_LSF_ICNT;
>    fp.filter = this->filter;
> -  BX_INFO(("eth_linux: fp.len=%d fp.filter=%x", fp.len, (unsigned) fp.filter));
> +  BX_INFO(("eth_linux: fp.len=%d fp.filter=%x", fp.len, (unsigned long) fp.filter));

      BX_INFO(("eth_linux: fp.len=%d fp.filter=%lx", fp.len, (unsigned long)
fp.filter));

-- 
David Hopwood <david.nospam.hopwood@blueyonder.co.uk>

      reply	other threads:[~2005-03-31 17:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-29 23:09 [PATCH] ioemu-x86-64-fixes.patch Arun Sharma
2005-03-31 17:36 ` David Hopwood [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=424C350E.9070205@blueyonder.co.uk \
    --to=david.nospam.hopwood@blueyonder.co.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.