From: Yosuke Iwamatsu <y-iwamatsu@ab.jp.nec.com>
To: "Cui, Dexuan" <dexuan.cui@intel.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: A small portability issue introduced by changeset 17951
Date: Thu, 31 Jul 2008 20:36:19 +0900 [thread overview]
Message-ID: <4891A3B3.7040808@ab.jp.nec.com> (raw)
In-Reply-To: <FE7BBCFBB500984A9A7922EBC95F516E017FB29A@pdsmsx414.ccr.corp.intel.com>
[-- Attachment #1: Type: text/plain, Size: 502 bytes --]
Hi,
Cui, Dexuan wrote:
> changeset 17951: e65fe28b5288 uses a shell command "lspci -vmmD".
> But the "-D" parameter is not supported in relatively-old version of
> pciutils, like pciutils-2.1.99.test8-3.4 (for instance, this vresion can
> be found in RHEL4u6).
> It'd be nice to have it fixed.
The attached patch uses 'lspci -vmm' instead of '-vmmD'.
The pci domain number may be omitted from the output of lspci, but
pci_parse_name() will set it default to 0 if it doesn't exist.
Thanks,
-- Yosuke
[-- Attachment #2: lspci_parse.patch --]
[-- Type: all/allfiles, Size: 2045 bytes --]
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
prev parent reply other threads:[~2008-07-31 11:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-31 9:02 A small portability issue introduced by changeset 17951 Cui, Dexuan
2008-07-31 11:36 ` Yosuke Iwamatsu [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=4891A3B3.7040808@ab.jp.nec.com \
--to=y-iwamatsu@ab.jp.nec.com \
--cc=dexuan.cui@intel.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.