[Qemu-devel] No slirp usage

2007-08-30 Thread Vladimir N. Oleynik
Hi. If I compiling without SLIRP then compiler produced warnings: vl.c: In function `parse_host_port': vl.c: warning: implicit declaration of function `inet_aton' vl.c: In function `net_socket_mcast_create': vl.c: warning: implicit declaration of function `inet_ntoa' Patch attached. comment:

[Qemu-devel] last AIO patch

2007-08-20 Thread Vladimir N. Oleynik
Hi. A small last AIO patch for current qemu make async disk write for non-dma mode. This patch can use always, can install w2k without disk-full-problem and without use -w2k-hack option now for system with AIO support. --w vodz diff -rbu qemu.orig/hw/ide.c qemu/hw/ide.c --- qemu.orig/hw/ide.c

[Qemu-devel] README.distrib outdated?

2006-01-23 Thread Vladimir N. Oleynik
Hi. My friend has read through README.distrib and asks from me the Wine-20020411 version. I confuse with this dependeces. May be README.distrib outdated? --w vodz ___ Qemu-devel mailing list Qemu-devel@nongnu.org

[Qemu-devel] No user mode updated for Qemu 0.7.0

2005-04-27 Thread Vladimir N. Oleynik
Hi. If someone is interesting, I have updated the version of mine really works qemu 0.7.0+kqemu with my patches: no_user_mode, nosdl and internal_vde (1 nics max) configuration: i386_32-i386_32-softmmu with kqemu, no slirp, no audio, no floppy, no DMA (for increase speed of emulation) i386_64 not