[Qemu-devel] Re: Monitor

2006-07-15 Thread Anthony Liguori
On Sat, 15 Jul 2006 17:51:39 -0400, Michael Fisher wrote: > 1. Can the commands (i.e. sendkeys, savevm, loadvm) be initiated from > within the guest OS? If so, can you give me an example? No. > 2. When executing 'savevm' can it be saved to a virtual disk? No. Regards, Anthony Liguori > Thank

Re: [Qemu-devel] fix for qemu-* looping forever on symlinks (patch attached)

2006-07-15 Thread Paul Brook
On Saturday 15 July 2006 23:34, Anderson Lizardo wrote: > On 7/13/06, Paul Brook <[EMAIL PROTECTED]> wrote: > > The whole point of the -L option is so that it picks up target shared > > libraries, eg. in lib and usr/lib. By my reading your patch makes the -L > > option do absolutely nothing, which

Re: [Qemu-devel] fix for qemu-* looping forever on symlinks (patch attached)

2006-07-15 Thread Anderson Lizardo
On 7/13/06, Paul Brook <[EMAIL PROTECTED]> wrote: The whole point of the -L option is so that it picks up target shared libraries, eg. in lib and usr/lib. By my reading your patch makes the -L option do absolutely nothing, which can't be right. The proper fix is to do the lookups when a file is

[Qemu-devel] Monitor

2006-07-15 Thread Michael Fisher
1. Can the commands (i.e. sendkeys, savevm, loadvm) be initiated from within the guest OS? If so, can you give me an example? 2. When executing 'savevm' can it be saved to a virtual disk? Thanks, desNotes ___ Qemu-devel mailing list Qemu-devel@nongn

[Qemu-devel] Re: qemu monitor.c vl.c

2006-07-15 Thread Anthony Liguori
I think you want to do check to see if the term buffer is full after writing the '\r' here right? Otherwise, I presume it's possible to get a buffer overflow is '\n' would normally fill the buffer. Regards, Anthony Liguori On Fri, 14 Jul 2006 20:26:42 +, Fabrice Bellard wrote: > CVSROOT:

Re: [Qemu-devel] QEMU and variable freq CPUs

2006-07-15 Thread my_trash
Hello Fabrice! I'd like to try it, since I currently have to shut down powernowd every time before I start QEMU. Well, installation from CVS snapshot went smoothly, but my favorite Windows Program (PartyPoker) refused to start. With 0.8.1, it works well. Can you try it? Ram Guest 256MB Ram Ho

[Qemu-devel] qemu vl.c

2006-07-15 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 06/07/15 17:40:09 Modified files: . : vl.c Log message: Defer timer initialization until after commandline processing. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsro

Re: [Qemu-devel] technical documentation

2006-07-15 Thread Leonardo E. Reiter
http://www.qemu.org/tech-doc.html http://www.qemu.org/user-doc.html (user docs) Regards, Leo Reiter Asia Slowinska wrote: I'm new to qemu, and I'd like to understand internals of it... Does anybody know whether there exist any more technical documentation than "QEMU, a Fast and Portable Dynami

[Qemu-devel] Monitor Command

2006-07-15 Thread Michael Fisher
I have a couple of questions regarding commands as part of the Qemu monitor: 1. Can the commands (i.e. sendkeys, savevm, loadvm) be initiated from within the guest OS? If so, can you give me an example? 2. When executing 'savevm' can it be saved to a virtual disk? Thanks, desNotes __

[Qemu-devel] technical documentation

2006-07-15 Thread Asia Slowinska
Hello, I'm new to qemu, and I'd like to understand internals of it... Does anybody know whether there exist any more technical documentation than "QEMU, a Fast and Portable Dynamic Translator" by F.Bellard published on USENIX 2005? Many thanks in advance. Kindest regards, Asia Slowinska _