[Qemu-devel] [PATCH] Fix a typo in 'P' packet processing for M68K.

2010-01-14 Thread Kazu Hirata
condition is meant to be n < 16 in: if (n < 8) { : } else if (n < 8) { Signed-off-by: Kazu Hirata --- gdbstub.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gdbstub.c b/gdbstub.c index 6180171..80477be 100644 --- a/gdbstub.c +++ b/gdbstub.

Re: [Qemu-devel] [patch] Fix a typo in 'P' packet processing for M68K.

2010-01-14 Thread Kazu Hirata
Hi Aurelien, I don't have a write access to the repository. Could someone apply this patch if it's OK? This patch looks ok, but is missing a Signed-of-by: Thank you for a review. I'm going to resubmit the patch in the git style. Kazu Hirata

[Qemu-devel] [patch] Fix a typo in 'P' packet processing for M68K.

2009-12-24 Thread Kazu Hirata
condition is meant to be n < 16 in: if (n < 8) { : } else if (n < 8) { I don't have a write access to the repository. Could someone apply this patch if it's OK? Thanks in advance, Kazu Hirata diff --git a/gdbstub.c b/gdbstub.c index 055093f..1a1640a 100644 --- a/

Re: [Qemu-devel] Binaries for Windows

2007-03-10 Thread Kazu
Ottavio Caruso wrote: >Kazu, > >thank you for your work. > >Without your binaries I'd have never discovered qemu and Linux and >I'd be stuck with Window$. > >I am sorry about your conditions, I'd like to have you back soon and >I'd like y

[Qemu-devel] Binaries for Windows

2007-03-09 Thread Kazu
.jp/t-takeda/top.html http://www1.interq.or.jp/~t-takeda/qemu/ Thank you for your help. Regards, Kazu ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel][PATCH] Built-in DHCP server

2007-02-21 Thread Kazu
Sent: Tuesday, February 20, 2007 11:22 PM Lonnie Mendez wrote: > On Tue, 2007-02-20 at 13:09 +0900, Kazu wrote: >> Hi, >> >> After I used TAP device by -net nic -net tap,ifname=mytap and I tried to use >> user mode network by -net nic -net user, a Windows XP guest doe

[Qemu-devel][PATCH] Built-in DHCP server

2007-02-19 Thread Kazu
edHat 7.2 guest. There is not problem except RH7.2. It can get IP address but it is 10.0.2.16. dhcpcd in RH7.2 tries to call DHCPDISCOVER two times. So it consumes two entries in the built-in DHCP server. It seems that it is a bug of dhcpcd in RH7.2. Regards, Kazu qemu-20070220-dhcp.patch Descri

[Qemu-devel] kqemu-1.3.0pre11 installer for Windows

2007-02-19 Thread Kazu
0-windows.zip is also accelerated. I have not tested on Windows Vista host. Regards, Kazu ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] MinGW's runtime library

2007-02-04 Thread Kazu
ot;. When I downgrade the library to mingw-runtime-3.10.tar.gz, it works fine. Regards, Kazu ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] qemu on Cygwin

2007-02-04 Thread Kazu
dl.html > > The SDL/test contains a bunch of SDL testing applications. > Most of them works too, even sound- and OpenGL related. > sdl-config adds -mno-cygwin option so that SDL on Cygwin uses MinGW compiler. An attached patch makes compile on Cygwin. But I have to downgrade mingw-r

Re: [Qemu-devel] qemu vl.c

2007-02-02 Thread Kazu
Hi, An attached patch cleans serial for Win32. Regards, Kazu Sent: Friday, February 02, 2007 12:30 PM Thiemo Seufer wrote: > CVSROOT: /sources/qemu > Module name: qemu > Changes by: Thiemo Seufer 07/02/02 03:30:55 > > Modified files: > . : vl.c > > Log me

[Qemu-devel][PATCH] CD-ROM read-only fix for win32

2007-01-14 Thread Kazu
Hi, When a file has a read-only attribute for its property, the program doesn't boot. An attached patch fixes it. For example, read-only CD-ROM file can be used. It also fixes the problem that restricted user can't access host's CD-ROM drive. Thanks, Kazu qemu-20070

