NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/56198 CVS commit: pkgsrc/emulators/qemu



The following reply was made to PR bin/56198; it has been noted by GNATS.

From: "Jason R Thorpe" <thorpej%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/56198 CVS commit: pkgsrc/emulators/qemu
Date: Sun, 23 May 2021 13:53:10 +0000

 Module Name:	pkgsrc
 Committed By:	thorpej
 Date:		Sun May 23 13:53:10 UTC 2021
 
 Modified Files:
 	pkgsrc/emulators/qemu: Makefile distinfo
 	pkgsrc/emulators/qemu/patches: patch-roms_qemu-palcode_pal.S
 
 Log Message:
 Fix a bug in the Qemu Alpha PALcode's unaligned access exception vector:
 after advancing the PC past the faulting instruction as defined by the
 architecture spec, actually store it in the stack frame passed to the
 operating system.
 
 Fixes the difference in behavior between Qemu and real hardware in
 PR bin/56198.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.277 -r1.278 pkgsrc/emulators/qemu/Makefile
 cvs rdiff -u -r1.176 -r1.177 pkgsrc/emulators/qemu/distinfo
 cvs rdiff -u -r1.1 -r1.2 \
     pkgsrc/emulators/qemu/patches/patch-roms_qemu-palcode_pal.S
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index