File tree 4 files changed +28
-0
lines changed
4 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ // Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ // SPDX-License-Identifier: Apache-2.0
3
+ //
4
+ // Portions Copyright 2017 The Chromium OS Authors. All rights reserved.
5
+ // Use of this source code is governed by a BSD-style license that can be
6
+ // found in the THIRD-PARTY file.
7
+
1
8
use std:: io;
2
9
use std:: mem:: size_of;
3
10
use std:: os:: unix:: io:: AsRawFd ;
Original file line number Diff line number Diff line change
1
+ // Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ // SPDX-License-Identifier: Apache-2.0
3
+ //
4
+ // Portions Copyright 2017 The Chromium OS Authors. All rights reserved.
5
+ // Use of this source code is governed by a BSD-style license that can be
6
+ // found in the THIRD-PARTY file.
7
+
1
8
use kvm_bindings:: * ;
2
9
3
10
use libc:: { open, O_CLOEXEC , O_RDWR } ;
Original file line number Diff line number Diff line change
1
+ // Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ // SPDX-License-Identifier: Apache-2.0
3
+ //
4
+ // Portions Copyright 2017 The Chromium OS Authors. All rights reserved.
5
+ // Use of this source code is governed by a BSD-style license that can be
6
+ // found in the THIRD-PARTY file.
7
+
1
8
use kvm_bindings:: * ;
2
9
use libc:: EINVAL ;
3
10
use std:: fs:: File ;
Original file line number Diff line number Diff line change
1
+ // Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ // SPDX-License-Identifier: Apache-2.0
3
+ //
4
+ // Portions Copyright 2017 The Chromium OS Authors. All rights reserved.
5
+ // Use of this source code is governed by a BSD-style license that can be
6
+ // found in the THIRD-PARTY file.
7
+
1
8
use ioctls:: Result ;
2
9
use kvm_bindings:: * ;
3
10
use std:: fs:: File ;
You can’t perform that action at this time.
0 commit comments