xemu/hw/display
Stefano Stabellini 0193c62c94 xenfb: map framebuffer read-only and handle unmap errors
The framebuffer is needlessly mapped (PROT_READ | PROT_WRITE), map it
PROT_READ instead.

The framebuffer is unmapped by replacing the framebuffer pages with
anonymous shared memory, calling mmap. Check for return errors and print
a warning.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
2014-01-17 15:28:18 +00:00
..
2013-07-04 17:42:45 +02:00
2013-07-29 21:05:58 +02:00
2013-07-29 21:05:59 +02:00
2013-09-18 11:13:29 +02:00
2013-12-16 10:12:20 +01:00
2013-11-21 17:38:52 +01:00
2013-07-04 17:42:46 +02:00
2013-11-05 19:57:47 -08:00
2013-07-04 17:42:46 +02:00
2013-11-05 20:01:11 -08:00