Re: [Qemu-devel] Re: Problem with windows qemu port

2006-11-25 Thread Kazu
Sent: Saturday, November 25, 2006 9:19 AM Johannes Schindelin wrote: > Hi, > > On Fri, 24 Nov 2006, Eric Bellard wrote: > >> Kazu r3.dion.ne.jp> writes: >> > -monitor option is not supported. >> >> Do you have any plan to support it? Is it not support

Re: [Qemu-devel] Compilation error from CVS while turning offoptimization

2006-11-07 Thread Kazu
AIO used SIGALRM in the patch and set gdb ingore it. (3) Start gdb. i386-softmmu$ gdb Then the program stops at main routine. Regards, Kazu ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] -k option on Windows host

2006-10-29 Thread Kazu
. Attatched is a patch for disable -k option if -vnc option is not used. Regards, Kazu qemu-20061030-k-option.patch Description: Binary data ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] AltGr key for Windows host

2006-10-23 Thread Kazu
Hi, Jan and Jeremie. Thank you for your reply. I think your result is for SDL_VIDEODRIVER=windib. I updated the binary. How about this one? Does AltGr key work for you? http://www.h6.dion.ne.jp/~kazuw/qemu-win/qemu-20061023-keyboard.zip Regards, Kazu Sent: Monday, October 23, 2006 7:35 PM

Re: [Qemu-devel] AltGr key for Windows host

2006-10-22 Thread Kazu
ib and directx makes the conversion table. I think it is a lot of work, though. Regards, Kazu Sent: Sunday, October 22, 2006 8:24 PM Andreas Bollhalder wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello Kazu > > I did the test as you asked. My Machine is a Not

[Qemu-devel] AltGr key for Windows host

2006-10-21 Thread Kazu
/29/101121.aspx Regards, Kazu ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] Re: Physical hard disk drive for win32

2006-09-24 Thread Kazu
Ottavio Caruso wrote: >"Kazu" wote: > >> Hi, >> >> An attached patch fixes to use raw access to >> physical hard disk drive for >> win32. >> It can be used as -hdb \\.\PhysicalDrive0 or -hdb >> //./PhysicalDrive0. >> > >Any c

Re: [Qemu-devel] Physical hard disk drive for win32

2006-09-24 Thread Kazu
Alexey Eremenko wrote: >Is it hard to access "raw" hardware under Windows ? like Hard Disk...? > >Under Linux it is easy. CVS build cannot access host's physical hard disk drive by -hdb //./PhysicalDrive0 after AIO was introduced. So I made a patch t

Re: [Qemu-devel] Win32 build

2006-09-24 Thread Kazu
Alexey Eremenko wrote: >Hi Kazu ! > >I have heard, that you are Win32 Qemu maintainer; I am Windows, Linux and Qemu user myself so I would like to >work out some issues with you. I am not a meaitainer. I only provide binary packages. >1) I would like to build user-friendly setup

[Qemu-devel] VLAN for win32

2006-09-23 Thread Kazu
://www.h7.dion.ne.jp/~qemu-win/download/qemu-20060922-vlan.patch Regards, Kazu ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] Physical hard disk drive for win32

2006-09-23 Thread Kazu
Hi, An attached patch fixes to use raw access to physical hard disk drive for win32. It can be used as -hdb \\.\PhysicalDrive0 or -hdb //./PhysicalDrive0. For example, if the guest OS is Linux, the second partition can be accessed by /dev/hdb2. Regards, Kazu qemu-20060922-harddisk.patch

[Qemu-devel] Win32 build

2006-09-23 Thread Kazu
Hi, Win32 build has been still broken. Regards, Kazu ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] QCOW/QCOW2 for win32

2006-09-10 Thread Kazu
Sent: Monday, September 11, 2006 9:28 AM Jamie Lokier wrote: > Kazu wrote: >> Patch. >> http://www.h7.dion.ne.jp/~qemu-win/download/qemu-20060906-qcow.patch > >>> #ifdef QEMU_TOOL >>> -overlapped = 0; >>> +overlapped = FILE_ATT

