Re: [Qemu-devel] [PATCHv2] unicore32-softmmu: Add a minimal curses screen support

2012-08-01 Thread guanxuetao
> Am 01.08.2012 05:09, schrieb g...@mprc.pku.edu.cn: > > Why is a TCG helper missing with curses directly? Shouldn't that use > QEMU's console infrastructure and leave it to the user whether to use > curses as a backend at runtime? > > What is the problem you are trying to solve? If you just need s

Re: [Qemu-devel] [PATCHv2] unicore32-softmmu: Add a minimal curses screen support

2012-08-01 Thread Andreas Färber
Am 01.08.2012 05:09, schrieb g...@mprc.pku.edu.cn: > From: Guan Xuetao > > This patch adds a minimal curses screen support for unicore32-softmmu. > We assume 80*30 screen size to minimize the implementation. > Two problems are not solved, but they are innocuous. > 1. curses windows will be blank

[Qemu-devel] [PATCHv2] unicore32-softmmu: Add a minimal curses screen support

2012-07-31 Thread gxt
From: Guan Xuetao This patch adds a minimal curses screen support for unicore32-softmmu. We assume 80*30 screen size to minimize the implementation. Two problems are not solved, but they are innocuous. 1. curses windows will be blank when switching to monitor screen and back 2. backspace is not h