diff --git a/docs/about/emulation.rst b/docs/about/emulation.rst index a2eefe3f3fb8c08e09eae6901937a63c2348ab2b..cfe9379ef242417e39cd89839b8dc32a9adec6b3 100644 --- a/docs/about/emulation.rst +++ b/docs/about/emulation.rst @@ -185,7 +185,7 @@ for that architecture. - https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;a=blob;f=libgloss/nios2/nios2-semi.txt;hb=HEAD * - RISC-V - System and User-mode - - https://github.com/riscv/riscv-semihosting-spec/blob/main/riscv-semihosting-spec.adoc + - https://github.com/riscv-non-isa/riscv-semihosting/blob/main/riscv-semihosting.adoc * - Xtensa - System - Tensilica ISS SIMCALL diff --git a/include/hw/xen/arch_hvm.h b/include/hw/xen/arch_hvm.h index c7c515220d25284a36b9b322beaac9de6e85bcb8..df39c819c8f181576defff3e39f23e02c18b001d 100644 --- a/include/hw/xen/arch_hvm.h +++ b/include/hw/xen/arch_hvm.h @@ -1,5 +1,5 @@ #if defined(TARGET_I386) || defined(TARGET_X86_64) #include "hw/i386/xen_arch_hvm.h" -#elif defined(TARGET_ARM) || defined(TARGET_ARM_64) +#elif defined(TARGET_ARM) || defined(TARGET_AARCH64) #include "hw/arm/xen_arch_hvm.h" #endif