Home
last modified time | relevance | path

Searched refs:cursor_guest_mode (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/display/
H A Dati_int.h94 bool cursor_guest_mode; member
H A Dati.c148 if ((s->regs.cur_offset & BIT(31)) || s->cursor_guest_mode) { in ati_cursor_define()
589 if (s->cursor_guest_mode) { in ati_mm_write()
742 if (!s->cursor_guest_mode && in ati_mm_write()
995 if (s->cursor_guest_mode) { in ati_vga_realize()
1047 DEFINE_PROP_BOOL("guest_hwcursor", ATIVGAState, cursor_guest_mode, false),