commit | 661faf31021dda4df1ea46594ec03de68f5ac47d | [log] [tgz] |
---|---|---|
author | Helge Deller <deller@gmx.de> | Fri Feb 08 18:24:16 2019 +0100 |
committer | Helge Deller <deller@gmx.de> | Thu Feb 21 20:37:12 2019 +0100 |
tree | 2fa6208d4a3ad9424a63605383f2f0fb813fad09 | |
parent | 3b26fdafbe2f42627e11ca5c67af565e5c67995f [diff] |
parisc: Add constants for PDC_RELOCATE PDC call The PDC_RELOCATE function is called by HP-UX shortly before crashing. So, we need to handle it in qemu and thus it makes sense to add the constant here. Additionally add other subfunctions like PDC_MODEL_GET_PLATFORM_INFO (to get product and serial numbers) and PDC_TOD_CALIBRATE (to calibrate timers) too. Signed-off-by: Helge Deller <deller@gmx.de>