[Qemu-devel] QCOW/QCOW2 for win32

2006-09-06 Thread Kazu
nload/qemu-20060906-qcow.patch Binary. http://www.h6.dion.ne.jp/~kazuw/qemu-win/qemu-20060906-qcow.zip Regards, Kazu ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] block-vvfat RW patch

2006-09-05 Thread Kazu
Hi, I confirmed it works. Thank you. Regards, Kazu Sent: Tuesday, September 05, 2006 8:57 AM Roger Lathrop wrote: > Attached patch fixes 3 issues I found while trying to write files from guest > to a vfat drive using this configuration: > Host: Windows XP (NTFS) > Guest: DOS 5 (

[Qemu-devel] Compile fix for win32

2006-09-04 Thread Kazu
Hi, A patch below fixes compile for win32. Regards, Kazu Index: block-raw.c === RCS file: /sources/qemu/qemu/block-raw.c,v retrieving revision 1.10 diff -u -r1.10 block-raw.c --- block-raw.c 3 Sep 2006 12:08:37 - 1.10 +++ block

Re: [Qemu-devel] Re: mingw compile error patch

2006-08-22 Thread Kazu
Alex wrote: > That's better. What's wrong with QCOW? > Qcow uses aio interface but aio emulation is not fully implemented. Regards, Kazu ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] mingw compile error patch

2006-08-21 Thread Kazu
sense to me. > Am I doing something wrong? > An attached patch fixes compile error for win32. It also fixes using /dev/cdrom and a file name with a drive letter. Qcow is not fixed. Regards, Kazu qemu-20060821-compile.patch Description: Binary data ___

Re: [Qemu-devel] Re: Compile error on Windows

2006-08-16 Thread Kazu
ftmmu --static > make > > I compiled several previous versions of QEMU with no problem (last time from > from a July 27 snapshot) > Use this patch. http://lists.gnu.org/archive/html/qemu-devel/2006-08/msg00107.html Regards, Kazu ___ Qem

Re: [Qemu-devel] Raw CD-ROM and hard disk for win32

2006-08-08 Thread Kazu
When -cdrom /dev/cdrom is set, the first CD-ROM drive is used in the patch. Regards, Kazu qemu-20060809-cdrom.patch Description: Binary data ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] Raw CD-ROM and hard disk for win32

2006-08-06 Thread Kazu
Hi, An attached patch fixes raw CD-ROM and hard disk handling for win32. Qcow is not fixed. Regards, Kazu qemu-20060807-cdrom.patch Description: Binary data ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo

[Qemu-devel] Compile fix for win32

2006-08-06 Thread Kazu
Hi, An attatched patch fixes compile error for win32. Regards, Kazu qemu-20060807-compile.patch Description: Binary data ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] Latest CVS doesn't start

2006-08-04 Thread Kazu
'//./d:' > >Did I miss something ? >Is this related to aio implementation ? It seems that it is related aio implementation. Raw image works but Qcow image doesn't work. CD-ROM also doesn't work now. Regards, Kazu ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] Win32 MinGW build with current CVS

2006-08-03 Thread Kazu
Sent: Thursday, August 03, 2006 12:14 PM Kazu wrote: > > Asynchronous I/O is implemented by overlapped I/O for Win32 but it is not > enabled. > > I tried to make the program. A patch attached fixs compile errors. > > I found some problems about it. > GetFileSizeEx needs

[Qemu-devel] Workaround for windbg

2006-08-02 Thread Kazu
Patch. http://www.h7.dion.ne.jp/~qemu-win/download/qemu-20060730-windbg.patch Regards, Kazu ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] Using thread for serial for win32

2006-08-02 Thread Kazu
, Kazu ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] host_alarm for Win32

2006-08-02 Thread Kazu
gards, Kazu ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] Win32 MinGW build with current CVS

2006-08-02 Thread Kazu
gure to use --enable-win9x and make another binary, etc. The first attempt to open a hard disk image with a drive letter always failed. After the second time is OK. Regards, Kazu qemu-20060803-aio.patch Description: Binary data ___ Qemu-devel maili

[Qemu-devel] sparc-softmmu

