[Qemu-devel] [PATCH] QEMU multicast socket support v4 (UML mcast compatible)

2005-12-13 Thread JuanJo Ciarlante
Hi! Attached patch (against qemu CVS 2005-12-10) adds multicast support for QEMU socket transport, ie: run several stateless possibly non-local QEMUs on same virtual ethernet "BUS". User-mode-linux (UML) compatible (tested). An excerpt from qemu-doc.texi: `-net socket[,vlan=n][,fd=h][,mcast

[Qemu-devel] [patch] Arm bugs

2005-12-13 Thread Paul Brook
The attached patch fixes two bugs in the Arm system emulation. Firstly do_interrupt wasn't switching to Arm mode properly. Secondly the #if in cpu_reset is the wrong way round. Linux works mostly by chance: the early boot code does a SWI, and the exception vector happens to drop it back at a co

Re: [Qemu-devel] Parallel Port Support

2005-12-13 Thread Oliver Gerlich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Trev Jackson schrieb: >>Sorry, I guess I overlooked in the forum thread that you use the binary >>version :( The host parallel port support is at the moment only >>available in the CVS version (the CVS log message is at >>http://lists.gnu.org/archive/h

Re: [Qemu-devel] Parallel Port Support

2005-12-13 Thread Trev Jackson
> > Sorry, I guess I overlooked in the forum thread that you use the binary > version :( The host parallel port support is at the moment only > available in the CVS version (the CVS log message is at > http://lists.gnu.org/archive/html/qemu-devel/2005-11/msg00185.html). > > So, if you want to use t

Re: [Qemu-devel] Parallel Port Support

2005-12-13 Thread Oliver Gerlich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Trev Jackson schrieb: > Hi everyone > > I looked at the code (vl.c) and I don't know if I am missing something, but > as > far as I can see unless the parameter passed to -parallel is either "vc" > "null" "pty" or "stdio" the function qemu_chr_open

Re: [Qemu-devel] Parallel Port Support

2005-12-13 Thread Trev Jackson
Hi everyone I looked at the code (vl.c) and I don't know if I am missing something, but as far as I can see unless the parameter passed to -parallel is either "vc" "null" "pty" or "stdio" the function qemu_chr_open function that is called returns null, which sets parallel_hds[0] to null, which

Re: [Qemu-devel] Mac OS X issues

2005-12-13 Thread Joachim Henke
Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_PROTECTION_FAILURE at address: 0x0010 0x00062f98 in tb_phys_invalidate (tb=0x8cad00, page_addr=4294967295) at /Volumes/Data/build/qemu/exec-all.h:249 249 { This is the path to the crash (each function calling

[Qemu-devel] Re: qemu curses driver

2005-12-13 Thread Blue Swirl
I only have no way to see whether everything works because I didn't even find a working BIOS image for Sparc 64, but it should be fine. Do the video adapters used in Sparc 32 machines really have nothing like a text mode? No, they are just frame buffers converting pixel data to RGB. For example,

[Qemu-devel] Fwd: Parallel Port Support

2005-12-13 Thread Trev Jackson
Hi I don't think this made it onto the list, so I'm re-sending it -- Forwarded Message -- Subject: Parallel Port Support Date: Tuesday 13 Dec 2005 17:08 From: Trev Jackson <[EMAIL PROTECTED]> To: qemu-devel@nongnu.org Hi I have also posted this (QEMU for Linux ///

[Qemu-devel] Parallel Port Support

2005-12-13 Thread Trev Jackson
Hi I have also posted this (QEMU for Linux has anyone got their parallel port working?) on the QEMU forum regarding this, but since I understand parallel port support is recent I thought It might be useful to post on the development list as well. I am trying to capture my parallel port sc

Re: [Qemu-devel] User mode network and multiple nics

2005-12-13 Thread John R. Hogerhuis
User Mode networking is a little tricky to understand. Imagine the restrictions on your implementation if you had to implement full networking for another entity, but you had to do it as a regular user. For instance, don't expect ping (ICMP) to work since a regular user cannot create a raw socket.

Re: [Qemu-devel] Mac OS X issues

2005-12-13 Thread Joachim Henke
Thanks for the patch! I already browsed through the CVS history on savannah, but it's a bit tricky because some code parts moved between files when SMP support was added. Could you please provide a complete diff to the last fully working CVS snapshot? According to your patch, it dates back