Re: [Qemu-devel] Interest in hardware plugin functionality

2006-01-09 Thread Michael Renzmann
Hi. On Mon, 2006-01-09 at 17:38 -0800, Andre Pech wrote: > I change a hardware simulation, I instead patched qemu to support > dynamically loading hardware plugin files at run time. > [...] > I am more than willing to put all the effort into turning this into a > nice patch, if there is a maintain

[Qemu-devel] Interest in hardware plugin functionality

2006-01-09 Thread Andre Pech
Hi, I have been using qemu to simulate various types of custom hardware for testing purposes. Rather than having to recompile qemu every time I change a hardware simulation, I instead patched qemu to support dynamically loading hardware plugin files at run time. The basic idea is that you can spe

[Qemu-devel] compilation fix

2006-01-09 Thread Mattias Nissler
Hi, I'm running the gentoo version of gcc-3.4.5 on my ppc system here. The patch below is required to make qemu compile cleanly for me. The compiler gives me some very unintuitive error message from within an __asm__ statement but the fix is rather trivial. The patch fixes line 746 of linux-user/

Re: [Qemu-devel] [patch] minimal PC speaker output

2006-01-09 Thread Fabrice Bellard
Hi, I think it would not be difficult to add a real speaker emulation with the audio API written by malc, at least to simulate tone generation using the PIT. Regards, Fabrice. Joachim Henke wrote: Ok, although this ugly hack has nothing to do with real PC speaker emulation, it's probably t

[Qemu-devel] [patch] minimal PC speaker output

2006-01-09 Thread Joachim Henke
Ok, although this ugly hack has nothing to do with real PC speaker emulation, it's probably the most portable way to have some noise anyway. I just post this for people (like me) who are missing their guest operating system beeps. For this case the patch below is "better than nothing" (c: Greets J

Re: [Qemu-devel] Qemu won't compile on Fedora Core 4/X86_64

2006-01-09 Thread Paolo Campegiani
Quoting Joseph Miller <[EMAIL PROTECTED]>: > I managed to get it to compile on FC4, but I took a slightly different > approach. I renamed gcc to gcc4 and I renamed gcc32 to gcc. So when > configure automatically finds gcc, it has the correct one without any > particular options. I don't see

[Qemu-devel] es1370 gone with win2003 sp1

2006-01-09 Thread Juergen Pfennig
Hi, could somebody, before I am going to write some documentation about QEMU, please answer some of my qestions? Question 1 (win2003sp1 sound): Is there any evidence to believe that MS did not remove the support for es1370 sound with win2003 sp1? For the initial non-sp1 win2003 installation a wor

[Qemu-devel] test

2006-01-09 Thread Ashuaria Lee
test ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] Qemu won't compile on Fedora Core 4/X86_64

2006-01-09 Thread Joseph Miller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 08 January 2006 9:43 am, Paolo Campegiani wrote: > Hello guys, > > I've tried to compile qemu (version 0.8.0 from website and pulled from CVS) > over a Fedora Core 4 on a X86_64. In both cases, I ran these commands: > > configure --cc=gcc32 -

Re: [Qemu-devel] HowTo use tapped network with 0.8.0

2006-01-09 Thread Joseph Miller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 09 January 2006 6:24 am, [EMAIL PROTECTED] wrote: > Hi, > I am using Version 0.7.2 under Win2000 and the network is working fine with > the parameter: -tap "my-tap" > Now I tried using 0.8.0, but the parameter: > -net nic -net tap > does not

[Qemu-devel] I'm using Alpha EV6 core for the host.

2006-01-09 Thread Ashuaria Lee
Hi, everyone! I'm new to this QEMU project, so may not know the historical thing. I've already searched the mailinglist archive but didn't find any hints so I'm asking. As you see the subject, I'm using alpha system. I'm experiencing two problem. 1. Full system emulation. none of them are working

[Qemu-devel] HowTo use tapped network with 0.8.0

2006-01-09 Thread vdr
Hi, I am using Version 0.7.2 under Win2000 and the network is working fine with the parameter: -tap "my-tap" Now I tried using 0.8.0, but the parameter: -net nic -net tap does not work:Unknown network device: tap Is anyone using tapped networking with qemu 0.8.0 successfully and if yes, what par