Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QEMU Morello #149
QEMU Morello #149
Changes from 204 commits
22d760b
e83bb81
9425e1b
e764b4f
8d49a0c
bae7b97
c04f3cb
8f3b133
b173849
0dce748
b22dd0a
80bdaea
d39d129
2cc0ca8
40c037c
070246c
f1bb8a5
f89675c
762f204
52942ae
7d93b43
f4aa315
932f0a5
aae7292
9e0e48e
64ee927
a582a15
c8daf7b
2fa1cab
102acf9
5135459
8ce3cfa
fef72e0
4a92e3a
ce1b092
eb84c62
026300d
8360c27
cd7a9a9
8ac24d1
12c61e6
fca85b9
5f6f61b
b8becee
4d6daa0
bcdda49
b760ad0
961590d
a3e2873
454fb5e
97899b6
063e199
825af29
8f7f9bc
1358ed6
9aa3707
115eebc
cc8a07b
86c1d2b
3959c8c
6fbaaa0
5aa971a
05735ca
3777bf8
276ce4c
7c58b8a
ea097bd
8cf1bdd
637c4cb
daf911a
6649020
16a22ef
ede6426
b835d32
f84e807
1710a81
e414345
bca1c5b
6e0f456
1ea2a9e
a76bcdb
959efe2
c695b86
13fe519
f8217d6
b4260b0
3acf443
547427c
a659dab
10c317d
a7f3a80
a00fabd
64dbd48
c20989f
9cbc241
9d8eda5
144975a
bfee4b2
4b6747e
6c91b94
57b728d
fa3027c
7e94526
7a556e7
dbdbed1
1ccd929
31b7939
4f2704c
f9f2c1c
9d2b701
700f961
78b15d5
c5e1d23
4fee445
7474023
e56117e
463489a
196138c
a2edffd
5f0077e
ee720b8
025e5d2
b024587
35a328c
662c3a6
50d7b9f
fd5e1b9
e747591
6e64963
b052c06
1806445
49512ff
e110381
fcd106d
764c928
55d475b
818c573
80fc470
3bf6ecf
f1752d5
9c7b6ee
bdc90d5
69d2c32
e01a2ca
1ac2e6f
d2e99ec
624bd02
c0f3084
3ac3625
c2d700b
098e242
b77f192
fb3fa4f
45d0e15
40a80bf
058a405
e89f919
70c88aa
e09fed5
e3a9404
8238845
c9c8982
d42eed8
8a5fa38
d15cabc
f301871
1909e0d
123995d
8cb9973
964f3a3
b90c3de
eea23b7
9063380
d019dff
9d8acd3
72b3685
234372b
7bc004a
041d178
63ebb22
fb72c87
cc88b09
7dd4d0e
7a45afd
172b5a6
b11c0eb
95d446d
79770bf
680db26
3dfb6e2
4e2762f
d3a0255
0da7537
14ea14f
538b2e0
c5619ba
061d269
7ed2846
e4b608e
2bc73a2
d0f5750
592a9c3
3cbc78a
d0ac758
44a5bf3
537ec7b
227d42e
771c788
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I'll note that, if we cared, we could upstream using a newer version of vixl, which would make our diff to use the Morello branch smaller. I wonder though if we should have a separate libvixl-morello that we point at so that we don't get any conflicts in the vixl source itself, and just need to change the build system plus this file (which would collapse to only adding the ISA option were upstream to update).
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.
That would be nice, but I find submitting patches using git send-email rather awkward.