]> xenbits.xensource.com Git - qemu-xen-3.4-testing.git/commit
pass-through: porvide leading zero for vdevfn
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 21 May 2009 16:57:38 +0000 (17:57 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 21 May 2009 16:57:38 +0000 (17:57 +0100)
commit414a6144ec9a964fb4d2c201e9378cad59a46212
treede758b51cd0b78aab6b06cba7a4be416e93f5b78
parenta78f2082cb14c0381a113a82a7a5d78f402494f1
pass-through: porvide leading zero for vdevfn

This is consistent with the format used elsewhere.

At this time this inconsistency manifests in the output of pci-list
for functions that have been hot-plugged.

While the pci-list output could be unified inside xm or xend by,
for example parsing the string as an integer and then formating it
as a string, there seems to be no disadvantage in making the
string representation used consistent.

Cc: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
Cc: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
hw/piix4acpi.c