Re: [Qemu-devel] qemu disk on vfat

2006-05-07 Thread NyOS
On Mon, 08 May 2006 12:04:50 +0200, Yann Le Doaré <[EMAIL PROTECTED]> wrote: Hi, It seems like qemu 0.8.0 does not accept image file from a vfat partition. Is it a bug ? Greetings. Yann Le Doaré. strace : open("/mnt/partitions/windows0/qmeu-disk", O_RDONLY|O_LARGEFILE) = 7 read(7, "", 10

Re: [Qemu-devel] objective benchmark?

2006-05-15 Thread NyOS
On Mon, 15 May 2006 20:03:00 +0200, Mikhail Ramendik <[EMAIL PROTECTED]> wrote: Hello, As I have reported before, it seems that on my host linux system kqemu does not work with guest win98se. Is there any benchmark that I could run in the guest, with and without kqemu, to check if this

Re: [Qemu-devel] block device loopback

2006-06-02 Thread NyOS
emu-win98.img You must set cylinders. You can do this from the extra functions menu. Command (m for help): p Disk /home/nyos/image/qemu-win98.img: 0 MB, 0 bytes 128 heads, 63 sectors/track, 0 cylinders Units = cylinders of 8064 * 512 = 4128768 bytes Device Boot

Re: [Qemu-devel] GUI for QEmu (ex "VMware Player" topic)

2006-06-17 Thread NyOS
Hi! (note: Subject changed since it has noting to do with VMPlayer.) if SDL is common to most guest screens: I agree with you that the gui/toolkit should overlay the SDL. In my opinion, introducing new dependencies should be avoided due to portability reasons. QEmu already uses SDL, so it's

Re: [Qemu-devel] No useful documentation.

2006-07-05 Thread NyOS
Hi! --- Let's see an example: installation. Qemu is a virtual machine program. So, that's a machine in the machine. There is a computer, called "host", which runs an OS, called Host OS, and Qemu (besides other programs). Qemu is a simple program from the ho

Re: [Qemu-devel] Hardware bug: clock timer configuration l ost

2006-07-09 Thread NyOS
ardware bug: restoring chip configuration. Does anyone know to fix this problem? Thanks! Best Regards Mathew Hi! I've found this error message only in relation with 2.2.x kernel. Try it witk 2.4.x or 2.6.x. (just a guess) Nyos ___ Qemu-devel m

Re: [Qemu-devel] Monitor

2006-07-16 Thread NyOS
me patches around that make possibile to use a tcp/ip server as a monitor/serial/parallel device..) 2. When executing 'savevm' can it be saved to a virtual disk? By default, not. With the same trick, you can ask the host to make some VM saves, and then fetch it through scp/ftp/samba

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

2006-08-02 Thread NyOS
operations associated with a given completion group. Support for kernel AIO has been included in the 2.6 Linux kernel." source: http://lse.sourceforge.net/io/aio.html So, I don't think so. But please correct me, if I'm wrong. Nyos ---

[Qemu-devel] ?off? ide/code editor under linux

2006-08-05 Thread NyOS
d I prefer black text background to prevent my eyes flowing out from their place, so customized colors would be nice. So, what do You use? Or what should I try? Any ideas? Nyos ps: Ok, to be more ontopic, it's a good solution to install and run

Re: [Qemu-devel] ?off? ide/code editor under linux

2006-08-05 Thread NyOS
On Sun, 06 Aug 2006 05:52:46 +0200, M. Warner Losh <[EMAIL PROTECTED]> wrote: In message: <[EMAIL PROTECTED]> NyOS <[EMAIL PROTECTED]> writes: : #ifndef _FOO_H //capitals! : #define _FOO_H //capitals! You sould avoid using _FOO_H for the define here. That'

Re: [Qemu-devel] ARM CPU Speed simulated by Qemu?

2006-09-12 Thread nyos
;t run the same instructions, only the instructions whose effect is the same on the other architecture. Nyos ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] bugreport -serial pipe:named_pipe_filename

2006-04-18 Thread NyOS
ttyS* files are pipes, with read-write permission to the current user (tried other pipes also, in /home/nyos/...) I've used 'cat' command to pipe test data to the named pipe (on the host), and the program (in guest) couldn't receive 0 bytes (0x00 hex code), but it could an

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

2006-04-25 Thread NyOS
rtc_fd = -1; } else mp_msg(MSGT_CPLAYER, MSGL_INFO, MSGTR_UsingRTCTiming, irqp); } } I've never used RTC in my programs, but ioctl seems to return negative value on such an error. A hint like that can also be good on startup. Miklos Gyozo (Nyos) __