Re: [Qemu-devel] getting past the ctrl-alt-del login in NT

2005-09-25 Thread Andreas Mohr
y analogy to that in qemu? I'm almost 100% certain the qemu monitor has an option to send keycodes that you need for workarounds in certain situations. DISCLAIMER: Not A Qemu User (tm) Andreas Mohr ___ Qemu-devel mailing list Qemu-devel@nongnu.org h

Re: [Qemu-devel] Re: QEMU 0.7.2

2005-09-05 Thread Andreas Mohr
Hi, templated version to make mass complaints easier: DESCRIPTION="adds missing const/static to qemu structs" URL=http://lists.gnu.org/archive/html/qemu-devel/2005-08/msg00210.html NAME=Andreas I see it doesn't include my patch that $DESCRIPTION ($URL). Anything wrong with it? $NAME ;-) On M

Re: [Qemu-devel] Timing/Clock problem with a Windows Host

2005-08-25 Thread Andreas Mohr
Time factor 10 sounds familiar to me, from recent discussions somewhere. A modern PC has various timer sources (PIT, ACPI timers, CPU timers, ...), so you need to make sure to experiment with Linux using different ones, in the kernel configuration. Andreas Mohr

Re: [Qemu-devel] [PATCH] const / static (against current CVS)

2005-08-24 Thread Andreas Mohr
lined to believe it... Well, it's not only a compiler debugging aid, but also a runtime debugging aid, since random (attempted) .rodata page corruption should SEGV in that case. Andreas Mohr ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] [PATCH] const / static (against current CVS)

2005-08-23 Thread Andreas Mohr
pages... -- This patch against current CVS adds const and/or static to numerous structs that obviously could be made so. It compiles without any warnings, and qemu even still runs! ;-) Patch had been posted to "Patches Repository" on User Forum about a month ago, but of course tha