2006-07-24 Thread Kazu
Hi, After openbios-sparc32 is introduced for sparc-softmmu, I can see a Linux penguin but can't see booting texts. When it is used with -nographic, I can see prompt. It seems that texts are not shown. It is both on Linux and Windows hosts. Regards,

Re: [Qemu-devel] Ask for debugging linux kernel with Qemu 0.8.1 onMsys

2006-06-07 Thread Kazu
7;t work well. If you use the patch , TCP 1234 port will be used. Did you see this message? Waiting gdb connection on port 1234 Regards, Kazu ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] qemu dsound and crash

2006-05-30 Thread Kazu
s to load msvcrt.dll two >times... Thanks for your info. I wondered what caused the problem. It seems that optimization also have effect on the problem. Regards, Kazu ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] gdb-stub support for Win32 host

2006-05-30 Thread Kazu
Sent: Sunday, May 28, 2006 12:11 AM Jason Wessel wrote: > > This patch adds support for the gdb-stub to work on the Win32 host and > compile in by default. I retested to make sure everything was > compatible so as not to break the unix side. > I works fine. Thank you.

Re: [Qemu-devel] objective benchmark?

2006-05-17 Thread Kazu
Tuesday, May 16, 2006 7:23 PM Christian MICHON wrote: >On 5/16/06, Kazu <[EMAIL PROTECTED]> wrote: >> It is normal that 2.4 kernel boots faster than 2.6 kernel, isn't it? I don't >> know why Solaris x86 10 doesn't work. >solaris works, it's just pa

Re: [Qemu-devel] objective benchmark?

2006-05-17 Thread Kazu
Tuesday, May 16, 2006 8:48 PM Lonnie Mendez wrote: > Kazu wrote: > >>If you set /proc/sys/dev/rtc/max-user-freq to 1024 and disable cpuspeed >>service that is related to SpeedStep/PowerNow! on a host OS, the clock in >>guest OS works fine. >> >>I checked it on

Re: [Qemu-devel] [PATCH] VLAN and Tap for win32

2006-05-16 Thread Kazu
Sent: Monday, May 15, 2006 11:03 PM Kazu wrote: > > I heard that WSAWaitForMultipleEvents is the same as WaitForMultipleObjects > in winsock 2 mailing list. I used it. > I think supressing polling means using win32 thread. Is it OK? I will try to > use threads. > > http://ww

Re: [Qemu-devel] objective benchmark?

2006-05-16 Thread Kazu
n->Power Management Setting. I don't think it is necessary to set it if your PC is ACPI. Set it if the clock of win2k guest is faster than the real time while IE is running. It is normal that 2.4 kernel boots faster than 2.6 kernel, isn't it? I don't kno

Re: [Qemu-devel] objective benchmark?

2006-05-15 Thread Kazu
ble and this is going to skew the results. > If you set /proc/sys/dev/rtc/max-user-freq to 1024 and disable cpuspeed service that is related to SpeedStep/PowerNow! on a host OS, the clock in guest OS works fine. I checked it on i686/x86_64 Linux host. Regards, Kazu _

Re: [Qemu-devel] [PATCH] VLAN and Tap for win32

2006-05-15 Thread Kazu
Monday, May 15, 2006 3:35 AM Fabrice Bellard wrote: > Kazu wrote: >> Hi, >> >> VLAN and Tap patches for win32 are updated. I added handling for wait >> objects. >> >> http://www.h7.dion.ne.jp/~qemu-win/download/qemu-0.8.1-vlan.patch > > I don't

[Qemu-devel] [PATCH] VLAN and Tap for win32

2006-05-11 Thread Kazu
Hi, VLAN and Tap patches for win32 are updated. I added handling for wait objects. http://www.h7.dion.ne.jp/~qemu-win/download/qemu-0.8.1-vlan.patch http://www.h7.dion.ne.jp/~qemu-win/download/qemu-0.8.1-tap.patch Regards, Kazu ___ Qemu-devel

Re: [Qemu-devel] QEMU 0.8.1

