History log of /kvmtool/include/linux/sizes.h (Results 1 – 2 of 2)
Revision Date Author Comments
# 8b91a182 16-Jun-2022 Alexandru Elisei <alexandru.elisei@arm.com>

arm64: Allow the user to specify the RAM base address

Allow the user to specify the RAM base address by using -m/--mem size@addr
command line argument. The base address must be above 2GB, as to not

arm64: Allow the user to specify the RAM base address

Allow the user to specify the RAM base address by using -m/--mem size@addr
command line argument. The base address must be above 2GB, as to not
overlap with the MMIO I/O region.

Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Alexandru Elisei <alexandru.elisei@arm.com>
Reviewed-and-Tested-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Link: https://lore.kernel.org/r/20220616134828.129006-13-alexandru.elisei@arm.com
Signed-off-by: Will Deacon <will@kernel.org>

show more ...


# f65dd17d 21-Jan-2015 Andre Przywara <andre.przywara@arm.com>

kvmtool: arm/arm64: Copy some Linux architecture specific headers

The ARM part requires psci.h, which is pretty recent, so older
distributions might not carry it. This pulls in sizes.h, which is not

kvmtool: arm/arm64: Copy some Linux architecture specific headers

The ARM part requires psci.h, which is pretty recent, so older
distributions might not carry it. This pulls in sizes.h, which is not
an uapi header, but quite convenient and not really Linux specific.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>

show more ...