Re: [PATCH] kvm tools: Fix SDL and VNC by setting vidmode correctly

2013-01-26 Thread Pekka Enberg
Applied both patches. Thanks Asias! -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] kvm tools: Fix SDL and VNC by setting vidmode correctly

2013-01-25 Thread Asias He
In commit dfefbe9d4894efc44c39b2041bd667d0dea43eca kvm tools: allow arch's to provide their own command-line options, vidmode is not setup correctly. Signed-off-by: Asias He --- tools/kvm/x86/kvm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/kvm/x86/kvm.c b/to