qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] QEMU News: Win32 Port


From: kazu
Subject: Re: [Qemu-devel] QEMU News: Win32 Port
Date: Sun, 4 Apr 2004 02:11:02 +0900

Hello,

Fabrice Bellard wrote:
> I commited an experimental win32 port of QEMU. I did not test it yet,
> but it compiles. It is based on Kazu port, but I made heavy
> modifications to minimize the number of ifdefs and to factorize the
> "dyngen" utility code.

This is a patch for current CVS.

A patch of dyngen.c is only for cc_table. It is in op.c, so a location of
cc_table[CC_OP].compute_c() in op_update_inc_cc function has a offset value
from a head of .data section not a head of cc_table. So it needs to modify
addend.

In vl.c, O_BINARY needs to read binary file.

timeKillEvent ends timer.

To test the program, apply this patch, make and type at i386-softmmu
directory if linux.img is at the top of qemu source code:

i386-softmmu$ ./qemu.exe -L ../pc-bios --hda ../linux.img

Double hyphen needs to set hard disk image.

If there is not texi2html at make, type at the top of source code:

qemu$ touch qemu-doc.html

There is a problem. Keybord layout is wrong in Japanese. I can not type in
Linux.

Have fun,
kazu

Attachment: qemu.diff
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]