a15mpcore.c (7e4804dafd4689312ef1172b549927a973bb5414) a15mpcore.c (0430891ce162b986c6e02a7729a942ecd2a32ca4)
1/*
2 * Cortex-A15MPCore internal peripheral emulation.
3 *
4 * Copyright (c) 2012 Linaro Limited.
5 * Written by Peter Maydell.
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by

--- 4 unchanged lines hidden (view full) ---

13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License along
18 * with this program; if not, see <http://www.gnu.org/licenses/>.
19 */
20
1/*
2 * Cortex-A15MPCore internal peripheral emulation.
3 *
4 * Copyright (c) 2012 Linaro Limited.
5 * Written by Peter Maydell.
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by

--- 4 unchanged lines hidden (view full) ---

13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License along
18 * with this program; if not, see <http://www.gnu.org/licenses/>.
19 */
20
21#include "qemu/osdep.h"
21#include "hw/cpu/a15mpcore.h"
22#include "sysemu/kvm.h"
23#include "kvm_arm.h"
24
25static void a15mp_priv_set_irq(void *opaque, int irq, int level)
26{
27 A15MPPrivState *s = (A15MPPrivState *)opaque;
28

--- 128 unchanged lines hidden ---
22#include "hw/cpu/a15mpcore.h"
23#include "sysemu/kvm.h"
24#include "kvm_arm.h"
25
26static void a15mp_priv_set_irq(void *opaque, int irq, int level)
27{
28 A15MPPrivState *s = (A15MPPrivState *)opaque;
29

--- 128 unchanged lines hidden ---