hvf.c (c4380f7bcdcb68fdfca876db366782a807fab8f7) | hvf.c (e2d8cf9b5312ada63ffa7460dec7cf89cf0bd61e) |
---|---|
1/* 2 * QEMU Hypervisor.framework support for Apple Silicon 3 4 * Copyright 2020 Alexander Graf <agraf@csgraf.de> 5 * Copyright 2020 Google LLC 6 * 7 * This work is licensed under the terms of the GNU GPL, version 2 or later. 8 * See the COPYING file in the top-level directory. --- 14 unchanged lines hidden (view full) --- 23 24#include "exec/address-spaces.h" 25#include "hw/irq.h" 26#include "qemu/main-loop.h" 27#include "sysemu/cpus.h" 28#include "arm-powerctl.h" 29#include "target/arm/cpu.h" 30#include "target/arm/internals.h" | 1/* 2 * QEMU Hypervisor.framework support for Apple Silicon 3 4 * Copyright 2020 Alexander Graf <agraf@csgraf.de> 5 * Copyright 2020 Google LLC 6 * 7 * This work is licensed under the terms of the GNU GPL, version 2 or later. 8 * See the COPYING file in the top-level directory. --- 14 unchanged lines hidden (view full) --- 23 24#include "exec/address-spaces.h" 25#include "hw/irq.h" 26#include "qemu/main-loop.h" 27#include "sysemu/cpus.h" 28#include "arm-powerctl.h" 29#include "target/arm/cpu.h" 30#include "target/arm/internals.h" |
31#include "target/arm/multiprocessing.h" |
|
31#include "trace/trace-target_arm_hvf.h" 32#include "migration/vmstate.h" 33 34#include "exec/gdbstub.h" 35 36#define MDSCR_EL1_SS_SHIFT 0 37#define MDSCR_EL1_MDE_SHIFT 15 38 --- 2212 unchanged lines hidden --- | 32#include "trace/trace-target_arm_hvf.h" 33#include "migration/vmstate.h" 34 35#include "exec/gdbstub.h" 36 37#define MDSCR_EL1_SS_SHIFT 0 38#define MDSCR_EL1_MDE_SHIFT 15 39 --- 2212 unchanged lines hidden --- |