-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alexey Brodkin <[email protected]>
- Loading branch information
Showing
2 changed files
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
59cfed5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cupertinomiranda @abrodkin this is not in arc64 branch - and it is not possible to backport it given it used Kconfig etc which don't exis tin old code. So how is one to speed up arc64 qemu rng
59cfed5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vineetgarc if needed I may back-port this to older QEMU - the change is pretty straight-forward.
But:
59cfed5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alexey/all: any reason gpex was selected and not designware host controller? Reason for asking is that I am looking for a solution for some quick prototyping of openAMP between ARC (or ARM) Linux and ARC (S)EM baremetal (or Zephyr). 'ivshmem' is a nice solution for the physical communication between the two QEMUs, but for interrupts it seems to rely on MSI-X. The DesignWare PCI host model seems to support that, gpex not. Or would you have another suggestion to get shared memory and interrupts between two VMs? ARConnect model?
59cfed5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vineetgarc I would say best plan of action would be to wait for the ARC64 QEMU refurbish.
BTW, I get speedup ssh even without explicitly enabling RNG. Don't really know if it was the virt board that made this happen.