#
951e6299 |
| 09-Jun-2021 |
Cornelia Huck <cohuck@redhat.com> |
asm-generic: unify header guards
Standardize header guards to _ASM_GENERIC_HEADER_H_.
Signed-off-by: Cornelia Huck <cohuck@redhat.com> Reviewed-by: David Hildenbrand <david@redhat.com> Reviewed-by:
asm-generic: unify header guards
Standardize header guards to _ASM_GENERIC_HEADER_H_.
Signed-off-by: Cornelia Huck <cohuck@redhat.com> Reviewed-by: David Hildenbrand <david@redhat.com> Reviewed-by: Laurent Vivier <lvivier@redhat.com> Message-Id: <20210609143712.60933-4-cohuck@redhat.com>
show more ...
|
#
33d78b07 |
| 07-Nov-2016 |
Alexander Gordeev <agordeev@redhat.com> |
pci: Add generic ECAM host support
Unlike x86, other architectures using generic ECAM PCI host do not have a luxury of PCI bus initialized by a BIOS and ready to use at start. Thus, we need allocate
pci: Add generic ECAM host support
Unlike x86, other architectures using generic ECAM PCI host do not have a luxury of PCI bus initialized by a BIOS and ready to use at start. Thus, we need allocate and assign resources to all devices, much like an architecture's firmware would do.
There is no any sort of resource management for memory and io spaces, since only ones-per-BAR allocations are expected and no deallocations at all.
Cc: Thomas Huth <thuth@redhat.com> Cc: Andrew Jones <drjones@redhat.com> Cc: Peter Xu <peterx@redhat.com> Suggested-by: Andrew Jones <drjones@redhat.com> Signed-off-by: Alexander Gordeev <agordeev@redhat.com> Message-Id: <6488b060e4cbbead5a5ec525a53d65773ceb5f87.1478512824.git.agordeev@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
show more ...
|