Re: [Qemu-devel] cvs regression - blue screen INACCESSIBLE_BOOT_DEVICE

2007-01-07 Thread Don Kitchen
> Could you try to find out which change in qemu triggers this behaviour? > I don't have a windows to test, and given there weren't (yet :-) loud > complaints I figure the problem might be connected to you local setup. Ah, found it. I guess cvs after September requires updated .bin files. Sorry.

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

2007-01-07 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard07/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/view

[Qemu-devel] qemu Makefile Makefile.target qemu-img.c vl.c v...

2007-01-07 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard07/01/07 22:04:40 Modified files: . : Makefile Makefile.target qemu-img.c vl.c vl.h Added files: . : cutils.c Log message: added cutils.c CVSWeb URLs: htt

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 __powerp

[Qemu-devel] qemu qemu-doc.texi vl.c vl.h hw/pc.c hw/sun4m.c

2007-01-07 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/01/07 20:42:14 Modified files: . : qemu-doc.texi vl.c vl.h hw : pc.c sun4m.c Log message: Revert -disk patch, as requested by Fabrice. The general idea of th

[Qemu-devel] qemu check_ops.sh

2007-01-07 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/01/07 19:38:08 Added files: . : check_ops.sh Log message: Script to check for missing FORCE_RET. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/check_ops.sh?cvsroot=qemu&rev

[Qemu-devel] qemu block.c

2007-01-07 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard07/01/07 18:22:37 Modified files: . : block.c Log message: path_is_absolute() fix for win32 CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/block.c?cvsroot=qemu&r1=1.39&r

[Qemu-devel] qemu block-raw.c

2007-01-07 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard07/01/07 17:33:20 Modified files: . : block-raw.c Log message: removed redundant qemu_aio_flush() CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/block-raw.c?cvsroot=qemu

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

2007-01-07 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard07/01/07 17:27:07 Modified files: . : block.c block-raw.c Log message: win32 block device fixes (initial patch by kazu) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/bl

[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

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

2007-01-07 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard07/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/qem

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 hos