Commit 4da1043
committed
igvm: Relax unsafe_code restriction
Currently unsafe_code is forbidden for igvm code. In order to add
a C compatible API we will need to accept and work with raw C
pointers to data. This requires a relaxing of the unsafe rule from
'forbid' to 'deny' allowing the C API feature, when enabled, to
override the setting.
Signed-off-by: Roy Hopkins <rhopkins@suse.de>1 parent b1e8149 commit 4da1043
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments