Re: [Qemu-devel] New display device for MIPS

2006-12-08 Thread Thiemo Seufer
Stefan Weil wrote: > > > AFAICS the output interferes with the serial console output. > > I wonder how the typical scrolling text "Linux on MALTA" would look > > like in that case. :-) > > > Believe me, it won't interfere (because it creates an additional > virtual console, like 2nd serial console

Re: [Qemu-devel] New display device for MIPS

2006-12-08 Thread Stefan Weil
> AFAICS the output interferes with the serial console output. > I wonder how the typical scrolling text "Linux on MALTA" would look > like in that case. :-) > Believe me, it won't interfere (because it creates an additional virtual console, like 2nd serial console, parallel port, ...). And you w

Re: [Qemu-devel] need advice on PCI board emulation

2006-12-08 Thread jerome Arbez-Gindre
On Fri, 2006-12-08 at 15:22 +, Paul Brook wrote: > > I'm working on a modem PCI board emulation inside Qemu. > > I misread "modem PCI board" as "modern PCI board" in your original post. The > correct response is much shorter: I've replied to your former message before reading this one, sorry

Re: [Qemu-devel] need advice on PCI board emulation

2006-12-08 Thread jerome Arbez-Gindre
On Fri, 2006-12-08 at 15:07 +, Paul Brook wrote: > On Friday 08 December 2006 10:52, jerome Arbez-Gindre wrote: > > Hi, > > > > I'm working on a modem PCI board emulation inside Qemu. > > Qemu already emulates a reasonably modern PCI system. > I'm emulating a MODEM (not modern;-)) pci board

Re: [Qemu-devel] need advice on PCI board emulation

2006-12-08 Thread Paul Brook
> I'm working on a modem PCI board emulation inside Qemu. I misread "modem PCI board" as "modern PCI board" in your original post. The correct response is much shorter: > - to emulate demodulated incoming data, I launch one thread waiting > with blocking reads on a UDP socket. You should use t

Re: [Qemu-devel] need advice on PCI board emulation

2006-12-08 Thread Paul Brook
On Friday 08 December 2006 10:52, jerome Arbez-Gindre wrote: > Hi, > > I'm working on a modem PCI board emulation inside Qemu. Qemu already emulates a reasonably modern PCI system. > My emulation is neerly functionnaly complete, but I have some doubt on > my technical choices : > - to emulate dm

[Qemu-devel] Re: question on samba/linux_guest

2006-12-08 Thread Christian MICHON
it was silly of me to discard the qemu-tap stuff actually... Unless I use tunneling, I cannot access the guest from the windows host directly using an IP address. And windows refuses to mount something like \\10.0.2.16:\ The problem disappears if I use tap-win32... So now I can do some linux

[Qemu-devel] [PATCH] FC6 compat compiler fix

2006-12-08 Thread Jason Wessel
When using the gcc34 compiler in FC6 QEMU will not build. It seems that linux/compiler.h is not actually used for anything, as it continues to build fine on other linux varients. signed-off-by: [EMAIL PROTECTED] Jason. Index: qemu-101806/usb-linux.c ===

[Qemu-devel] bug in configure script of kqemu

2006-12-08 Thread Tito
hi, i've spotted a little problem with the configure script in kqemu-1.3.0pre9.tar.gz: Source path /root/Desktop/qemu/kqemu-1.3.0pre9 C compilergcc Host C compiler gcc make make host CPU i386 ./configure: line 344: test: =: unary operator expected this is

[Qemu-devel] need advice on PCI board emulation

2006-12-08 Thread jerome Arbez-Gindre
Hi, I'm working on a modem PCI board emulation inside Qemu. My emulation is neerly functionnaly complete, but I have some doubt on my technical choices : - to emulate dma transfers, I launch one thread for each dma channel. - to emulate posponed starting behaviors (board self tests), I launch a