qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] spice: minor improvements
@ 2015-02-17 16:30 Radim Krčmář
  2015-02-17 16:30 ` [Qemu-devel] [PATCH v2 1/4] qxl: document minimal video memory for new modes Radim Krčmář
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Radim Krčmář @ 2015-02-17 16:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

Series contains two logical parts:
[1-2/4] fix a segfault after user misconfiguration (too big vgamem_mb),
[3-4/4] improve code that was modified by [2/4].

v2 summary:
- added [1/4] to explain the size bump in [2/4]
- modified Gerd's proposed solution as [2/4]
- added [3/4] to have at least one nice patch
- removed assert and kept rounding+lamping in [4/4]


Radim Krčmář (4):
  qxl: document minimal video memory for new modes
  spice: fix invalid memory access to vga.vram
  qxl: refactor rounding up to a nearest power of 2
  vga: refactor vram_size clamping and rounding

 hw/display/qxl.c      | 34 ++++++++++++++++------------------
 hw/display/vga.c      | 22 +++++++++++++++-------
 include/qemu-common.h |  3 +++
 util/cutils.c         | 14 ++++++++++++++
 4 files changed, 48 insertions(+), 25 deletions(-)

-- 
2.3.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-02-17 16:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-17 16:30 [Qemu-devel] [PATCH v2 0/4] spice: minor improvements Radim Krčmář
2015-02-17 16:30 ` [Qemu-devel] [PATCH v2 1/4] qxl: document minimal video memory for new modes Radim Krčmář
2015-02-17 16:30 ` [Qemu-devel] [PATCH v2 2/4] spice: fix invalid memory access to vga.vram Radim Krčmář
2015-02-17 16:30 ` [Qemu-devel] [PATCH v2 3/4] qxl: refactor rounding up to a nearest power of 2 Radim Krčmář
2015-02-17 16:30 ` [Qemu-devel] [PATCH v2 4/4] vga: refactor vram_size clamping and rounding Radim Krčmář

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).