| commit | 8a8dffb29750a388e2d4734f75050875cb76f74f | [log] [tgz] |
|---|---|---|
| author | Helge Deller <deller@gmx.de> | Sat Jan 01 15:42:45 2022 +0100 |
| committer | Helge Deller <deller@gmx.de> | Sat Jan 01 15:42:45 2022 +0100 |
| tree | 3b7e072c55ebc36b13a11f007e7f8d88b5cfd827 | |
| parent | b12acac4be27b6d5d9fbe48c4be1286dcc245fbb [diff] |
parisc: Add opt/hostid fw_cfg option to change hostid
Allow the user to select another default hostid value.
In HP/UX the "uname -i" command show the number,
and in Linux it's visible in the /proc/cpuinfo output.
The default hostid number is 2006243326, any other integer value can
be selected with this qemu option:
-fw_cfg opt/hostid,string=334455
Signed-off-by: Helge Deller <deller@gmx.de>