2006-05-04 Thread Kazu
Sent: Thursday, May 04, 2006 5:45 AM Fabrice Bellard wrote: > Hi, > > QEMU version 0.8.1 is available at http://bellard.org/qemu/download.html. > qemu-system-sparc.exe doesn't work. A patch is below. Regards, Kazu --- qemu-0.8.1.orig/loader.c Thu May 4 05:32:58 2006 +++ qe

[Qemu-devel] [PATCH] Timer/clock for Linux

2006-04-11 Thread Kazu
ws 2000 guest on x86_64 host doesn't work well. Regards, Kazu ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] Network Performance between Win Host and Linux

2006-04-11 Thread Kazu
Hi, I have already made a patch. Try this. http://lists.gnu.org/archive/html/qemu-devel/2006-03/msg00041.html Regards, Kazu Sent: Wednesday, April 12, 2006 3:19 AM Helmut Auer wrote: > Hello >> In my case, the guest CPU is idle. The host CPU utilization is only 5 >> or

Re: [Qemu-devel] [PATCH] Improving timer/clock for win32

2006-03-31 Thread Kazu
Sent: Saturday, April 01, 2006 6:54 AM André Braga wrote: >Kazu, have you tested whether this avoids the hang (and 100% CPU time >usage by QEMU, and being unable to kill the process by absolutely no >means - Process Explorer's 'kill' included - other than rebooting) on

[Qemu-devel] [PATCH] Improving timer/clock for win32

2006-03-30 Thread Kazu
PI PM Timer on my system. Some system use RDTSC value. It depends on your system. It might be possible to run on SMP(HT or Multi-core) system. I haven't tested it, though. Regards, Kazu ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.

Re: [Qemu-devel] kqemu version 1.3.0pre5

2006-03-28 Thread Kazu
Sent: Tuesday, March 28, 2006 8:50 PM Brad Campbell wrote: > Kazu wrote: > >> I tested Linux guest/WinXP host but the host OS crashed. > > I believe -kernel-kqemu is still somewhat experimental on Windows host. > >> Redhat 7.2 guest/Fedora Core 4 host with normal

Re: [Qemu-devel] kqemu version 1.3.0pre5

2006-03-28 Thread Kazu
t 7.2 guest/Fedora Core 4 host with normal kqemu is slower than -no-kqemu. Why ? Regards, Kazu ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] [PATCH] Serial port suppourt for win32

2006-03-27 Thread Kazu
com_1 -serial file:text.txt Only one -serial option is supported. Use lower case for pipe: and file:. -serial pipe:com_1 option is for windbg. For more information, http://www.h7.dion.ne.jp/~qemu-win/DebuggingTips-en.html#windbg Regards, Kazu Sent: Wednesday, March 15, 2006 3:44 PM from Kazu

[Qemu-devel] [PATCH] Serial port suppourt for win32

2006-03-14 Thread Kazu
. Regards, Kazu ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] [PATCH] Japanese keyboard

2006-03-14 Thread Kazu
Hi, Attached is a patch for Japanese keyboard. It is for X Window on Linux. I tested it on Fedora Core 4 host. It has a workaround for SDL bug. Regards, kazu qemu-20060226-keyboard.patch Description: Binary data ___ Qemu-devel mailing list Qemu-devel

Re: [Qemu-devel] serial control DTR/DSR RTS/CTS

2006-03-14 Thread Kazu
> Qemu run under linux. When I run application in normaly installed > windows without qemu, the application run perfectly with any of that > conntrols. > Is there any possibility to correct this? > Thanks. Drlik Zbynek. > It is a quck hack for it. http://www.h7.dion.ne.jp/~qe

Re: [Qemu-devel] Network Performance between Win Host and Linux Guest

2006-03-10 Thread Kazu
an do to sped this up ? >> Helmut >> > No ideas what can cause this ? I just checked it again with the tapped > win binaries from the dion page. Net performance is about 15 times > faster under 0.7.2 > Attached patch improves the performance against current CVS. Regard

Re: [Qemu-devel] -kernel-kqemu

2006-02-10 Thread Kazu
-kqemu. It works with user-kqemu and no-kqemu. I couldn't see booting logo. And a strange thing is that when I used Redhat 7.2 guest, user-kqemu is much slower than no-kqemu. And kernel-kqemu is much slower than user-kqemu. It is the same result as on WinXP host. I seems that

