[Qemu-devel] running (open) solaris on sparc32

2007-02-27 Thread Markus Schiltknecht
Hi, the qemu documentation states about sparc emulation: "... Please note that currently NetBSD, OpenBSD or Solaris kernels don't work." What's needed to get Solaris to word? Or any of the BSDs? Regards Markus ___ Qemu-devel mailing list Qemu-dev

Re: [Qemu-devel] time inside qemu

2006-12-31 Thread Markus Schiltknecht
Hi, Paul Brook wrote: qemu is not cycle accurate or even deterministic. Is there anything that's cycle accurate at all? Regards Markus ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] booting a linux kernel from NFS

2006-10-10 Thread Markus Schiltknecht
Rob Landley wrote: Because the way -kernel works is to create a fake bootsector internally, present it to the bios as the start of hda, and tell the bios to boot from that. If you haven't got an hda, it gets confused. (It probably shouldn't, since it's not actually _using_ it, but it does.)

[Qemu-devel] booting a linux kernel from NFS

2006-10-10 Thread Markus Schiltknecht
Hi, I get this error, when I don't give qemu a 'hda': A disk image must be given for 'hda' when booting a Linux kernel. Why is that? Isn't it completely legal to start without a IDE drive? For example with: qemu \ -kernel linux-test/bzImage-2.6.18 \ -append "root=/dev/nfs nfsroot=172.20.

Re: [Qemu-devel] ARM CPU Speed simulated by Qemu?

2006-09-12 Thread Markus Schiltknecht
Laurent DESNOGUES wrote: On top of that try to find a specification for data side behaviour, these beasts are not documented for two reasons: - they are heavily optimized and so not easily described - they often define the efficiency of a CPU and so are considered as secret. That might be t

Re: [Qemu-devel] ARM CPU Speed simulated by Qemu?

2006-09-12 Thread Markus Schiltknecht
Hi, Laurent DESNOGUES wrote: The most complex thing to accurately simulate a modern CPU (including ARMs) is the data cache and by far. Hm... you have to elaborate on that one. Aren't those caches like other caches, too? With well known algorithms like LRU? In comparison, getting accurate

Re: [Qemu-devel] ARM CPU Speed simulated by Qemu?

2006-09-12 Thread Markus Schiltknecht
Paul Brook wrote: IMHO a benchmarking setup that doesn't reliably correspond to real system performance is worse than useless. Agreed. So let's see what's needed to get a reliably corresponding system. I'm interested in three layers: CPU, hard disk and network. Networking is the simplest, I

Re: [Qemu-devel] ARM CPU Speed simulated by Qemu?

2006-09-12 Thread Markus Schiltknecht
Paul Brook wrote: Modern CPUs are complicated, with many factors effecting execution speed (pipeline interlocks, multiple levels of cache). A cycle accurate simulator will generally be orders of magnitude slower than qemu. Would it be feasible to just limit the number of instructions qemu sim

[Qemu-devel] relative time

2006-09-09 Thread Markus Schiltknecht
Hello qemu developers, I've been unable to find information about date and time in qemu. Two questions the simpler one: Can I set the date and time of the system clock at start of the emulation (or in the manager console)? I've seen a patch [1], but that doesn't seem to be included in my bui