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
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
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.)
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.
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
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
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
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
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