There are no use-cases for this flag.
Signed-off-by: Tamas K Lengyel <tamas.lengyel@zentific.com>
Acked-by: Tim Deegan <tim@xen.org>
continue;
}
- if ( rsp.flags & VM_EVENT_FLAG_DUMMY )
- continue;
-
/* Validate the vcpu_id in the response. */
if ( (rsp.vcpu_id >= d->max_vcpus) || !d->vcpu[rsp.vcpu_id] )
continue;
continue;
}
- if ( rsp.flags & VM_EVENT_FLAG_DUMMY )
- continue;
-
/* Validate the vcpu_id in the response. */
if ( (rsp.vcpu_id >= d->max_vcpus) || !d->vcpu[rsp.vcpu_id] )
continue;
continue;
}
- if ( rsp.flags & VM_EVENT_FLAG_DUMMY )
- continue;
-
/* Validate the vcpu_id in the response. */
if ( (rsp.vcpu_id >= d->max_vcpus) || !d->vcpu[rsp.vcpu_id] )
continue;
#define VM_EVENT_FLAG_VCPU_PAUSED (1 << 0)
/* Flags to aid debugging mem_event */
#define VM_EVENT_FLAG_FOREIGN (1 << 1)
-#define VM_EVENT_FLAG_DUMMY (1 << 2)
/*
* Reasons for the vm event request