Loading hw/arm/virt.c +5 −0 Original line number Diff line number Diff line Loading @@ -118,6 +118,11 @@ static VirtBoardInfo machines[] = { .memmap = a15memmap, .irqmap = a15irqmap, }, { .cpu_model = "cortex-a57", .memmap = a15memmap, .irqmap = a15irqmap, }, { .cpu_model = "host", .memmap = a15memmap, Loading Loading
hw/arm/virt.c +5 −0 Original line number Diff line number Diff line Loading @@ -118,6 +118,11 @@ static VirtBoardInfo machines[] = { .memmap = a15memmap, .irqmap = a15irqmap, }, { .cpu_model = "cortex-a57", .memmap = a15memmap, .irqmap = a15irqmap, }, { .cpu_model = "host", .memmap = a15memmap, Loading