Branch: refs/heads/master Home: https://github.com/qemu/qemu Commit: e0127d2eec9cd5676ea9f3c47c2a7579a02c0466 https://github.com/qemu/qemu/commit/e0127d2eec9cd5676ea9f3c47c2a7579a02c0466 Author: Gerd Hoffmann <kra...@redhat.com> Date: 2016-07-20 (Wed, 20 Jul 2016)
Changed paths: M hw/display/qxl.c M hw/display/trace-events Log Message: ----------- qxl: fix qxl_set_dirty call in qxl_dirty_one_surface qxl_set_dirty() expects start and end as range specification. qxl_dirty_one_surface passes 'size' instead of 'offset + size' as end parameter. Fix that. Also use uint64_t everywhere while being at it. Bug was added by "e25139b qxl: set only off-screen surfaces dirty instead of the whole vram" and carried forward unnoticed by "5cdc402 qxl: fix surface migration". Reported-by: Dr. David Alan Gilbert <dgilb...@redhat.com> Signed-off-by: Gerd Hoffmann <kra...@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilb...@redhat.com> Message-id: 1468413187-22071-1-git-send-email-kra...@redhat.com Commit: 518cb31fa7d2dd648bc400d68c25e0df8394683f https://github.com/qemu/qemu/commit/518cb31fa7d2dd648bc400d68c25e0df8394683f Author: Peter Maydell <peter.mayd...@linaro.org> Date: 2016-07-20 (Wed, 20 Jul 2016) Changed paths: M hw/display/qxl.c M hw/display/trace-events Log Message: ----------- Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20160720-1' into staging qxl: fix qxl_set_dirty call in qxl_dirty_one_surface # gpg: Signature made Wed 20 Jul 2016 12:28:01 BST # gpg: using RSA key 0x4CB6D8EED3E87138 # gpg: Good signature from "Gerd Hoffmann (work) <kra...@redhat.com>" # gpg: aka "Gerd Hoffmann <g...@kraxel.org>" # gpg: aka "Gerd Hoffmann (private) <kra...@gmail.com>" # Primary key fingerprint: A032 8CFF B93A 17A7 9901 FE7D 4CB6 D8EE D3E8 7138 * remotes/kraxel/tags/pull-vga-20160720-1: qxl: fix qxl_set_dirty call in qxl_dirty_one_surface Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> Compare: https://github.com/qemu/qemu/compare/46ca418d9f0d...518cb31fa7d2