2.9.
CLASS: VM
CHAPTER 2.
API REFERENCE
RPC name: set PV bootloader
Overview:
Set the PV/bootloader field of the given VM.
Signature:
void set_PV_bootloader (session_id s, VM ref self, string value)
Arguments:
type
name
description
VM ref
self
reference to the object
string
value
New value to set
Return Type:
void
RPC name: get PV kernel
Overview:
Get the PV/kernel field of the given VM.
Signature:
string get_PV_kernel (session_id s, VM ref self)
Arguments:
type
name
description
VM ref
self
reference to the object
Return Type:
string
value of the field
RPC name: set PV kernel
Overview:
Set the PV/kernel field of the given VM.
Signature:
void set_PV_kernel (session_id s, VM ref self, string value)
Arguments:
type
name
description
VM ref
self
reference to the object
string
value
New value to set
Return Type:
void
83