Re: [Qemu-devel] [PATCH 1/3] ramfb enhancement

2019-05-09 Thread Gerd Hoffmann
On Thu, May 09, 2019 at 03:57:24PM +0800, Hou Qiming wrote: > Pulled back the `qemu_create_displaysurface_guestmem` function to create > the display surface so that the guest memory gets properly unmaped. > > Signed-off-by: HOU Qiming > --- > hw/display/ramfb.c | 53 +

Re: [Qemu-devel] [PATCH 1/3] ramfb enhancement

2019-05-09 Thread Marcel Apfelbaum
Hi Qiming, On 5/9/19 10:57 AM, Hou Qiming wrote: Please format the commit subject with a prefix and do not use the same subject for all the pacthes in the series, for this patch it can be something like: Next version should also have a V2 in the prefix, for this patch it can look somethin

[Qemu-devel] [PATCH 1/3] ramfb enhancement

2019-05-09 Thread Hou Qiming
Pulled back the `qemu_create_displaysurface_guestmem` function to create the display surface so that the guest memory gets properly unmaped. Signed-off-by: HOU Qiming --- hw/display/ramfb.c | 53 -- 1 file changed, 42 insertions(+), 11 deletions(-) di