setmem: implement the remote protocol to address the new API

This patch implements the remote protocol to address the new API.

Signed-off-by: Taku Izumi <izumi.taku@jp.fujitsu.com>
This commit is contained in:
Taku Izumi
2011-03-02 17:13:24 +09:00
committed by Eric Blake
parent cad769001c
commit 55141abf9d
9 changed files with 104 additions and 2 deletions

View File

@@ -340,6 +340,11 @@ struct remote_domain_set_memory_args {
remote_nonnull_domain dom;
uint64_t memory;
};
struct remote_domain_set_memory_flags_args {
remote_nonnull_domain dom;
uint64_t memory;
u_int flags;
};
struct remote_domain_get_info_args {
remote_nonnull_domain dom;
};