Message ID | 1472025743-11484-4-git-send-email-zhaoshenglong@huawei.com |
---|---|
State | New |
Headers | show |
diff --git a/hw/arm/virt.c b/hw/arm/virt.c index a193b5a..adffe03 100644 --- a/hw/arm/virt.c +++ b/hw/arm/virt.c @@ -217,6 +217,11 @@ static VirtBoardInfo machines[] = { .irqmap = a15irqmap, }, { + .cpu_model = "cortex-a72", + .memmap = a15memmap, + .irqmap = a15irqmap, + }, + { .cpu_model = "host", .memmap = a15memmap, .irqmap = a15irqmap,