diff options
| author | Peter Maydell | 2016-01-11 13:40:24 +0100 |
|---|---|---|
| committer | Mark Cave-Ayland | 2016-01-16 13:01:23 +0100 |
| commit | 4552a09dd4055c806b7df8c595dc0fb8951834be (patch) | |
| tree | ae7e3bb8cc9064843c9aaf2c01c2500147d3a3cf /include/exec | |
| parent | vmstate: define vmstate_info_uinttl (diff) | |
| download | qemu-4552a09dd4055c806b7df8c595dc0fb8951834be.tar.gz qemu-4552a09dd4055c806b7df8c595dc0fb8951834be.tar.xz qemu-4552a09dd4055c806b7df8c595dc0fb8951834be.zip | |
target-sparc: Split cpu_put_psr into side-effect and no-side-effect parts
For inbound migration we really want to be able to set the PSR without
having any side effects, but cpu_put_psr() calls cpu_check_irqs() which
might try to deliver CPU interrupts. Split cpu_put_psr() into the
no-side-effect and side-effect parts.
This includes reordering the cpu_check_irqs() to the end of cpu_put_psr(),
because that function may actually end up calling cpu_interrupt(), which
does not seem like a good thing to happen in the middle of updating the PSR.
Suggested-by: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Diffstat (limited to 'include/exec')
0 files changed, 0 insertions, 0 deletions
