parisc: SEABIOS_HPPA_VERSION 8

Fixes
- boot of HP-UX with SMP, and
- reboot of Linux and HP-UX with SMP

Enhancements:
- show qemu version in boot menu
- adds exit menu entry in boot menu to quit emulation
- allow to trace PCD_CHASSIS codes more specifically

Signed-off-by: Helge Deller <deller@gmx.de>
diff --git a/src/parisc/hppa.h b/src/parisc/hppa.h
index 5d4250b..130648e 100644
--- a/src/parisc/hppa.h
+++ b/src/parisc/hppa.h
@@ -3,8 +3,8 @@
 /* this file is included by x86.h */
 
 /* version number of this SeaBIOS firmware */
-#define SEABIOS_HPPA_VERSION 7
-#define SEABIOS_HPPA_VERSION_STR  "7"
+#define SEABIOS_HPPA_VERSION 8
+#define SEABIOS_HPPA_VERSION_STR  "8"
 
 #include "parisc/hppa_hardware.h"