[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-commits] [qemu/qemu] 503b3b: qxl-render: add more sanity checks
From: |
GitHub |
Subject: |
[Qemu-commits] [qemu/qemu] 503b3b: qxl-render: add more sanity checks |
Date: |
Tue, 02 Sep 2014 03:30:05 -0700 |
Branch: refs/heads/master
Home: https://github.com/qemu/qemu
Commit: 503b3b33feca818baa4459aba286e54a528e5567
https://github.com/qemu/qemu/commit/503b3b33feca818baa4459aba286e54a528e5567
Author: Gerd Hoffmann <address@hidden>
Date: 2014-09-01 (Mon, 01 Sep 2014)
Changed paths:
M hw/display/qxl-render.c
Log Message:
-----------
qxl-render: add more sanity checks
Damn, the dirty rectangle values are signed integers. So the checks
added by commit 788fbf042fc6d5aaeab56757e6dad622ac5f0c21 are not good
enough, we also have to make sure they are not negative.
[ Note: There must be something broken in spice-server so we get
negative values in the first place. Bug opened:
https://bugzilla.redhat.com/show_bug.cgi?id=1135372 ]
Cc: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Dr. David Alan Gilbert <address@hidden>
Commit: cd56cc6b079f44fbcca3d8a773ae87f7479c6585
https://github.com/qemu/qemu/commit/cd56cc6b079f44fbcca3d8a773ae87f7479c6585
Author: Gerd Hoffmann <address@hidden>
Date: 2014-09-01 (Mon, 01 Sep 2014)
Changed paths:
M ui/spice-core.c
Log Message:
-----------
spice: use console index as display id
... instead of maintaining our own numbering.
Signed-off-by: Gerd Hoffmann <address@hidden>
Commit: 30eaca3acdf17d7bcbd1213eb149c02037edfb0b
https://github.com/qemu/qemu/commit/30eaca3acdf17d7bcbd1213eb149c02037edfb0b
Author: Peter Maydell <address@hidden>
Date: 2014-09-02 (Tue, 02 Sep 2014)
Changed paths:
M hw/display/qxl-render.c
M ui/spice-core.c
Log Message:
-----------
Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20140902-1' into
staging
sanity check for qxl, minor spice display channel tweak.
# gpg: Signature made Tue 02 Sep 2014 09:53:39 BST using RSA key ID D3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg: aka "Gerd Hoffmann <address@hidden>"
# gpg: aka "Gerd Hoffmann (private) <address@hidden>"
* remotes/spice/tags/pull-spice-20140902-1:
spice: use console index as display id
qxl-render: add more sanity checks
Signed-off-by: Peter Maydell <address@hidden>
Compare: https://github.com/qemu/qemu/compare/88e89a57f985...30eaca3acdf1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-commits] [qemu/qemu] 503b3b: qxl-render: add more sanity checks,
GitHub <=