File tree Expand file tree Collapse file tree 5 files changed +0
-31
lines changed
arch/x86/include/uapi/asm
arch/x86/include/uapi/asm Expand file tree Collapse file tree 5 files changed +0
-31
lines changed Original file line number Diff line number Diff line change @@ -356,17 +356,6 @@ see the description of the capability.
356
356
Note that the Xen shared info page, if configured, shall always be assumed
357
357
to be dirty. KVM will not explicitly mark it such.
358
358
359
- 4.9 KVM_SET_MEMORY_ALIAS
360
- ------------------------
361
-
362
- :Capability: basic
363
- :Architectures: x86
364
- :Type: vm ioctl
365
- :Parameters: struct kvm_memory_alias (in)
366
- :Returns: 0 (success), -1 (error)
367
-
368
- This ioctl is obsolete and has been removed.
369
-
370
359
371
360
4.10 KVM_RUN
372
361
------------
Original file line number Diff line number Diff line change 53
53
/* Architectural interrupt line count. */
54
54
#define KVM_NR_INTERRUPTS 256
55
55
56
- struct kvm_memory_alias {
57
- __u32 slot ; /* this has a different namespace than memory slots */
58
- __u32 flags ;
59
- __u64 guest_phys_addr ;
60
- __u64 memory_size ;
61
- __u64 target_phys_addr ;
62
- };
63
-
64
56
/* for KVM_GET_IRQCHIP and KVM_SET_IRQCHIP */
65
57
struct kvm_pic_state {
66
58
__u8 last_irr ; /* edge detection */
Original file line number Diff line number Diff line change @@ -1440,8 +1440,6 @@ struct kvm_vfio_spapr_tce {
1440
1440
*/
1441
1441
#define KVM_CREATE_VCPU _IO(KVMIO, 0x41)
1442
1442
#define KVM_GET_DIRTY_LOG _IOW(KVMIO, 0x42, struct kvm_dirty_log)
1443
- /* KVM_SET_MEMORY_ALIAS is obsolete: */
1444
- #define KVM_SET_MEMORY_ALIAS _IOW(KVMIO, 0x43, struct kvm_memory_alias)
1445
1443
#define KVM_SET_NR_MMU_PAGES _IO(KVMIO, 0x44)
1446
1444
#define KVM_GET_NR_MMU_PAGES _IO(KVMIO, 0x45)
1447
1445
#define KVM_SET_USER_MEMORY_REGION _IOW(KVMIO, 0x46, \
Original file line number Diff line number Diff line change 53
53
/* Architectural interrupt line count. */
54
54
#define KVM_NR_INTERRUPTS 256
55
55
56
- struct kvm_memory_alias {
57
- __u32 slot ; /* this has a different namespace than memory slots */
58
- __u32 flags ;
59
- __u64 guest_phys_addr ;
60
- __u64 memory_size ;
61
- __u64 target_phys_addr ;
62
- };
63
-
64
56
/* for KVM_GET_IRQCHIP and KVM_SET_IRQCHIP */
65
57
struct kvm_pic_state {
66
58
__u8 last_irr ; /* edge detection */
Original file line number Diff line number Diff line change @@ -1435,8 +1435,6 @@ struct kvm_vfio_spapr_tce {
1435
1435
*/
1436
1436
#define KVM_CREATE_VCPU _IO(KVMIO, 0x41)
1437
1437
#define KVM_GET_DIRTY_LOG _IOW(KVMIO, 0x42, struct kvm_dirty_log)
1438
- /* KVM_SET_MEMORY_ALIAS is obsolete: */
1439
- #define KVM_SET_MEMORY_ALIAS _IOW(KVMIO, 0x43, struct kvm_memory_alias)
1440
1438
#define KVM_SET_NR_MMU_PAGES _IO(KVMIO, 0x44)
1441
1439
#define KVM_GET_NR_MMU_PAGES _IO(KVMIO, 0x45)
1442
1440
#define KVM_SET_USER_MEMORY_REGION _IOW(KVMIO, 0x46, \
You can’t perform that action at this time.
0 commit comments