Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
b0eb91ae
Commit
b0eb91ae
authored
Sep 08, 2016
by
Christian Borntraeger
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'kvms390/s390forkvm' into kvms390next
parents
0624a8eb
f6c1d359
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
4 deletions
+25
-4
arch/s390/include/asm/facilities_src.h
arch/s390/include/asm/facilities_src.h
+24
-0
arch/s390/kvm/kvm-s390.c
arch/s390/kvm/kvm-s390.c
+1
-4
No files found.
arch/s390/include/asm/facilities_src.h
View file @
b0eb91ae
...
...
@@ -55,4 +55,28 @@ static struct facility_def facility_defs[] = {
-
1
/* END */
}
},
{
.
name
=
"FACILITIES_KVM"
,
.
bits
=
(
int
[]){
0
,
/* N3 instructions */
1
,
/* z/Arch mode installed */
2
,
/* z/Arch mode active */
3
,
/* DAT-enhancement */
4
,
/* idte segment table */
5
,
/* idte region table */
6
,
/* ASN-and-LX reuse */
7
,
/* stfle */
8
,
/* enhanced-DAT 1 */
9
,
/* sense-running-status */
10
,
/* conditional sske */
13
,
/* ipte-range */
14
,
/* nonquiescing key-setting */
73
,
/* transactional execution */
75
,
/* access-exception-fetch/store indication */
76
,
/* msa extension 3 */
77
,
/* msa extension 4 */
78
,
/* enhanced-DAT 2 */
-
1
/* END */
}
},
};
arch/s390/kvm/kvm-s390.c
View file @
b0eb91ae
...
...
@@ -132,10 +132,7 @@ module_param(nested, int, S_IRUGO);
MODULE_PARM_DESC
(
nested
,
"Nested virtualization support"
);
/* upper facilities limit for kvm */
unsigned
long
kvm_s390_fac_list_mask
[
16
]
=
{
0xffe6000000000000UL
,
0x005e000000000000UL
,
};
unsigned
long
kvm_s390_fac_list_mask
[
16
]
=
{
FACILITIES_KVM
};
unsigned
long
kvm_s390_fac_list_mask_size
(
void
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment