suggested in that article too
and decrease delay on Windows 3.x for the first connection.
Signed-off-by: Pali Rohár
---
qemu-options.hx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/qemu-options.hx b/qemu-options.hx
index ab23f14d2178..d5654756f125 100644
--- a/qemu
On Monday 04 July 2022 12:18:51 Pali Rohár wrote:
> Just for completeness, here is list of all Motorola/Freescale/NXP
> processors which were released and have e500v1 or e500v2 cores.
>
> e500v1:
> MPC8540
> MPC8541
> MPC8555
> MPC8560
>
> e500v2:
> BSC91
On Sunday 03 July 2022 21:50:29 Pali Rohár wrote:
> Commit 80d11f4467c4 ("Add definitions for Freescale PowerPC implementations")
> changed core type of MPC8555 and MPC8560 from e500v1 to e500v2.
>
> But both MPC8555 and MPC8560 have just e500v1 cores, there are no features
d11f4467c4 ("Add definitions for Freescale PowerPC implementations")
Signed-off-by: Pali Rohár
---
target/ppc/cpu-models.c | 14 +++---
target/ppc/cpu-models.h | 14 +++---
2 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/target/ppc/cpu-models.c b/target/pp