On 03/11/11 17:35, Jan Kiszka wrote:
> On 2011-03-11 16:11, Peter Maydell wrote:
>> (Also the "-nographic" running of serial over stdio doesn't let
>> you kill qemu with ^C, the way "-serial stdio" does, which is
>> just annoyingly inconsistent...)
>
> ^A-x to exit qemu, ^A-c to enable the monitor
On 03/11/2011 10:30 AM, Jes Sorensen wrote:
On 03/11/11 16:50, Anthony Liguori wrote:
On 03/11/2011 09:11 AM, Peter Maydell wrote:
(Also the "-nographic" running of serial over stdio doesn't let
you kill qemu with ^C, the way "-serial stdio" does, which is
just annoyingly inconsistent...)
So i
On 2011-03-11 16:11, Peter Maydell wrote:
> On 11 March 2011 14:55, Anthony Liguori wrote:
>> On 03/11/2011 08:54 AM, Jes Sorensen wrote:
>>> On 03/11/11 15:39, Anthony Liguori wrote:
So what ends up being the default display if VNC and SDL are both
disabled? Have you tested this?
>>>
>
On 03/11/11 16:50, Anthony Liguori wrote:
> On 03/11/2011 09:11 AM, Peter Maydell wrote:
>> (Also the "-nographic" running of serial over stdio doesn't let
>> you kill qemu with ^C, the way "-serial stdio" does, which is
>> just annoyingly inconsistent...)
>
> So if we want to have another mode th
On 03/11/2011 09:11 AM, Peter Maydell wrote:
On 11 March 2011 14:55, Anthony Liguori wrote:
On 03/11/2011 08:54 AM, Jes Sorensen wrote:
On 03/11/11 15:39, Anthony Liguori wrote:
So what ends up being the default display if VNC and SDL are both
disabled? Have you tested this?
Then you cry :)
On 11 March 2011 14:55, Anthony Liguori wrote:
> On 03/11/2011 08:54 AM, Jes Sorensen wrote:
>> On 03/11/11 15:39, Anthony Liguori wrote:
>>> So what ends up being the default display if VNC and SDL are both
>>> disabled? Have you tested this?
>>
>> Then you cry :) actually you just don't get vid
On 03/11/11 15:55, Anthony Liguori wrote:
> On 03/11/2011 08:54 AM, Jes Sorensen wrote:
>> On 03/11/11 15:39, Anthony Liguori wrote:
+#ifdef CONFIG_VNC
/* init remote displays */
if (vnc_display) {
vnc_display_init(ds);
@@ -3088,6 +3095,7 @@ int mai
On 03/11/2011 08:54 AM, Jes Sorensen wrote:
On 03/11/11 15:39, Anthony Liguori wrote:
+#ifdef CONFIG_VNC
/* init remote displays */
if (vnc_display) {
vnc_display_init(ds);
@@ -3088,6 +3095,7 @@ int main(int argc, char **argv, char **envp)
printf("VNC serv
On 03/11/11 15:39, Anthony Liguori wrote:
>> +#ifdef CONFIG_VNC
>> /* init remote displays */
>> if (vnc_display) {
>> vnc_display_init(ds);
>> @@ -3088,6 +3095,7 @@ int main(int argc, char **argv, char **envp)
>> printf("VNC server running on `%s'\n",
>> vnc_dis
On 03/11/2011 08:37 AM, jes.soren...@redhat.com wrote:
From: Jes Sorensen
Per default VNC is enabled.
Signed-off-by: Jes Sorensen
---
Makefile.objs | 19 ++-
configure | 37 +
console.h | 26 --
monit
10 matches
Mail list logo