Re: [Qemu-devel][PATCH] Tap and VLAN socket support for win32

2006-02-09 Thread Kazu
Hi, I send this mail again because it doesn't reach qemu-devel list by unknown security reason. Sent: Sunday, February 05, 2006 3:28 AM Fabrice Bellard wrote: > Kazu wrote: >> Thursday, February 02, 2006 8:10 AM Fabrice Bellard wrote: >> >>> Hi, >>>

Re: [Qemu-devel][PATCH] Tap and VLAN socket support for win32

2006-02-08 Thread Kazu
Sunday, February 05, 2006 3:28 AM Fabrice Bellard wrote: Kazu wrote: Thursday, February 02, 2006 8:10 AM Fabrice Bellard wrote: Hi, I merged your patches and I made important changes to simplify them. I did not do any tests so tell me if you see problems. -net socket,connect doesn't

[Qemu-devel] Compile fix for win32

2006-02-07 Thread Kazu
Hi, It is compile fix for win32. Regards, Kazu Index: tap-win32.c === RCS file: /sources/qemu/qemu/tap-win32.c,v retrieving revision 1.1 diff -u -r1.1 tap-win32.c --- tap-win32.c 1 Feb 2006 23:06:55 - 1.1 +++ tap-win32.c 7 Feb

Re: [Qemu-devel][PATCH] Tap and VLAN socket support for win32

2006-02-02 Thread Kazu
gards, Kazu Index: vl.c === RCS file: /sources/qemu/qemu/vl.c,v retrieving revision 1.160 diff -u -r1.160 vl.c --- vl.c 1 Feb 2006 23:06:55 - 1.160 +++ vl.c 2 Feb 2006 09:28:19 - @@ -2335,7 +2335,13 @@ goto fail; } -

Re: [Qemu-devel] HT problem

2006-01-15 Thread Kazu
Sunday, January 15, 2006 6:43 AM malc wrote: On Fri, 23 Dec 2005, Kazu wrote: Hi, I have a report that when hyper-threading is on, Linux doesn't boot on Windows XP. It occurs when linux kernel is loading. But when HT is turned off, qemu works fine. Does this occur on Linux host ?

[Qemu-devel] [PATCH] VLAN socket support for win32

2006-01-07 Thread Kazu
s are the same as on Linux host. For more information. http://www.h7.dion.ne.jp/~qemu-win/HowToNetwork-en.html#vlan Regards, Kazu ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] HT problem

2005-12-22 Thread Kazu
of the attempts to hack around the issue was successful so far. TODO lists this as short term item. P.S. The increased frequency in the call of timeSetEvent (1 now was 10 before) is what's causing this. Thanks. Now I got it. Regards,

[Qemu-devel] HT problem

2005-12-22 Thread Kazu
eluxe Intel Pentium4 3.0GHz DDR400 512MB x 2 Regards, Kazu ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] Compile fix for win32

2005-12-18 Thread Kazu
Hi, It is comile fix for win32. Regards, Kazu Index: block-vvfat.c === RCS file: /sources/qemu/qemu/block-vvfat.c,v retrieving revision 1.3 diff -u -r1.3 block-vvfat.c --- block-vvfat.c 18 Dec 2005 18:29:50 - 1.3 +++ block

Re: [Qemu-devel] TAP Win32 broken for newer OpenVPN?

2005-11-12 Thread Kazu
gebox patches are applied. http://www.h7.dion.ne.jp/~qemu-win/download/qemu-0.7.2-tap.patch http://www.h6.dion.ne.jp/~kazuw/qemu-win/qemu-0.7.2-tap.zip Regards, Kazu ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/ma

Re: [Qemu-devel] Real hard disk drive for Win2k/XP host

2005-09-14 Thread Kazu
Thursday, September 15, 2005 12:39 AM Jim C. Brown wrote: I don't see any code for this in your patch. AFAIK qemu supports this already. I didn't know that. Thanks. Regards, Kazu ___ Qemu-devel mailing list Qemu-devel@nongn

