qemu-e2k/target/nios2
Marc-André Lureau f793dde091 Replace qemu_gettimeofday() with g_get_real_time()
GLib g_get_real_time() is an alternative to gettimeofday() which allows
to simplify our code.

For semihosting, a few bits are lost on POSIX host, but this shouldn't
be a big concern.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20220307070401.171986-5-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2022-04-06 10:50:37 +02:00
..
Kconfig meson: Introduce target-specific Kconfig 2021-07-09 18:21:34 +02:00
cpu-param.h tcg: Split out target/arch/cpu-param.h 2019-06-10 07:03:34 -07:00
cpu.c target/nios2: Rewrite interrupt handling 2022-03-03 09:51:59 -10:00
cpu.h target: Use ArchCPU as interface to target CPU 2022-03-06 22:23:09 +01:00
helper.c target/nios2: Implement nios2_cpu_record_sigsegv 2021-11-02 07:00:52 -04:00
helper.h target/nios2: Rewrite interrupt handling 2022-03-03 09:51:59 -10:00
meson.build target/nios2: Only build mmu.c for system mode 2022-03-03 09:37:18 -10:00
mmu.c target/nios2: Split mmu_write 2022-03-03 09:37:47 -10:00
mmu.h target: Include missing 'cpu.h' 2022-03-06 13:15:42 +01:00
monitor.c hmp: Pass monitor to mon_get_cpu_env() 2020-11-13 12:45:51 +00:00
nios2-semi.c Replace qemu_gettimeofday() with g_get_real_time() 2022-04-06 10:50:37 +02:00
op_helper.c target/nios2: Rewrite interrupt handling 2022-03-03 09:51:59 -10:00
trace-events target/nios2: Replace MMU_LOG with tracepoints 2022-03-03 09:36:38 -10:00
translate.c target/nios2: Rewrite interrupt handling 2022-03-03 09:51:59 -10:00