const char *bios_dir = CONFIG_QEMU_SHAREDIR;
const char *bios_name = NULL;
-char phys_ram_file[1024];
void *ioport_opaque[MAX_IOPORTS];
IOPortReadFunc *ioport_read_table[3][MAX_IOPORTS];
IOPortWriteFunc *ioport_write_table[3][MAX_IOPORTS];
/***********************************************************/
/* network device redirectors */
+__attribute__ (( unused ))
static void hex_dump(FILE *f, const uint8_t *buf, int size)
{
int len, i, j, c;