RE: [Qemu-devel] QEMU on dual core WinXP

2006-08-29 Thread Armistead, Jason
Konrad Why not send us diffs for the main loop patch you have written ? Or better still, why don't you just build a plain vanilla QEMU yourself and re-test ? Cheers Jason -Original Message- From: Schwarz, Konrad Sent: Tuesday, 29 August 2006 6:27 PM To: qemu-devel@nongnu.org Subject: [

RE: Re: [Qemu-devel] cdrom hardcoded index

2006-08-28 Thread Armistead, Jason
On Monday, 28 August 2006 10:08 PM (AEST) Míguel wrote: >> What about something like -hdX test.iso,hw=cdrom with default hw being disk? > >And why not a shorted and more standard solution? > >-ideN [hd:|cd:]filename > >Examples: > >-ide0 /tmp/myimage.dsk >Set primary master as harddisk (hd: is the

RE: [Qemu-devel] Compile error on Windows

2006-08-16 Thread Armistead, Jason
Alex Some inevitable question others will ask: what is your machine's configuration and build environment ? MSYS ? GCC ? What versions of these tools ? How are you invoking make ? etc. Regards Jason -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ale

RE: [Qemu-devel] How to Simulate hardware that counts scanlines?

2006-08-01 Thread Armistead, Jason
Steve Ellenoff wrote: >You misunderstand, I have no control over the running program. I didn't >write it, I don't have source code, and I surely wouldn't have used a >polling mechanism for determining the vblank as you suggested. >My problem is that I wish to run this program through qemu. I've

[Qemu-devel] Ensuring data is written to disk

2006-07-31 Thread Armistead, Jason
I've been following the thread about disk data consistency with some interest. Given that many IDE disk drives may choose to hold data in their write buffers before actually writing it to disk, and given that the ordering of the writes may not be the same as the OS or application expects, the only

[Qemu-devel] QEMU and m68k - Has anyone looked at the Syn68k core in Executor ?

2006-07-13 Thread Armistead, Jason
I came across a product called Executor from a company called Ardi (www.ardi.com). Basically it's a Macintosh 68k emulator that uses a 680x0 core called Syn68k. By the sounds of it, it does a lot of the same dynamic recompilation as QEMU does. The Ardi web site suggests that the code is either g

RE: [Qemu-devel] rtc: lost some interrupts at 1024Hz.

2006-07-10 Thread Armistead, Jason
Brad Campbell wrote: >The VM behaves perfectly until I do a suspend/resume of the host. When the machine comes back, most >of the time (not all the time however) it ends up flooding my logs with this message. > >Jul 8 17:26:03 localhost kernel: [43299223.91] rtc: lost some interrupts at 1024

RE: [Qemu-devel] QEMU wiki (was re: windows documentation etc)

2006-07-05 Thread Armistead, Jason
Jim C. Brown wrote: >You can already do this with the unofficial wiki. I don't see any difference >between an "official" and an "unofficial" wiki other than its title. > >Lots of people contribute to the wiki. If you have something to say, just stick >it in there. A wiki wouldn't be viable unless

[Qemu-devel] Documentation for Windows host - is a QEMU wiki the way forward ?

2006-07-05 Thread Armistead, Jason
I don't want to start another flame war regarding the QEMU documentation. I accept that like many open source projects, QEMU is a work in progress (and a mighty fine one at that) and that like many of these systems, the documentation often gets a bit out of step with the current bleeding edge of t

RE: [Qemu-devel] Connecting to serial console via Telnet - possib le ?

2006-07-03 Thread Armistead, Jason
On Tuesday, 4 July 2006 4:06 PM, John R. Hogerhuis wrote: >On Mon, 2006-07-03 at 03:03 -0400, Armistead, Jason wrote: >> Hi >> >> With SIMH, the VAX / PDP / nostalgic mini/mainframe emulator >> (http://simh.trailing-edge.com/) the console port on the emulated system

RE: [Qemu-devel] Connecting to serial console via Telnet - possib le ?

2006-07-03 Thread Armistead, Jason
then you would need to build it from cvs. -serial telnet::,server Cheers, Jason. > -Original Message- > From: > [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > rg] On Behalf Of Armistead, Jason > Sent: Monday, July 03, 2006 2:04 AM > To: Qemu-Devel (E-mail) &

[Qemu-devel] Connecting to serial console via Telnet - possible ?

2006-07-03 Thread Armistead, Jason
Hi With SIMH, the VAX / PDP / nostalgic mini/mainframe emulator (http://simh.trailing-edge.com/) the console port on the emulated system is directed to a TCP/IP port, so that you can simply Telnet into it. Once the connection is established, then the SIMH emulator starts working. This suits SIMH

Re: [Qemu-devel] Switch to OpenBIOS for Sparc32/64?

2006-06-08 Thread Armistead, Jason
In response to Blue Swirl writing: > So I'll send you a patch that changes the name 'proll.elf' to > 'openbios-builtin.elf' (or maybe it's better to use something like > 'openbios-sparc32', simplifies the code) and a sample OpenBIOS file and > that's it? Fabrice then wrote: > >Good to see that

[Qemu-devel] Recent patches for qemu block-cow.c etc breaks Win32 build becaus e of fsync()

2006-06-08 Thread Armistead, Jason
Hi list Looking at the code that was recently added via http://lists.gnu.org/archive/html/qemu-devel/2006-06/msg00025.html There were a lot of fsync() calls made, but this breaks the QEMU build process on Win32 because fsync() is not available. Suggest something like #ifndef _WIN32 fsync(bl

[Qemu-devel] Saving Sparc NVRAM contents between QEMU sessions

2006-06-08 Thread Armistead, Jason
Hi Is there any functionality, existing or planned or patched, to save Sparc NVRAM contents between QEMU sessions and reload it when QEMU starts up ? I'm working with some of the others on the OpenBIOS list to try and get QEMU / OpenBIOS to be able to boot SunOS 4 and Solaris It'd be nice if we