Re: [Qemu-devel] vmware puts up specs for it's disk format

2006-04-05 Thread David Fraser
Jim C. Brown wrote: On Tue, Apr 04, 2006 at 10:09:06AM +0200, maestro wrote: This is already supported, as is creating them and using them directly. (I was amazed when I first found out as well.) afaik they are only supported when the images consist of only 1 file. at least i was

Re: [Qemu-devel] vmware puts up specs for it's disk format

2006-04-05 Thread Julian Seward
Basically, if u want split images to be supported in qemu, speak up now. ;) I speak! Me too! I've always used split images with vmware; they are easier to manage than files tens of gigabytes long. J ___ Qemu-devel mailing list

Re: [Qemu-devel] Missing ARMv6 instructions?

2006-04-05 Thread Thiemo Seufer
On Sun, Apr 02, 2006 at 04:42:42PM +, Chris Wilson wrote: Hi Jamie, I like the idea, but do you know of anyone using OpenCores devices implemented in silicon? It seems to me the motivation for ARM emulation is to be able to simulate embedded devices that people may feasibly end up

Re: [Qemu-devel] SPARC iommu mapping

2006-04-05 Thread Joerg Platte
Am Dienstag, 4. April 2006 21:27 schrieb Joerg Platte: Hi! To find this problem, I enabled debugging in the esp.c file and printed the mapped address (after iommu mapping). In some cases the mapped address is zero: ESP: DMA address 0beb8000 ESP: DMA address I didn't find a manual

Re: [Qemu-devel] SPARC iommu mapping

2006-04-05 Thread Blue Swirl
To find this problem, I enabled debugging in the esp.c file and printed the mapped address (after iommu mapping). In some cases the mapped address is zero: ESP: DMA address 0beb8000 ESP: DMA address I didn't find a manual of the SBUS IOMMU. But if I understand the contents of

Re: [Qemu-devel] SPARC iommu mapping

2006-04-05 Thread Joerg Platte
Am Mittwoch, 5. April 2006 19:36 schrieb Blue Swirl: Hi! I don't have any better documentation either, I just coded against what Proll and Linux expect. But the theory of operation is simple. Much like OK, I thought I was just too stupid to find good documentation :-) how the MMU translates

[Qemu-devel] qemu-0.8.0 and vde-1.5.9 question

2006-04-05 Thread Ishwar Rattan
The system is Kanotix-2005-4 Qemu-0.8.0 Vde-1.5.9 I setup the bridge and add interface tun0 to the bridge (have done it before correctly) but /usr/bin/vdeqemu -hda disk-image -m256 -localtime -net vde -net nic,macaddr=54:52:00:12:34:62 reports error: qemu: invalid option -- '-tun-fd' qemu

Re: [Qemu-devel] SPARC iommu mapping

2006-04-05 Thread Joerg Platte
Am Mittwoch, 5. April 2006 19:36 schrieb Blue Swirl: Hi! The DMA controllers for both ESP and Lance are within the same page. This means that in Qemu, DMA controller register accesses for either of them go to just one of these. It just happens to work, but maybe this causes the problem. You