[Qemu-devel] X84_64 - Problem with Qemu/Kqemu - install

2005-12-07 Thread Bernd Blaudzun
Hi Folks, here is a problem during i compile Qemu-0.7.2 on my AMD - x86_64 System ( Fedora Core 4 / Kernel- 2.6.14-1.1644_FC4 ) - follow things i have done - cp tar files in /usr/src ... unpack all... and now - my configure: Install prefix/usr BIOS directory/usr/share/qemu binary director

Re: [Qemu-devel] Building qemu on ARM host

2005-12-07 Thread Steve Magoun
On Dec 7, 2005, at 12:56 PM, Henrik Nordstrom <[EMAIL PROTECTED]> wrote: Maybe you could try compiling op.o with -mlong-jump to solve this, but probably not given that this error is from an inline assembly instruction. The assembly instruction in question is the _arm_ GOTO_LABEL_PARAM de

[Qemu-devel] [PATCH] QEMU multicast socket support v3

2005-12-07 Thread JuanJo Ciarlante
Hi. Attached patch (against CVS) implements UDP multicast support for creating virtual BUSes, I've successfully tested with example cmdlines below. Excerpt from qemu-doc.texi diff: # launch one QEMU instance qemu linux.img -net nic,macaddr=52:54:00:12:34:56 -net socket,mcast=230.0.0.1:1234

Re: [Qemu-devel] X84_64 - Problem with Qemu/Kqemu - install

2005-12-07 Thread André Braga
AFAICT this means that the compilation DID work. That warning arises from module building tools, not from QEMU itself. Just check the target directories (i386-softmmu and so on) for QEMU executables, and the kernel module should be right there in the kqemu directory. -- "The user-friendly comput

[Qemu-devel] [PATCH] QEMU multicast socket support v2

2005-12-07 Thread JuanJo
Hi.Attached patch (against CVS) implements UDP multicast support for creatingvirtual BUSes.Excerpt from qemu-doc.texi diff (indeed tested w/these QEMUs):  # launch one QEMU instance  qemu linux.img -net nic,macaddr=52:54:00:12:34:56 -net socket,mcast= 230.0.0.1:1234  # launch another QEMU instance

[Qemu-devel] X84_64 - Problem with Qemu/Kqemu - install

2005-12-07 Thread Bernd Blaudzun
Hi Folks, here is a problem during i compile Qemu-0.7.2 on my AMD - x86_64 System ( Fedora Core 4 / Kernel- 2.6.14-1.1644_FC4 ) - follow things i have done - cp tar files in /usr/src ... unpack all... and now - my configure: Install prefix    /usr BIOS directory    /usr/share/qemu binary dire

Re: [Qemu-devel] Building qemu on ARM host

2005-12-07 Thread Henrik Nordstrom
On Mon, 5 Dec 2005, Steve Magoun wrote: libqemu.a(op.o)(.text+0x27e0): In function `op_jb_subb': /root/qemu/target-i386/ops_template.h:278: relocation truncated to fit: R_ARM_PC24 __op_gen_label1 libqemu.a(op.o)(.text+0x2800): In function `op_jz_subb': My limited experience of this kind of t