Re: [PATCH v2 3/4] target/m68k: Implement packed decimal real stores

2024-08-16 Thread Richard Henderson
On 8/16/24 16:37, Philippe Mathieu-Daudé wrote: Hi Richard, On 12/8/24 02:44, Richard Henderson wrote: Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2488 Signed-off-by: Richard Henderson ---   target/m68k/helper.h |   1 +   target/m68k/fpu_helper.c | 112 +

Re: [PATCH v2 3/4] target/m68k: Implement packed decimal real stores

2024-08-15 Thread Philippe Mathieu-Daudé
Hi Richard, On 12/8/24 02:44, Richard Henderson wrote: Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2488 Signed-off-by: Richard Henderson --- target/m68k/helper.h | 1 + target/m68k/fpu_helper.c | 112 +++ target/m68k/translate.c | 27 +

[PATCH v2 3/4] target/m68k: Implement packed decimal real stores

2024-08-11 Thread Richard Henderson
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2488 Signed-off-by: Richard Henderson --- target/m68k/helper.h | 1 + target/m68k/fpu_helper.c | 112 +++ target/m68k/translate.c | 27 -- 3 files changed, 137 insertions(+), 3 deletions(-)