qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 20/24] Add alpha_cpu_list.


From: Tristan Gingold
Subject: Re: [Qemu-devel] [PATCH 20/24] Add alpha_cpu_list.
Date: Fri, 20 Mar 2009 09:51:15 +0100


On Mar 19, 2009, at 5:20 PM, Krumme, Chris wrote:

Hello Tristan,

Hi,

+static const struct alpha_def alpha_defs[] = {
+#if 0
+    { "21064", IMPLVER_2106x, 0 },
+    { "21164", IMPLVER_21164, 0 },
+#endif
+    { "21264", IMPLVER_21264, (AMASK_PREFETCH | AMASK_TRAP |
AMASK_BWX
+                               | AMASK_FIX) },
+};

Again thanks for expanding the Alpha support.

Unless Alpha was completely broken before, I don't think we should drop
support for EV4 while adding EV6.

EV4 and EV5 are not dropped. They are not supported by system emulation but I can't see any
reason not to add it for linux-user emulation.

Thanks,
Tristan.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]