|
@@ -46,6 +46,7 @@ int HYPERVISOR_event_channel_op(int cmd, void *arg);
|
|
|
unsigned long HYPERVISOR_hvm_op(int op, void *arg);
|
|
|
int HYPERVISOR_memory_op(unsigned int cmd, void *arg);
|
|
|
int HYPERVISOR_physdev_op(int cmd, void *arg);
|
|
|
+int HYPERVISOR_vcpu_op(int cmd, int vcpuid, void *extra_args);
|
|
|
|
|
|
static inline void
|
|
|
MULTI_update_va_mapping(struct multicall_entry *mcl, unsigned long va,
|