Re: [Qemu-devel] qemu 0.8.2 and RTEMS

2006-11-13 Thread Lonnie Mendez
On Mon, 2006-11-13 at 14:06 -0800, Jonathan Kalbfeld wrote: > qemu -isa -nics 1 -n ~joel/qemu-work/qemu/qemu-kit/tunconfig.sh \ >-macaddr 00:80:7F:22:61:77 -m 4 -serial stdio -fda > /home/joel/qemu/grub144 > > I have this much of a command line which doesn't cause qemu to > complain but it do

[Qemu-devel] qemu 0.8.2 and RTEMS

2006-11-13 Thread Jonathan Kalbfeld
Passing this along for a friend. -- Forwarded message -- From: Joel Sherrill <[EMAIL PROTECTED]> Date: Nov 13, 2006 1:51 PM Subject: qemu 0.8.2 and RTEMS To: RTEMS Users Mailing List <[EMAIL PROTECTED]> Hi, It looks like qemu has changed command line argument formats. :( I can

Re: [Qemu-devel] qemu-0.8.2 on glibc 2.2.5: CLOCK_MONOTONIC not defined

2006-10-23 Thread Martin Bochnig
Wolfgang Schildbach wrote: >I stumbled upon the same problem as Bill Rossi (see his post below): > >The current cvs version of qemu fails to compile on my machine because >CLOCK_MONOTONIC is not defined in my glibc. According to clock_gettime(3), >systems that define this functionality have _POS

[Qemu-devel] qemu-0.8.2 on glibc 2.2.5: CLOCK_MONOTONIC not defined

2006-10-23 Thread Wolfgang Schildbach
I stumbled upon the same problem as Bill Rossi (see his post below): The current cvs version of qemu fails to compile on my machine because CLOCK_MONOTONIC is not defined in my glibc. According to clock_gettime(3), systems that define this functionality have _POSIX_MONOTONIC_CLOCK and _POSIX_TI

Re: [Qemu-devel] qemu-0.8.2 i386 -kernel hangs when gdt and idt are zero length

2006-10-15 Thread Fabrice Bellard
John Reiser wrote: Hi, Under qemu-0.8.2 when emulating i386 -kernel in protected mode, and if both the idt and gdt have length zero, then trying to load a segment register loops for a very long time. cli lidtl empty_idt lgdtl empty_gdt # %cs info persists in internal

[Qemu-devel] qemu-0.8.2 i386 -kernel hangs when gdt and idt are zero length

2006-10-14 Thread John Reiser
Hi, Under qemu-0.8.2 when emulating i386 -kernel in protected mode, and if both the idt and gdt have length zero, then trying to load a segment register loops for a very long time. cli lidtl empty_idt lgdtl empty_gdt # %cs info persists in internal registers mov

RE: [Qemu-devel] qemu-0.8.2 question..

2006-09-29 Thread Blue Swirl
I saw the file src/hw/lance.c. Is it the driver for amdlance NIC (as the one emulated in vmware)? I don't know what vmware emulates, but the Lance NIC for Sparc32 is based on Am7990. In the CVS version it was merged with PCNet driver, because Am79C970A is fully downwards compatible towards Am7

[Qemu-devel] qemu-0.8.2 question..

2006-09-28 Thread Ishwar Rattan
I saw the file src/hw/lance.c. Is it the driver for amdlance NIC (as the one emulated in vmware)? -ishwar ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] qemu-0.8.2 on glibc 2.2.5

2006-08-20 Thread Bill Rossi
Fails to compile on Linux with glibc 2.2.5. CLOCK_MONOTONIC isn't defined in glibc 2.2.5. The following patch is a workaround: --- qemu-0.8.2/vl.c 2006-07-22 13:23:34.0 -0400 +++ ../qemu-0.8.2/vl.c 2006-07-26 11:37:34.0 -0400 @@ -541,7 +541,7 @@ static void init_get_clock(

RE: [Qemu-devel] qemu-0.8.2 under Solaris compilation?

2006-07-26 Thread Blue Swirl
I failed to compile qemu-0.8.2 under Solaris on SPARC Sun-Blade-100 box. Does this patch help? It looks like Solaris gcc by default compiles in V8plus (or V8plusa?) mode, not V8 or V9 as I assumed. V8 would be wrong. _ Express y

[Qemu-devel] qemu-0.8.2 under Solaris compilation?

2006-07-26 Thread Ishwar Rattan
I failed to compile qemu-0.8.2 under Solaris on SPARC Sun-Blade-100 box. [EMAIL PROTECTED]: qemu-0.8.2 $ uname -a SunOS cps222 5.10 Generic_118833-03 sun4u sparc SUNW,Sun-Blade-100 [EMAIL PROTECTED]: qemu-0.8.2 $ gcc -v Reading specs from /opt/sfw/bin/../lib/gcc/sparc-sun-solaris2.10/3.4.4/sp

Re: Re[2]: [Qemu-devel] Qemu 0.8.2

2006-07-24 Thread WaxDragon
http://www.h7.dion.ne.jp/~qemu-win/ now has 0.8.2 qemu bins. These are the builds that have the messageboxes, last I checked. WD On 7/24/06, André Braga <[EMAIL PROTECTED]> wrote: On 7/24/06, James Olsen <[EMAIL PROTECTED]> wrote: > I've set up mingw and all the funky stuff (it was not fun to

Re: Re[2]: [Qemu-devel] Qemu 0.8.2

2006-07-24 Thread André Braga
On 7/24/06, James Olsen <[EMAIL PROTECTED]> wrote: I've set up mingw and all the funky stuff (it was not fun to set up). The only problem I haven't been able to figure out is how to compile the executable so it doesn't pop up a DOS console window. http://www.mingw.org/mingwfaq.shtml#faq-ridcons

Re[2]: [Qemu-devel] Qemu 0.8.2

2006-07-24 Thread James Olsen
Hello Lonnie, LM> On Mon, 2006-07-24 at 06:38 -0500, wayne tempel wrote: >> Hello All, >>I see that the new version of Qemu is out 0.8.2. Where is the >> Windows version?? LM>afaik these builds have so far been user contributed. If you do not LM> want to build it yourself yo

Re: [Qemu-devel] Qemu 0.8.2

2006-07-24 Thread Lonnie Mendez
On Mon, 2006-07-24 at 06:38 -0500, wayne tempel wrote: > Hello All, >I see that the new version of Qemu is out 0.8.2. Where is the > Windows version?? afaik these builds have so far been user contributed. If you do not want to build it yourself you can find a build for qemu 0.

[Qemu-devel] Qemu 0.8.2

2006-07-24 Thread wayne tempel
Hello All, I see that the new version of Qemu is out 0.8.2. Where is the Windows version?? _ Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/ ___

[Qemu-devel] qemu 0.8.2 update - please test! (and usb cardreader SET_ADDR_FAILED)

2006-07-23 Thread Juergen Lock
With the help of Lonnie Mendez (he updated his usb host support patch) I just put together an experimental qemu port update. For some reason my usb cardreader didnt want to work today: uhub1: device problem (SET_ADDR_FAILED), disabling port 1 (anyone have an idea about this one? this is t