File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tools/testing/selftests/kvm/s390x Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ static bool uc_handle_insn_ic(FIXTURE_DATA(uc_kvm) *self)
370
370
* * fail on codes not expected in the test cases
371
371
* Returns if interception is handled / execution can be continued
372
372
*/
373
- static bool uc_handle_sieic (FIXTURE_DATA (uc_kvm ) * self )
373
+ static bool uc_handle_sieic (FIXTURE_DATA (uc_kvm ) * self )
374
374
{
375
375
struct kvm_s390_sie_block * sie_block = self -> sie_block ;
376
376
struct kvm_run * run = self -> run ;
@@ -398,7 +398,7 @@ static bool uc_handle_sieic(FIXTURE_DATA(uc_kvm) * self)
398
398
}
399
399
400
400
/* verify VM state on exit */
401
- static bool uc_handle_exit (FIXTURE_DATA (uc_kvm ) * self )
401
+ static bool uc_handle_exit (FIXTURE_DATA (uc_kvm ) * self )
402
402
{
403
403
struct kvm_run * run = self -> run ;
404
404
@@ -418,7 +418,7 @@ static bool uc_handle_exit(FIXTURE_DATA(uc_kvm) * self)
418
418
}
419
419
420
420
/* run the VM until interrupted */
421
- static int uc_run_once (FIXTURE_DATA (uc_kvm ) * self )
421
+ static int uc_run_once (FIXTURE_DATA (uc_kvm ) * self )
422
422
{
423
423
int rc ;
424
424
@@ -429,7 +429,7 @@ static int uc_run_once(FIXTURE_DATA(uc_kvm) * self)
429
429
return rc ;
430
430
}
431
431
432
- static void uc_assert_diag44 (FIXTURE_DATA (uc_kvm ) * self )
432
+ static void uc_assert_diag44 (FIXTURE_DATA (uc_kvm ) * self )
433
433
{
434
434
struct kvm_s390_sie_block * sie_block = self -> sie_block ;
435
435
You can’t perform that action at this time.
0 commit comments