Message ID | 20210517143900.747013-1-drjones@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Mon, May 17, 2021 at 04:38:50PM +0200, Andrew Jones wrote: > The patches mostly prepare 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 merged EFI support. > > Thanks, > drew > > > The following changes since commit 9e7a5929569d61414feefcb1d8024e7685cb7eb3: > > arm: add eabi version of 64-bit division functions (2021-05-12 15:52:24 +0200) > > are available in the Git repository at: > > https://gitlab.com/rhdrjones/kvm-unit-tests.git arm/queue > > for you to fetch changes up to bd5bd1577dcc298cafaf0e26d318a628e650b2a7: > > arm/arm64: psci: Don't assume method is hvc (2021-05-17 16:08:24 +0200) > > ---------------------------------------------------------------- > Alexandru Elisei (1): > configure: arm: Replace --vmm with --target > > Andrew Jones (9): > arm/arm64: Reorganize cstart assembler > arm/arm64: Move setup_vm into setup > pci-testdev: ioremap regions > arm64: micro-bench: ioremap userspace_emulated_addr > arm/arm64: mmu: Stop mapping an assumed IO region > arm/arm64: mmu: Remove memory layout assumptions > arm/arm64: setup: Consolidate memory layout assumptions > chr-testdev: Silently fail init > arm/arm64: psci: Don't assume method is hvc > I see these patches have now been merged. Thanks Paolo! Thanks, drew