[PATCH v2 27/67] target/arm: Convert FRECPS, FRSQRTS to decodetree

2024-05-24 Thread Richard Henderson
These are the last instructions within handle_3same_float and disas_simd_scalar_three_reg_same_fp16 so remove them. Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- target/arm/tcg/a64.decode | 12 ++ target/arm/tcg/translate-a64.c | 293 - 2

[PATCH v2 50/67] target/arm: Convert ADD, SUB (vector) to decodetree

2024-05-24 Thread Richard Henderson
Signed-off-by: Richard Henderson --- target/arm/tcg/a64.decode | 6 ++ target/arm/tcg/translate-a64.c | 34 +++--- 2 files changed, 17 insertions(+), 23 deletions(-) diff --git a/target/arm/tcg/a64.decode b/target/arm/tcg/a64.decode index 96ce35ad40..44383b4

[PATCH v2 19/67] target/arm: Convert FADD, FSUB, FDIV, FMUL to decodetree

2024-05-24 Thread Richard Henderson
Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- target/arm/tcg/helper-a64.h| 4 + target/arm/tcg/translate.h | 5 + target/arm/tcg/a64.decode | 27 + target/arm/tcg/translate-a64.c | 205 + target/arm/tcg/vec_helper.c| 4

[PATCH 0/3] tests/qtest/migration-test: Improve and enable on ppc64

2024-05-24 Thread Nicholas Piggin
ppc64 seems to be stable now, only problem is the speed, so I rewrote the test to avoid SLOF and use special bios blob like the other archs. Thanks, Nick Nicholas Piggin (3): tests/qtest/migration-test: Quieten ppc64 QEMU warnigns tests/qtest/migration-test: Enable on ppc64 tests/qtest/migr

[PATCH 1/3] tests/qtest/migration-test: Quieten ppc64 QEMU warnigns

2024-05-24 Thread Nicholas Piggin
Signed-off-by: Nicholas Piggin --- tests/qtest/migration-test.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/qtest/migration-test.c b/tests/qtest/migration-test.c index b7e3406471..c13535c37d 100644 --- a/tests/qtest/migration-test.c +++ b/tests/qtest/migration-tes

[PATCH 2/3] tests/qtest/migration-test: Enable on ppc64

2024-05-24 Thread Nicholas Piggin
ppc64 with TCG seems to no longer be failing this test. Let's try to enable it. s390x is still hanging about 1 in 10 runs. Signed-off-by: Nicholas Piggin --- tests/qtest/migration-test.c | 16 +++- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/tests/qtest/migration-t

[PATCH 3/3] tests/qtest/migration-test: Use custom asm bios for ppc64

2024-05-24 Thread Nicholas Piggin
Similar to other archs, build a custom bios memory updater. Running the test with OF code is a cool trick, but SLOF takes a long time to boot. This reduces test time by around 3x (150s to 50s). Signed-off-by: Nicholas Piggin --- tests/migration/migration-test.h | 1 + tests/migration/ppc64/a-

Re: [PATCH v2 01/18] migration: Fix file migration with fdset

2024-05-24 Thread Prasad Pandit
On Fri, 24 May 2024 at 18:00, Fabiano Rosas wrote: > That's the point. If offset==0 we truncate all the way, if not, we truncate > to the offset. * Yes, I was wondering if the migration file has some data, but still 'offset' ends up being zero(0). If that's unlikely to happen, then we are good.

Re: [PATCH 2/2] scsi-disk: Fix crash for VM configured with USB CDROM after live migration

2024-05-24 Thread Prasad Pandit
Hi, On Fri, 24 May 2024 at 16:23, Yong Huang wrote: > I'm not testing the latest QEMU version while theoretically it is > reproducible, I'll check it and give a conclusion. * Yes, that'll help. Thank you. > I'm not sure this usage is common but in our production environment, it is > used. * I

<    1   2   3