/qemu/docs/ |
H A D | multiseat.txt | 22 -display [ sdl | gtk ] \ 33 -device usb-kbd,bus=usb.2.0,port=1,display=video.2 \ 34 -device usb-tablet,bus=usb.2.0,port=2,display=video.2 36 This places a pci bridge in slot 12, connects a display adapter and 38 usb mouse, both connected to the xhci and linked to the display. 40 The "display=video2" sets up the input routing. Any input coming from 41 the window which belongs to the video.2 display adapter will be routed 49 -device virtio-keyboard-pci,bus=head.2,addr=03.0,display=video.2 \ 50 -device virtio-tablet-pci,bus=head.2,addr=03.0,display=video.2 57 The sdl2 ui will start up with two windows, one for each display [all …]
|
/qemu/qapi/ |
H A D | ui.json | 15 # Display protocols which support changing password options. 68 # @display: The id of the display where the password should be 74 'data': { '*display': 'str' } } 79 # Set the password of a remote display server. 129 # @display: The id of the display where the expiration should be 135 'data': { '*display': 'str' } } 140 # Expire the password of a remote display server. 177 # @device: ID of the display device that should be dumped. If this 178 # parameter is missing, the primary display will be used. 253 # multiple display channels in a multihead setup [all …]
|
/qemu/ui/ |
H A D | dbus-display1.xml | 40 (earlier version of the display interface do not provide this property) 65 Register a console listener, which will receive display updates, until 85 @width_mm: the physical display width in millimeters. 86 @height_mm: the physical display height in millimeters. 92 Modify the dimensions and display settings. 155 (earlier version of the display interface do not provide this property) 326 @width: display width, in pixels. 327 @height: display height, in pixels. 332 Resize and update the display content. 334 The data to transfer for the display update may be large. The preferred [all …]
|
H A D | ui-hmp-cmds.c | 172 * display in the case of 'reverse' connections where in hmp_info_vnc() 178 if (info->display) { in hmp_info_vnc() 179 monitor_printf(mon, " Display: %s\n", info->display); in hmp_info_vnc() 197 [SPICE_CHANNEL_DISPLAY] = "display", in hmp_info_spice() 265 const char *display = qdict_get_try_str(qdict, "display"); in hmp_set_password() local 287 opts.u.vnc.display = (char *)display; in hmp_set_password() 300 const char *display = qdict_get_try_str(qdict, "display"); in hmp_expire_password() local 314 opts.u.vnc.display = (char *)display; in hmp_expire_password()
|
H A D | dbus.h | 2 * QEMU DBus display 71 #define TYPE_DBUS_DISPLAY "dbus-display" 84 dbus_display_console_new(DBusDisplay *display, QemuConsole *con);
|
H A D | x_keymap.c | 22 static gboolean check_for_xwin(Display *dpy) in check_for_xwin() 35 static gboolean check_for_xquartz(Display *dpy) in check_for_xquartz() 55 const guint16 *qemu_xkeymap_mapping_table(Display *dpy, size_t *maplen) in qemu_xkeymap_mapping_table()
|
/qemu/ |
H A D | hmp-commands-info.hx | 707 .help = "Display the value of a storage key", 714 Display the value of a storage key (s390 only) 722 .help = "Display the values of the CMMA storage attributes for a range of pages", 729 Display the values of the CMMA storage attributes for a range of 737 .help = "Display the latest dump status", 743 Display the latest dump status. 750 .help = "Display system ramblock information", 797 Display the amount of initially allocated and present hotpluggable (if 826 Display the record/replay information: mode and the current icount. 839 Display the vcpu dirty rate information. [all …]
|
/qemu/docs/system/ |
H A D | keys.rst.inc | 3 (used in the table below) which can be changed with ``-display`` suboption 4 ``mod=`` where appropriate. For example, ``-display sdl, 6 while ``-display sdl,grab-mod=rctrl`` changes it to the right Ctrl key. 24 Target system display
|
/qemu/docs/interop/ |
H A D | dbus-display.rst | 1 D-Bus display 4 QEMU can export the VM display through D-Bus (when started with ``-display 6 interactive display usages.
|
H A D | vhost-user-gpu.rst | 17 front-end process (such as QEMU). It bears a resemblance to a display 18 server protocol, if you consider QEMU as the display server and the 20 work by setting a scanout/display configuration, before sending flush 21 events for the display updates. It will also update the cursor shape 211 Get the preferred display configuration. 248 The display should be flushed and presented. 265 The display should be flushed and presented according to updated
|
/qemu/tests/functional/ |
H A D | test_mem_addr_space.py | 63 '-cpu', 'pentium,pse36=on', '-display', 'none', 81 '-cpu', 'pentium,pae=on', '-display', 'none', 98 '-cpu', 'pentium,pse36=on', '-display', 'none', 116 '-cpu', 'pentium,pae=on', '-display', 'none', 133 '-cpu', 'pentium2', '-display', 'none', 153 '-cpu', 'pentium', '-display', 'none', 181 '-display', 'none', 202 '-display', 'none', 219 '-display', 'none', 236 '-display', 'none', [all …]
|
/qemu/hw/display/ |
H A D | bochs-display.c | 2 * QEMU PCI bochs display adapter. 14 #include "hw/display/bochs-vbe.h" 15 #include "hw/display/edid.h" 59 #define TYPE_BOCHS_DISPLAY "bochs-display" 63 .name = "bochs-display", 271 error_setg(errp, "bochs-display: video memory too small"); in bochs_display_realize() 275 error_setg(errp, "bochs-display: video memory too big"); in bochs_display_realize() 282 memory_region_init_ram(&s->vram, obj, "bochs-display-vram", s->vgamem, in bochs_display_realize() 290 "bochs-display-mmio", PCI_VGA_MMIO_SIZE); in bochs_display_realize() 364 k->romfile = "vgabios-bochs-display.bin"; in bochs_display_class_init()
|
H A D | ssd0303.c | 2 * SSD0303 OLED controller with OSRAM Pictiva 96x16 display. 124 case 0xa4: /* Entire display off. */ in ssd0303_send() 127 case 0xa5: /* Entire display on. */ in ssd0303_send() 142 case 0xae: /* Display off. */ in ssd0303_send() 145 case 0xaf: /* Display on. */ in ssd0303_send() 153 case 0xd3: /* Set display offset (Ignored). */ in ssd0303_send() 156 case 0xd5: /* Set display clock (Ignored). */ in ssd0303_send()
|
H A D | virtio-gpu-gl.c | 138 "The display backend does not have OpenGL support enabled"); in virtio_gpu_gl_device_realize() 140 "It can be enabled with '-display BACKEND,gl=on' " in virtio_gpu_gl_device_realize() 141 "where BACKEND is the name of the display backend " in virtio_gpu_gl_device_realize() 219 module_dep("hw-display-virtio-gpu");
|
H A D | virtio-vga-gl.c | 5 #include "hw/display/vga.h" 51 module_dep("hw-display-virtio-vga");
|
H A D | virtio-vga-rutabaga.c | 7 #include "hw/display/vga.h" 50 module_dep("hw-display-virtio-vga");
|
/qemu/tests/tcg/multiarch/system/ |
H A D | Makefile.softmmu-target | 26 "-monitor none -display none -chardev file$(COMMA)path=$<.out$(COMMA)id=output $(QEMU_OPTS)" \ 35 …"-smp 2 -monitor none -display none -chardev file$(COMMA)path=$<.out$(COMMA)id=output $(QEMU_OPTS)… 46 …"-monitor none -display none -chardev file$(COMMA)path=untimely-packet.out$(COMMA)id=output $(QEMU… 58 "-monitor none -display none -chardev file$(COMMA)path=$<.out$(COMMA)id=output $(QEMU_OPTS)" \
|
/qemu/tests/tcg/aarch64/ |
H A D | Makefile.softmmu-target | 56 QEMU_BASE_MACHINE=-M virt -cpu max -display none 78 $(QEMU) -monitor none -display none \ 86 $(QEMU) -monitor none -display none \ 97 run-pauth-3: QEMU_BASE_MACHINE=-M virt -cpu max,pauth-qarma5=on -display none 106 QEMU_MTE_ENABLED_MACHINE=-M virt,mte=on -cpu max -display none
|
/qemu/tests/qtest/ |
H A D | dbus-display-test.c | 48 *qts = qtest_init("-display dbus,p2p=yes -name dbus-test"); in test_setup() 52 qtest_qmp_add_client(*qts, "@dbus-display", pair[1]); in test_setup() 362 qtest_add_func("/dbus-display/vm", test_dbus_display_vm); in main() 363 qtest_add_data_func("/dbus-display/console", GINT_TO_POINTER(false), test_dbus_display_console); in main() 364 …qtest_add_data_func("/dbus-display/console/map", GINT_TO_POINTER(true), test_dbus_display_console); in main() 365 qtest_add_func("/dbus-display/keyboard", test_dbus_display_keyboard); in main()
|
/qemu/hw/arm/ |
H A D | Kconfig | 95 select PL181 # display 178 select PL181 # display 223 select SSD0303 # OLED display 224 select SSD0323 # OLED display 282 select PL181 # display
|
/qemu/docs/system/ppc/ |
H A D | ppce500.rst | 104 -display none -serial stdio \ 118 -display none -serial stdio \ 159 -display none -serial stdio \ 180 -display none -serial stdio \ 191 -display none -serial stdio \
|
/qemu/include/hw/display/ |
H A D | xlnx_dp.h | 31 #include "hw/display/dpcd.h" 32 #include "hw/display/i2c-ddc.h" 80 * This is the planes used to display in console. When the blending is
|
/qemu/hw/vfio/ |
H A D | vfio-display.h | 2 * VFIO display 13 #include "hw/display/ramfb.h"
|
/qemu/docs/system/riscv/ |
H A D | sifive_u.rst | 130 -display none -serial stdio \ 155 -display none -serial stdio \ 201 -display none -serial stdio \ 294 -display none -serial stdio \ 303 -display none -serial stdio \ 341 -display none -serial stdio \ 363 -display none -serial stdio \
|
/qemu/tests/tcg/arm/ |
H A D | Makefile.softmmu-target | 48 QEMU_BASE_MACHINE=-M virt -cpu max -display none 64 $(QEMU) -monitor none -display none \ 72 $(QEMU) -monitor none -display none \
|