mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
(cherry picked from commit 81fa4753dde8ac6d8abbd48519d62ed9d98ae480)
This commit is contained in:
parent
6d4810de49
commit
cc39b52f89
@ -427,11 +427,12 @@ ostream& operator<<(ostream& os, const HostSharePCI& pci)
|
||||
{
|
||||
HostSharePCI::PCIDevice * dev = it->second;
|
||||
|
||||
os << right << setw(15)<< dev->address << " "
|
||||
<< right << setw(8) << dev->class_id << " "
|
||||
<< right << setw(8) << dev->vendor_id << " "
|
||||
<< right << setw(8) << dev->device_id << " "
|
||||
<< right << setw(8) << dev->vmid << " " << endl;
|
||||
os << right << setw(15) << dev->address << " "
|
||||
<< right << hex << showbase
|
||||
<< setw(8) << dev->class_id << " "
|
||||
<< setw(8) << dev->vendor_id << " "
|
||||
<< setw(8) << dev->device_id << " "
|
||||
<< setw(8) << dec << dev->vmid << " " << endl;
|
||||
}
|
||||
|
||||
return os;
|
||||
|
Loading…
x
Reference in New Issue
Block a user