avatar-qemu
avatar-qemu copied to clipboard
QEmu backend for avatar²
Working with 6.2, configurable machine, ARM Cortex-M. The problem I believe lies here: https://github.com/avatartwo/avatar-qemu/blob/a487945361d2207181ece3761554072fd77c0e81/hw/avatar/arm_helper.c#L80 The `buf` passed to `banked_gdb_set_reg` is a `uint8_t *` and this works correctly. However, the `buf`...
Hello! I got an issue where I can't add remote memory. If I try to add remote memory, I get the following message: `ERROR://avatar-qemu/qom/object.c:689:object_new_with_type: assertion failed: (type != NULL)` I...
This pull request aims at fixing two bugs when dealing with x86 targets. The first one is related to the gdbstub complaining about the fact that the machine doesn't provide...
[https://github.com/avatartwo/avatar2-examples/issues/5](url)
I'm sorry to bother you, but there is some problems when i compiling the **qemu-system-aarch64** the wrong code is: `` LINK qemu-system-aarch64 hw/avatar/interrupts.o: In function `avatar_armv7m_nvic_forward_write': /home/michael/.avatar2/avatar-qemu/hw/avatar/interrupts.c:58: undefined reference to...