1 2 3 4 5 6 7
#include "hw/hw.h" #include "hw/boards.h" void register_machines(void) { qemu_register_machine(&bareetraxfs_machine); }