[PULL 08/28] linux-user: Provide print_raw_param64() for 64-bit values

2023-03-10 Thread Laurent Vivier
From: Helge Deller Add a new function print_raw_param64() to print 64-bit values in the same way as print_raw_param(). This prevents that qemu_log() is used to work around the problem that print_raw_param() can only print 32-bit values when compiled for 32-bit targets. Additionally convert the e

[PULL 08/28] linux-user: Provide print_raw_param64() for 64-bit values

2023-03-08 Thread Laurent Vivier
From: Helge Deller Add a new function print_raw_param64() to print 64-bit values in the same way as print_raw_param(). This prevents that qemu_log() is used to work around the problem that print_raw_param() can only print 32-bit values when compiled for 32-bit targets. Additionally convert the e