#
74ff0e96 |
| 18-May-2021 |
Paolo Bonzini <bonzini@gnu.org> |
Merge branch 'arm/queue' into 'master'
arm/arm64: target-efi prep
This series mostly prepares kvm-unit-tests/arm for targeting EFI platforms. The actually EFI support will come in another series, b
Merge branch 'arm/queue' into 'master'
arm/arm64: target-efi prep
This series mostly prepares kvm-unit-tests/arm for targeting EFI platforms. The actually EFI support will come in another series, but these patches are good for removing assumptions from our memory maps and about our PSCI conduit, even if we never merge EFI support.
See merge request kvm-unit-tests/kvm-unit-tests!8
show more ...
|
#
340cf7db |
| 03-Nov-2020 |
Andrew Jones <drjones@redhat.com> |
pci-testdev: ioremap regions
Don't assume the physical addresses used with PCI have already been identity mapped.
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com> Tested-by: Alexandru Elisei
pci-testdev: ioremap regions
Don't assume the physical addresses used with PCI have already been identity mapped.
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com> Tested-by: Alexandru Elisei <alexandru.elisei@arm.com> Signed-off-by: Andrew Jones <drjones@redhat.com>
show more ...
|
#
23b8916b |
| 29-Jun-2017 |
Thomas Huth <thuth@redhat.com> |
Mark some local functions as "static"
Discovered while compiling kvm-unit-tests with the "-Wmissing-prototypes" parameter of GCC.
Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <14987617
Mark some local functions as "static"
Discovered while compiling kvm-unit-tests with the "-Wmissing-prototypes" parameter of GCC.
Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <1498761773-11164-4-git-send-email-thuth@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
show more ...
|
#
4d6cefa9 |
| 12-Dec-2016 |
Peter Xu <peterx@redhat.com> |
pci: introduce struct pci_dev
To extend current PCI framework, we need a per-device struct to store device specific information. Time to have a pci_dev struct. Most of the current PCI APIs are conve
pci: introduce struct pci_dev
To extend current PCI framework, we need a per-device struct to store device specific information. Time to have a pci_dev struct. Most of the current PCI APIs are converted to use this pci_dev object as the first argument. Currently it only contains one field "bdf", which is the bdf of current device.
For a few APIs like pci_config_*() ops or pci_find_dev(), I kept the old interface (use PCI BDF value rather than "struct pci_dev") since they can be used in a open context that without any specific PCI device.
Reviewed-by: Andrew Jones <drjones@redhat.com> Signed-off-by: Peter Xu <peterx@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
show more ...
|
#
e4125c0c |
| 07-Nov-2016 |
Alexander Gordeev <agordeev@redhat.com> |
pci: Add pci-testdev PCI bus test device
Cc: Thomas Huth <thuth@redhat.com> Cc: Andrew Jones <drjones@redhat.com> Cc: Peter Xu <peterx@redhat.com> Reviewed-by: Andrew Jones <drjones@redhat.com> Sign
pci: Add pci-testdev PCI bus test device
Cc: Thomas Huth <thuth@redhat.com> Cc: Andrew Jones <drjones@redhat.com> Cc: Peter Xu <peterx@redhat.com> Reviewed-by: Andrew Jones <drjones@redhat.com> Signed-off-by: Alexander Gordeev <agordeev@redhat.com> Message-Id: <aa209d81d593909bfaf89bb3a91ff7f33f8441a8.1478512824.git.agordeev@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
show more ...
|