Hi Sven,
On 10/20/19 10:47 PM, Sven Schnelle wrote:
Required for STI support.
Please add the changelog. This might be enough:
$ git shortlog 0f4fe846..f8706d6f
Helge Deller (12):
Add PDC_MEM_MAP and ENTRY_INIT_SRCH_FRST for OSF/MkLinux
Return non-existant BTLB for PDC_BLOCK_TLB
Add serial, parallel and LAN port support of LASI chip
Implement ENTRY_IO_BBLOCK_IN IODC function
Do not print \r on parisc SeaBIOS
Fix serial ports and add PDC_MODEL functions for special
instructions enablement
Implement SeaBIOS returning additional addresses. Fixes HP-UX boot.
Fix mod_pgs (number of pages) for graphic cards
Merge pull request #3 from svenschnelle/sti
Merge pull request #4 from svenschnelle/parisc-qemu-4.1.0
parisc: Implement PDC rendenzvous
parisc: Improve soft power button emulation
Sven Schnelle (7):
parisc: fix PDC info for graphics adapter
parisc: add missing header guard to hppa.h
parisc: add LASI PS/2 emulation.
parisc: Add STI support
parisc: wire up graphics console
parisc: Add support for setting STI screen resolution
parisc: support LASI RTC register
Also, maybe it's clearer to use "update to parisc-qemu-4.2" in subject.
Signed-off-by: Sven Schnelle <sv...@stackframe.org>
---
pc-bios/hppa-firmware.img | Bin 783724 -> 772876 bytes
roms/seabios-hppa | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
[...]
You can send this patch using 'git format-patch --no-binary'
and share a link to one of your repository, such
https://github.com/svenschnelle/qemu.
GIT-FORMAT-PATCH(1)
--no-binary
Do not output contents of changes in binary files,
instead display a notice that those files changed.
Patches generated using this option cannot be applied
properly, but they are still useful for code review.
diff --git a/roms/seabios-hppa b/roms/seabios-hppa
index 0f4fe84658..9312de136f 160000
--- a/roms/seabios-hppa
+++ b/roms/seabios-hppa
@@ -1 +1 @@
-Subproject commit 0f4fe84658165e96ce35870fd19fc634e182e77b
+Subproject commit 9312de136fc31b41774239f8bed8c2a817b98344
I'm getting:
fatal: bad object 9312de136fc31b41774239f8bed8c2a817b98344
Is this the correct hash?
Regards,
Phil.