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 ...
|
96fb38a5 | 03-Jul-2019 |
Chao Peng <chao.p.peng@linux.intel.com> |
vm-allocator: Align address at allocation time
There is alignment support for AddressAllocator but there are occations that the alignment is known only when we call allocate(). One example is PCI BA
vm-allocator: Align address at allocation time
There is alignment support for AddressAllocator but there are occations that the alignment is known only when we call allocate(). One example is PCI BAR which is natually aligned, means for which we have to align the base address to its size.
Signed-off-by: Chao Peng <chao.p.peng@linux.intel.com>
show more ...
|
af7cd74e | 26-Jun-2019 |
Chao Peng <chao.p.peng@linux.intel.com> |
vm-allocator: Make port IO non optional
This is only for allocating the port IO address range. If a platform does not have PIO devices at all, the address range will simply be unused. So, simplify t
vm-allocator: Make port IO non optional
This is only for allocating the port IO address range. If a platform does not have PIO devices at all, the address range will simply be unused. So, simplify the vm-allocator data structure by making both MMIO and PIO mandatory.
Signed-off-by: Chao Peng <chao.p.peng@linux.intel.com>
show more ...
|
8370a5bc | 27-May-2019 |
Jing Liu <jing2.liu@linux.intel.com> |
vmm: Repair the port IO memory alignment
The IO memory alignment should be set as byte alignment instead of 0x400 which is copied from crosvm.
Signed-off-by: Jing Liu <jing2.liu@linux.intel.com> |
52790424 | 21-May-2019 |
Samuel Ortiz <sameo@linux.intel.com> |
vm-allocator: Force documenting all public APIs
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> |
9f247751 | 21-May-2019 |
Samuel Ortiz <sameo@linux.intel.com> |
vm-allocator: Allow for freeing system resources
We allow freeing PIO and MMIO address ranges for now.
Fixes: #27
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> |
4b451b01 | 21-May-2019 |
Samuel Ortiz <sameo@linux.intel.com> |
vm-allocator: Allow for freeing address ranges
We can only free ranges that exactly map an already allocated one, i.e. this is not a range resizing.
Signed-off-by: Samuel Ortiz <sameo@linux.intel.c
vm-allocator: Allow for freeing address ranges
We can only free ranges that exactly map an already allocated one, i.e. this is not a range resizing.
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
show more ...
|
040ea543 | 08-May-2019 |
Samuel Ortiz <sameo@linux.intel.com> |
cloud-hypervisor: Add proper licensing
Add the BSD and Apache license. Make all crosvm references point to the BSD license. Add the right copyrights and identifier to our VMM code. Add Intel copyrig
cloud-hypervisor: Add proper licensing
Add the BSD and Apache license. Make all crosvm references point to the BSD license. Add the right copyrights and identifier to our VMM code. Add Intel copyright to the vm-virtio and pci crates.
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
show more ...
|
db7937d4 | 18-Apr-2019 |
Samuel Ortiz <sameo@linux.intel.com> |
allocator: Add a basic resource allocation crate
This is based on the crosvm resource allocator from commit 107edb3e. We only have PIO and MMIO address space to handle, and don't have a GPU specific
allocator: Add a basic resource allocation crate
This is based on the crosvm resource allocator from commit 107edb3e. We only have PIO and MMIO address space to handle, and don't have a GPU specific path and space. Also, we support allocating a range at a specified address. This is mostly useful for PIO, but might be also necessary for MMIO.
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
show more ...
|