Re: [Qemu-devel] and now bus error for i386 guest

2007-12-05 Thread Shaddy Baddah
Hi, Blue Swirl wrote: On 12/5/07, Shaddy Baddah <[EMAIL PROTECTED]> wrote: 0x1e958 : ld [ %l6 + 0x8c ], %l1 0x1e95c : call 0xa90b4 0x1e960 : mov %l1, %o0 Maybe you missed the effect of the delay slot. The first argument is prepared in %l1 and moved to %o0 in the delay slot

Re: [Qemu-devel] and now bus error for i386 guest

2007-12-05 Thread Shaddy Baddah
Hi, Blue Swirl wrote: On 12/4/07, Shaddy Baddah <[EMAIL PROTECTED]> wrote: HI, Blue Swirl wrote: On 11/14/07, Shaddy Baddah <[EMAIL PROTECTED]> wrote: Hi again, After further culling the target list, I was able to install qemu on my sun4u host. However, running it, I get a bu

Re: [Qemu-devel] and now bus error for i386 guest

2007-12-04 Thread Shaddy Baddah
HI, Blue Swirl wrote: On 11/14/07, Shaddy Baddah <[EMAIL PROTECTED]> wrote: Hi again, After further culling the target list, I was able to install qemu on my sun4u host. However, running it, I get a bus error. See below for details: $ /opt/qemu-cvs/bin/qemu -m 128 -cdrom ~/KNOPPIX_V5

Re: [Qemu-devel] and now bus error for i386 guest

2007-12-04 Thread Shaddy Baddah
HI, Blue Swirl wrote: On 11/14/07, Shaddy Baddah <[EMAIL PROTECTED]> wrote: Hi again, After further culling the target list, I was able to install qemu on my sun4u host. However, running it, I get a bus error. See below for details: $ /opt/qemu-cvs/bin/qemu -m 128 -cdrom ~/KNOPPIX_V5

Re: [Qemu-devel] Qemu forum

2007-11-18 Thread Shaddy Baddah
Ottavio Caruso wrote: has anybody got any news on when the Qemu Forum will be up again? I'd like to second the call for its return. At least can the archive be retained somewhere... I had reason to read back my own postings in the forum, and am lamenting my lost memory. TIA, Shaddy

Re: [Qemu-devel] and now bus error for i386 guest

2007-11-14 Thread Shaddy Baddah
Hi again, After further culling the target list, I was able to install qemu on my sun4u host. However, running it, I get a bus error. See below for details: $ /opt/qemu-cvs/bin/qemu -m 128 -cdrom ~/KNOPPIX_V5.1.1CD-2007-01-04-EN.iso -vnc :1 Bus error I would really like to be able to get q

Re: [Qemu-devel] now ppc build failure: dyngen: empty code for op_splatw_T1_64

2007-11-14 Thread Shaddy Baddah
Hi again, Disabling the failed alpha build (from my previous email) via --target-list, I now find that the ppc build fails on sun4u (sun4m userland). A snip of the error is inlined below: ... /home/shaddy/qemu-cvs/qemu/target-ppc/op.c:2924: warning: right shift count >= width of type ../dy

Re: [Qemu-devel] [PATCH] Physical hard disk drive for win32

2007-10-22 Thread Shaddy Baddah
Hi, Stefan Weil wrote: longer than MS does? It would make things easier if we dropped support for W2K hosts. Surely not?!? I've heard of people being off hand about supporting Win95/98 (and I would agree with that) et al..., but surely W2K support should be sacrosanct ?!? Regards, Shaddy

Re: [Qemu-devel] QEMU only support USB endpoint 02(output)and 81(input)?

2007-03-29 Thread Shaddy Baddah
Hi, On 3/29/2007 2:52 PM, Yu, Xiaoyang wrote: I used QEMU 0.9.0 to do the testing. All the seven USB disks can work properly in host OS (Linux 2.6), so the USB devices and its interaction with the kernel drivers should be okay. So the problem must be in QEMU USB code. As far as I know, QEMU do

Re: [Qemu-devel] QEMU only support USB endpoint 02(output) and 81(input)?

2007-03-28 Thread Shaddy Baddah
Hi, On 3/29/2007 11:49 AM, Yu, Xiaoyang wrote: I found that some USB disks do not work in QEMU. I don't quite understand. In which way? As I understand it, QEMU just uses the I/O layer provided by the host operating system. In my experience, if there has been any USB problem, it is either wi

[Qemu-devel] SPARC Solaris 8: i386 guest - frequent hangs (cross-post)

2007-03-28 Thread Shaddy Baddah
Hi, This is a cross-post from http://qemu-forum.ipi.fi/viewtopic.php?p=10639#10639. Continuing on from http://qemu-forum.ipi.fi/viewtopic.php?p=10487#10487, I am being continually frustrated in bringing up my Debian i386 installation on my external USB drive. I have tried both the 0.8.2 ve

[Qemu-devel] [PATCH] qemu/target-ppc/cpu.h: fix "recent changes break Solaris 8 builds"

2007-03-28 Thread Shaddy Baddah
Hi, Recent changes to qemu/target-ppc/cpu.h have broken Solaris 8 builds. Specifically, the insertion of a insertion, which is not part of the Solaris C development library. [SNIP] make[1]: Entering directory `/var/home/shaddy/src/qemu/qemu/ppc-softmmu' gcc -Wall -O2 -g -fno-strict-aliasing -I.