History log of /cloud-hypervisor/vm-allocator/src/gsi.rs (Results 1 – 5 of 5)
Revision Date Author Comments
# 5b715f48 04-Dec-2024 Ruoqing He <heruoqing@iscas.ac.cn>

vm-allocator: Introduce RISC-V architecture

Provide implementation for GSI allocator to work on riscv64
architecture, and doc comment for riscv64 as well.

Signed-off-by: Ruoqing He <heruoqing@iscas

vm-allocator: Introduce RISC-V architecture

Provide implementation for GSI allocator to work on riscv64
architecture, and doc comment for riscv64 as well.

Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>

show more ...


# 99a98f27 26-Jun-2023 Ravi kumar Veeramally <ravikumar.veeramally@intel.com>

vm-allicator: Remove "new_without_default" clippy

Add a Default implementation that delegates to new, so that clippy
can be removed.

Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@intel

vm-allicator: Remove "new_without_default" clippy

Add a Default implementation that delegates to new, so that clippy
can be removed.

Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@intel.com>

show more ...


# afc98a5e 23-Aug-2020 Michael Zhao <michael.zhao@arm.com>

vmm: Fix AArch64 clippy warnings of vmm and other crates

Signed-off-by: Michael Zhao <michael.zhao@arm.com>


# e9488846 09-Jun-2020 Michael Zhao <michael.zhao@arm.com>

vm-allocator: Enable vm-allocator for AArch64

Implemented GSI allocator and system allocator for AArch64.
Renamed some layout definitions to align more code between architectures.

Signed-off-by: Mi

vm-allocator: Enable vm-allocator for AArch64

Implemented GSI allocator and system allocator for AArch64.
Renamed some layout definitions to align more code between architectures.

Signed-off-by: Michael Zhao <michael.zhao@arm.com>

show more ...


# 0a04a950 11-Jul-2019 Samuel Ortiz <sameo@linux.intel.com>

vm-allocator: Expand the IRQ allocation API to support GSI

GSI (Global System Interrupt) is an extension of just a linear array of
IRQs. It takes IOAPICs into account for example.

Signed-off-by: Sa

vm-allocator: Expand the IRQ allocation API to support GSI

GSI (Global System Interrupt) is an extension of just a linear array of
IRQs. It takes IOAPICs into account for example.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

show more ...