We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4762568 commit 0b2f489Copy full SHA for 0b2f489
hw/arm/virt.c
@@ -628,6 +628,8 @@ static void create_gic(VirtMachineState *vms, qemu_irq *pic)
628
qdev_get_gpio_in(cpudev, ARM_CPU_VIRQ));
629
sysbus_connect_irq(gicbusdev, i + 3 * smp_cpus,
630
qdev_get_gpio_in(cpudev, ARM_CPU_VFIQ));
631
+ // zhuowei: hack: also wire timer to FIQ to match t8015
632
+ qdev_connect_gpio_out(cpudev, GTIMER_PHYS, qdev_get_gpio_in(cpudev, ARM_CPU_FIQ));
633
}
634
635
for (i = 0; i < NUM_IRQS; i++) {
0 commit comments