#
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 ...
|
#
5786c838 |
| 11-Oct-2020 |
Andrew Jones <drjones@redhat.com> |
chr-testdev: Silently fail init
If there's no virtio-console / chr-testdev configured, then the user probably didn't want them. Just silently fail rather than stating the obvious.
Reviewed-by: Niko
chr-testdev: Silently fail init
If there's no virtio-console / chr-testdev configured, then the user probably didn't want them. Just silently fail rather than stating the obvious.
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com> Reviewed-by: Alexandru Elisei <alexandru.elisei@arm.com> Tested-by: Alexandru Elisei <alexandru.elisei@arm.com> Signed-off-by: Andrew Jones <drjones@redhat.com>
show more ...
|
#
0df901e0 |
| 11-Jun-2018 |
Andrew Jones <drjones@redhat.com> |
arm/arm64: Make code compilable with -Wmissing-prototypes
Signed-off-by: Andrew Jones <drjones@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Tested-by: Thomas Huth <thuth@redhat.com> Messa
arm/arm64: Make code compilable with -Wmissing-prototypes
Signed-off-by: Andrew Jones <drjones@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Tested-by: Thomas Huth <thuth@redhat.com> Message-Id: <20180611121127.14451-1-drjones@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
show more ...
|
#
16444ac8 |
| 24-Oct-2017 |
Paolo Bonzini <pbonzini@redhat.com> |
arm: do not allocate virtio buffers from the stack
The stack will be in virtual memory space starting from the next patch, so the address of automatic variables will not be a physical address anymor
arm: do not allocate virtio buffers from the stack
The stack will be in virtual memory space starting from the next patch, so the address of automatic variables will not be a physical address anymore.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
show more ...
|
#
368819a9 |
| 10-Dec-2014 |
Andrew Jones <drjones@redhat.com> |
virtio: don't use size_t
A size_t can have a different size when compiled as 64-bit vs. 32-bit. When unsigned int is what we want, then make sure unsigned int is what we use.
Signed-off-by: Andrew
virtio: don't use size_t
A size_t can have a different size when compiled as 64-bit vs. 32-bit. When unsigned int is what we want, then make sure unsigned int is what we use.
Signed-off-by: Andrew Jones <drjones@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
show more ...
|
#
901c1c8d |
| 22-Aug-2014 |
Paolo Bonzini <pbonzini@redhat.com> |
Merge remote-tracking branch 'drjones/arm/v7-initial-drop'
|
#
b412ad0d |
| 25-Jun-2014 |
Andrew Jones <drjones@redhat.com> |
Introduce chr-testdev
chr-testdev is a qemu backend that can be used by test code to send qemu commands. It communicates with qemu through a virtio-console device. The only command currently impleme
Introduce chr-testdev
chr-testdev is a qemu backend that can be used by test code to send qemu commands. It communicates with qemu through a virtio-console device. The only command currently implemented is "quit", which allows the test code to exit with a given status code, i.e. chr_testdev_exit(code).
Signed-off-by: Andrew Jones <drjones@redhat.com>
show more ...
|