[Qemu-devel] [PATCH] Update on the BSD USB host redirector for QEMU (revision 10/25)

2005-12-25 Thread Lonnie Mendez
This is a very experimental patch to support host usb devices on BSD. It was mainly tested with FreeBSD 6.0-RELEASE as host and debian sid as guest. There are still some issues with the behavior of the code. Yesterday I was able to successfuly mount a flash drive and use a usb gps device

[Qemu-devel] Re: ARM page crossing inside insn? (Re: ARM ethernet fixes)

2005-12-25 Thread Antti P Miettinen
Antti P Miettinen <[EMAIL PROTECTED]> writes: > Something like this? Hmm.. I suppose the branch should be the last op to generate if PC is loaded by the ldm. So the possible gen_bx should be after the writeback? But what about the S bit? Or is this all highly academic? Does ldm ever load pc in pra

[Qemu-devel] how to run debian-mipsel with qemu?

2005-12-25 Thread Tomasz Chmielewski
I wanted to install a debian for mipsel using qemu (I have a x86 CPU). After reading the man for qemu and help for qemu-mipsel, I'm still unable to boot a mipsel iso listed on http://www.debian.org/CD/netinst/ The "mipsel" word is rather scarce on the qemu list and website, too. Anyone knows

Re: [Qemu-devel] LBA48

2005-12-25 Thread Hetz Ben Hamo
I'm not sure, but I think the issue is: which file system do u have in your host? I think that at least 1 filesystem doesn't support creation/access of terabyte file sizes. You might want to try with filesystems like XFS, JFS or the latest ReiserFS. Thanks, Hetz On 12/26/05, Natalia Portillo <[E

[Qemu-devel] LBA48

2005-12-25 Thread Natalia Portillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I tried to use QEMU with a 1Tb qcow disk image, but it doesn't work as expected. Linux informs " hda: cannot use LBA48 - full capacity 2147483648 sectors (1099511 MB) hda: 268435456 sectors (137438 MB) w/256KiB Cache, CHS=65535/16/63 " Can an

Re: [Qemu-devel] Compilation error Qemu 0.8.0 on Debian/gcc3.4

2005-12-25 Thread Adrian Kiess
Thanks for that one. Sincerely, Adrian On Thu, Dec 22, 2005 at 02:25:39PM +, Stuart Brady wrote: > Only armeb-user, sparc-user, mips-user and mipsel-user fail to build. > If you don't need those targets, try: > > ./configure --prefix=/usr --cc=gcc-3.4 > --target-list=i386-user,arm-user,

[Qemu-devel] Re: Build for an arm host

2005-12-25 Thread [EMAIL PROTECTED]
Hi, Thanks Steve, but I was thinking if is possible to compile for run under winCE (with a xscale arm processor)? If I understand the .elf that come out from run only on linux... When i try to apply the patch rename it to .patch and try to integrate I'll see the error of invalid patch... The