Lines Matching full:guest
3 * Virtual Device for Guest <-> VMM/Host communication interface
19 /** Layout of VMMDEV RAM region that contains information for guest. */
37 /** Mask of events the guest wants, set by guest. */
57 /* The guest has been restored. */
123 /* The guest can (== wants to) handle absolute coordinates. */
131 * The guest can *NOT* switch to software cursor and therefore depends on the
134 * When guest additions are installed and the host has promised to display the
135 * cursor itself, the guest installs a hardware mouse driver. Don't ask the
136 * guest to switch to a software cursor then.
141 /* The guest can read VMMDev events to find out about pointer movement */
144 * If the guest changes the status of the VMMDEV_MOUSE_GUEST_NEEDS_HOST_CURSOR
149 * The host supplies an absolute pointing device. The Guest Additions may
197 /* The guest supports seamless display rendering. */
199 /* The guest supports mapping guest to host windows. */
202 * The guest graphical additions are active.
217 * Guest virtual address of proposed hypervisor start.
238 /** struct vmmdev_guestinfo - Guest information report. */
247 /** Guest OS type. */
254 /** struct vmmdev_guestinfo2 - Guest information report, version 2. */
276 * the guest build config is sane). So, the user must check this and
313 /** struct vmmdev_guest_status - Guest Additions status structure. */
319 /** Current guest status. */
335 /** Guest ram size in megabytes. */
371 /** OUT: Guest heartbeat interval in nanosec. */