[Qemu-devel] Suppress debug log of sb16

2005-09-13 Thread Kazu
Hi, Attached patch suppress debug log of sb16. Regards, Kazu --- qemu-0.7.1.orig/hw/sb16.c Mon Jul 25 03:52:08 2005 +++ qemu/hw/sb16.c Mon Aug 15 16:24:18 2005 @@ -25,10 +25,14 @@ #define LENOFA(a) ((int) (sizeof(a)/sizeof(a[0]))) -#define dolog(...) AUD_log ("sb16", _

[Qemu-devel] Real hard disk drive for Win2k/XP host

2005-09-13 Thread Kazu
e is recognized. Windows 98/Me doesn't recognize NTFS file system. When you use Windows XP on NTFS, Windows 98/Me guest can't see host files. If you don't have a multi-boot environment, don't boot from your system hard disk. qemu.exe -L .\bios -hda \\.\PhysicalDrive0 It will

Re: [Qemu-devel] [patch] TAP and piix4-udma resyncs against 0.7.2release

2005-09-12 Thread Kazu
For Win2k, I also see the same blue screen. It says that INACCESSIBLE_BOOT_DEVICE. I couldn't find why. Regards, Kazu ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] ssh access from a Windows Host

2005-08-26 Thread Kazu
using the own IP address instead of localhost does not help. Any hints what I am doing wrong ? What is your guestOS's IP address? If it is 10.0.2.16, options should be qemu.exe -user-net -redir tcp::10.0.2.16:22 ... Regards, Kazu ___ Qemu-

Re: [Qemu-devel] Read/Write to shares on Windows (XP Pro) host fromWindows (2000 Adv) guest.

2005-08-24 Thread Kazu
on't have English version of Windows, so "explanation" is not correct. I checked it, then I can write a file from guest to host. There isn't such checkbox on Windows 2000 host. Regards, Kazu ___ Qemu-devel mailing list Qemu-devel@

Re: [Qemu-devel] DMA in Windows 2000/XP/2003

2005-08-23 Thread Kazu
because CD-ROM is PIO mode. http://lists.gnu.org/archive/html/qemu-devel/2004-11/msg00468.html Regards, Kazu ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] Default BIOS path for win32

2005-08-10 Thread Kazu
Hi, A default BIOS path isn't set properly for win32 when a slash is used to set a drive letter. Attached patch is a workaround for it. It's OK when a path is set manually by -L option. Regards, Kazu qemu-0.7.1-bios.patch Description: B

[Qemu-devel] qemu-img.exe to create file greater than 4GB for win32

2005-08-10 Thread Kazu
Note: MinGW's ls doesn't show a correct file size if greater than 2GB. Regards, Kazu ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] pcnet/mingw32 debug info (help needed)

2005-07-22 Thread Kazu
t and slirp. I think something is wrong in pcnet_receive? #27399 0x004552ac in pcnet_transmit (s=0xcdbf8e8) at C:/msys/1.0/home/kazu/qemu-0.7.0/hw/pcnet.c:582 #27400 0x00455571 in pcnet_poll (s=0xcdbf8e8) at C:/msys/1.0/home/kazu/qemu-0.7.0/hw/pcnet.c:625 #27401 0x00454fc3 in pcnet_receive (o

Re: [Qemu-devel] NE2000 for OS/2

2005-04-27 Thread kazu
Hi, (B (B Wednesday, April 27, 2005 3:03 PM Antony T Curtis wrote: (B (B> kazu wrote: (B> (B> >Hi, (B> > (B> >A patch below supports NE2000 for a OS/2 Warp guest. The problem is that (BPCI (B> >bus isn't asserted when NE2000 is asserted. This patch is

[Qemu-devel] NE2000 for OS/2

2005-04-26 Thread kazu
Hi, (B (BA patch below supports NE2000 for a OS/2 Warp guest. The problem is that PCI (Bbus isn't asserted when NE2000 is asserted. This patch is made by lukewarm. (BI heard that Realtek 8029 driver can be used in a OS/2 Warp guest. (B (Bhttp://ebisa.hp.infoseek.co.jp/qemu/arcs/qemu-rtl8029-o