Re: SoftICE under DOS16, anybody? __/__ Re: [Qemu-devel] [PATCH] intentinoal slowing down qemu - brake

2006-12-01 Thread Martin Bochnig
Martin Bochnig wrote: >>Might something like that help SoftICE for DOS16 to run properly without >>freezing the whole guest after one or two ^D's (i.e. for setting >>breakpoints and switching back to the dos command.com)? >>WinICE (on DOS386 a.k.a. {win386.exe / chicago's dos386.exe, now called >

SoftICE under DOS16, anybody? __/__ Re: [Qemu-devel] [PATCH] intentinoal slowing down qemu - brake

2006-12-01 Thread Martin Bochnig
Johannes Schindelin wrote: >>>This patch adds support for slowing down qemu and saving cpu load. >>> >>> >>if you're using the right kernel, QEMU will sleep while there is >>nothing to be done. >> >> > >As was stated by the OP, this is for DOS games. So, there is no "nothing >to be done

[Qemu-devel] [PATCH] Handle encrypted usb stick images.

2006-12-01 Thread Andrzej Zaborowski
* Move asking for password to vl.c instead of duplicate code in vl.c and monitor.c; * Call the same code for usb mass storage; * Fix a typo where a char * pointer is compared against '\0'; --- hw/usb-msd.c |2 ++ monitor.c| 12 +--- vl.c | 35 ++--

Re: [Qemu-devel] [PATCH] intentinoal slowing down qemu - brake

2006-12-01 Thread Johannes Schindelin
Hi, On Fri, 1 Dec 2006, Martin Guy wrote: > > This patch adds support for slowing down qemu and saving cpu load. > > if you're using the right kernel, QEMU will sleep while there is > nothing to be done. As was stated by the OP, this is for DOS games. So, there is no "nothing to be done". Furt

Re: [Qemu-devel] [PATCH] intentinoal slowing down qemu - brake

2006-12-01 Thread Martin Guy
Then again, if someone needed it... it's not as if I have to use it... M ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] [PATCH] intentinoal slowing down qemu - brake

2006-12-01 Thread Martin Guy
This patch adds support for slowing down qemu and saving cpu load. P! if you're using the right kernel, QEMU will sleep while there is nothing to be done. Otherwise just nice -10 it. Voto contra M ___ Qemu-devel mailing list Qem

[Qemu-devel] Trying to run L4dope on Q/QEMU (OSX/ppc)

2006-12-01 Thread Gábor Bérczi (Gabucino)
Greetz. I found a strange bug. Downloading this file (http://os.inf.tu- dresden.de/drops/download/drops-demo-floppydisk-current.img.gz), and executing: /Applications/Q.app/Contents/MacOS/i386-softmmu.app/Contents/MacOS/ i386-softmmu -fda drops-demo-floppydisk-20050815.img -boot a then sel

RE: [Qemu-devel] About the code to detect a CD-ROM disk is unmounted

2006-12-01 Thread Lonnie Mendez
On Fri, 2006-12-01 at 16:21 +0800, Yu, Xiaoyang wrote: > Great! Thanks a lot for the information! I found the function definition in > the files you pointed out, by looking into the latest CVS snapshot. > > It seems that code changed a lot since version 0.8.2 released. So if I still > use versi

RE: [Qemu-devel] About the code to detect a CD-ROM disk is unmounted

2006-12-01 Thread Yu, Xiaoyang
Great! Thanks a lot for the information! I found the function definition in the files you pointed out, by looking into the latest CVS snapshot. It seems that code changed a lot since version 0.8.2 released. So if I still use version 0.8.2, is there some files or function I should look at instea