Re: [Qemu-devel] Problem with high load average when using -nographic with qemu in background

2007-01-07 Thread Paul Brook
On Sunday 07 January 2007 05:03, Phil Rasch wrote:
 Now that I know that I didn't completely miss the point, and may even
 have tried a reasonable thing, I have a question and a workaround.

 1) Question: How do other people do this sort of thing? That is, start a
 virtual machine when the hostmachine is booted automatically? Or dont
 they worry about the load/performance issues?

I fixed qemu so it wasn't broken.

Paul


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu vnc_keysym.h keymaps/ja

2007-01-07 Thread Fabrice Bellard
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard bellard   07/01/07 17:12:41

Modified files:
.  : vnc_keysym.h 
keymaps: ja 

Log message:
Japanese keyboard patch (kazu)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/vnc_keysym.h?cvsroot=qemur1=1.1r2=1.2
http://cvs.savannah.gnu.org/viewcvs/qemu/keymaps/ja?cvsroot=qemur1=1.2r2=1.3


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] Re: [PATCH] Support VNC PointerTypeChange psuedo-encoding

2007-01-07 Thread Daniel P. Berrange
On Fri, Jan 05, 2007 at 09:30:32PM -0600, Anthony Liguori wrote:
 The following patch adds support to the VNC server for the 
 PointerTypeChange.  This is a new encoding I've defined specifically for 
 virtualization.  It allows a VNC client to support a server that has a 
 relative mouse (such as a PS/2 mouse in QEMU).  If you're familiar with 
 the mouse being offset in a VNC session, this patch is the proper way to 
 address that.
 
 This extension is documented at http://tocm.wikidot.com/pointertypechange
 
 It uses a type that I've reserved in the latest RFB spec.
 
 Currently, the only client that supports this encoding is my PoC client 
 available at http://hg.codemonkey.ws/vnc-gui.  I've also talked to Dan 
 Berrange, the virt-manager maintainer, and I believe he plans on 
 supporting this extension in virt-manager too.  Once QEMU supports the 
 encoding, I suspect some of the other more popular VNC clients will 
 considering also supporting it.

Yes, I will be implementing this extension in virt-manager, since its the
only approach to mouse pointer sanity which is portable across different
guest OS. Client-end code to make use of this extension is quite simple,
so I expect regular VNC clients could easily add support for it. For those
not familiar with VNC protocol, its worth noting that this extension is
'opt-in' - ie current default mouse pointer handling is unchanged, unless
the VNC client explicitly asks for it to be turned on.

That all said, if you've configured QEMU to use one of the pointer devices
which does absolute co-ordinates correctly (ie the graphics tables), then
you don't want to turn on this extension. ie. If you can get absolute coords
going through the whole stack Local Desktop - VNC Client - QEMU - Guest OS
- Guest Desktop, then that is the perfect approach because it doesn't
require you to do a local cursor-grab.

Regards,
Dan.
-- 
|=- Red Hat, Engineering, Emerging Technologies, Boston.  +1 978 392 2496 -=|
|=-   Perl modules: http://search.cpan.org/~danberr/  -=|
|=-   Projects: http://freshmeat.net/~danielpb/   -=|
|=-  GnuPG: 7D3B9505   F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505  -=| 


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


Re: [Qemu-devel] qemu Makefile configure

2007-01-07 Thread Pierre d'Herbemont


On 3 janv. 07, at 15:23, Bernhard Fischer wrote:


On Wed, Jan 03, 2007 at 01:59:50PM +, Thiemo Seufer wrote:

ifeq ($(ARCH),ppc)

- CFLAGS+= -D__powerpc__
+ CPPFLAGS += -D__powerpc__

(doesn't cpp already define that on ppc?)


That's for the Darwin/Mac OS X PowerPC platforms where __powerpc__ is  
not defined by gcc.


Pierre





___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu block-raw.c qemu-doc.texi

2007-01-07 Thread Fabrice Bellard
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard bellard   07/01/07 22:43:30

Modified files:
.  : block-raw.c qemu-doc.texi 

Log message:
win32: physical drive support (initial patch by kazu)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/block-raw.c?cvsroot=qemur1=1.15r2=1.16
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot=qemur1=1.121r2=1.122


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel