]> git.proxmox.com Git - qemu.git/commit
sparc32 don't mark page dirty when failing
authorArtyom Tarasenko <atar4qemu@googlemail.com>
Sun, 31 Jan 2010 02:27:36 +0000 (03:27 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 31 Jan 2010 07:49:26 +0000 (07:49 +0000)
commit698235aab6f55e960203dc2ef9a3a580982dae2f
tree0208a804dddd194b6901d01b00b886894efc86eb
parent95819af01519c810aa2b9b4a6bcc944eca6d80d0
sparc32 don't mark page dirty when failing

if the access check fails, the page can not be modified
and shouldn't be marked dirty.
The patch fixes the "hsfs_putpage: dirty HSFS page"
error in Solaris guests.

Signed-off-by: Artyom Tarasenko <atar4qemu@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-sparc/helper.c