diff options
author | Nicholas Piggin <npiggin@gmail.com> | 2023-08-08 14:19:43 +1000 |
---|---|---|
committer | Cédric Le Goater <clg@kaod.org> | 2023-09-06 11:19:33 +0200 |
commit | 2c71b4f6049ef1ed8c75bce7091102be7209a473 (patch) | |
tree | 9ae15dfc09d0bd2ceb0145aafec08318ce1ba535 /scripts | |
parent | 17f826af864a253a388ad1f2e21bdc82b67dd83c (diff) | |
download | qemu-2c71b4f6049ef1ed8c75bce7091102be7209a473.zip qemu-2c71b4f6049ef1ed8c75bce7091102be7209a473.tar.gz qemu-2c71b4f6049ef1ed8c75bce7091102be7209a473.tar.bz2 |
ppc/vhyp: reset exception state when handling vhyp hcall
Convention is to reset the exception_index and error_code after handling
an interrupt. The vhyp hcall handler fails to do this. This does not
appear to have ill effects because cpu_handle_exception() clears
exception_index later, but it is fragile and inconsistent. Reset the
exception state after handling vhyp hcall like other handlers.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions