OSDN Git Service

ui/console: register the console from qemu_console_init()
[qmiga/qemu.git] / ui /
2023-09-04 Marc-André Lureauui/console: register the console from qemu_console_init()
2023-09-04 Marc-André Lureauui/console: instantiate a specific console type
2023-09-04 Marc-André Lureauui/console: introduce different console objects
2023-09-04 Marc-André Lureauui/console: change new_console() to use object initiali...
2023-09-04 Marc-André Lureauui/console: use OBJECT_DEFINE_TYPE for QemuConsole
2023-09-04 Marc-André Lureauui/vc: move VCCharDev specific fields out of QemuConsole
2023-09-04 Marc-André Lureauui/vc: pass VCCharDev to VC-specific functions
2023-09-04 Marc-André Lureauui/vc: fold text_update_xy()
2023-09-04 Marc-André Lureauui/vc: replace variable with static text attributes...
2023-09-04 Marc-André Lureauui/vc: move VCChardev declaration at the top
2023-09-04 Marc-André Lureauui/vc: VC always has a DisplayState now
2023-09-04 Marc-André Lureauui/console: new_console() cannot fail
2023-09-04 Marc-André Lureauui/console: get the DisplayState from new_console()
2023-09-01 Marc-André Lureauui/console: drop have_gfx
2023-09-01 Marc-André Lureauui/console: call dpy_gfx_update() regardless of have_gfx
2023-09-01 Marc-André Lureauui/console: console_select() regardless of have_gfx
2023-09-01 Marc-André Lureauui/vc: drop have_text
2023-09-01 Marc-André Lureauui/vc: replace vc_chr_write() with generic qemu_chr_write()
2023-09-01 Marc-André Lureauui/qmp: move screendump to ui-qmp-cmds.c
2023-09-01 Marc-André Lureauui: remove qemu_pixman_linebuf_copy()
2023-09-01 Marc-André Lureauui: remove qemu_pixman_color() helper
2023-08-11 Richard HendersonMerge tag 'for_upstream' of https://git./virt/kvm/mst...
2023-08-09 Richard HendersonMerge tag 'or1k-pull-request-20230809' of https://githu...
2023-08-08 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-08-07 Richard HendersonMerge tag 'fixes-pull-request' of https://gitlab.com...
2023-08-07 Dongwon Kimui/gtk: set scanout mode in gd_egl/gd_gl_area_scanout_t...
2023-08-02 Richard HendersonMerge tag 'pull-qapi-2023-08-02' of https://repo.or...
2023-08-02 Richard HendersonMerge tag 'misc-fixes-20230801' of https://github.com...
2023-08-01 Stefan Weilmisc: Fix some typos in documentation and comments
2023-08-01 Marc-André Lureauui/dbus: fix clang compilation issue
2023-08-01 Marc-Andre Lureauui/dbus: fix win32 compilation when !opengl
2023-07-28 Richard HendersonMerge tag 'block-pull-request' of https://gitlab.com...
2023-07-25 Peter MaydellMerge tag 'pull-trivial-patches' of https://gitlab...
2023-07-25 Peter MaydellMerge tag 'misc-fixes-20230725' of https://github.com...
2023-07-25 Peter MaydellMerge tag 'pull-target-arm-20230725' of https://git...
2023-07-25 Sean EstabrooksFor curses display, recognize a few more control keys
2023-07-24 Peter MaydellMerge tag 'pull-qapi-2023-07-10' of https://repo.or...
2023-07-17 Richard HendersonMerge tag 'block-pull-request' of https://gitlab.com...
2023-07-17 Richard HendersonMerge tag 'pull-target-arm-20230717' of https://git...
2023-07-17 Richard HendersonMerge tag 'ui-pull-request' of https://gitlab.com/marca...
2023-07-17 Dongwon Kimui/gtk: skip refresh if new dmabuf has been submitted
2023-07-17 Dongwon Kimui/gtk: set scanout-mode right before scheduling draw
2023-07-17 Dongwon Kimvirtio-gpu-udmabuf: correct naming of QemuDmaBuf size...
2023-07-17 Dongwon Kimvirtio-gpu: replace the surface with null surface when...
2023-07-17 Dongwon Kimui/gtk: Make sure the right EGL context is currently...
2023-07-17 Mauro Matteo Cascellaui/vnc-clipboard: fix infinite loop in inflate_buffer...
2023-07-01 Richard HendersonMerge tag 'pull-tcg-20230701' of https://gitlab.com...
2023-06-30 Richard Hendersonui/dbus: fix build errors in dbus_update_gl_cb and...
2023-06-29 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-06-28 Richard HendersonMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-06-28 Richard HendersonMerge tag 'for_upstream' of https://git./virt/kvm/mst...
2023-06-28 Richard HendersonMerge tag 'nvme-next-pull-request' of https://gitlab...
2023-06-28 Richard HendersonMerge tag 'ui-pull-request' of https://gitlab.com/marca...
2023-06-27 Marc-André Lureauui/dbus: use shared D3D11 Texture2D when possible
2023-06-27 Marc-André Lureauui: add optional d3d texture pointer to scanout texture
2023-06-27 Marc-André Lureauui/egl: query ANGLE d3d device
2023-06-27 Marc-André Lureauui/dbus: add some GL traces
2023-06-27 Marc-André Lureauui/dbus: add GL support on win32
2023-06-27 Marc-André Lureauui: add egl_fb_read_rect()
2023-06-27 Marc-André Lureauui/egl: default to GLES on windows
2023-06-27 Marc-André Lureauui: add egl-headless support on win32
2023-06-27 Marc-André Lureauui/dbus: use shared memory when possible on win32
2023-06-27 Marc-André Lureauconsole/win32: allocate shareable display surface
2023-06-27 Marc-André Lureauui/dbus: introduce "Interfaces" properties
2023-06-27 Marc-André Lureauui/dbus: win32 support
2023-06-27 Marc-André Lureauui/dbus: compile without gio/gunixfdlist.h
2023-06-27 Marc-André Lureauui/egl: fix make_context_current() callback return...
2023-06-27 Marc-André Lureauui/egl: export qemu_egl_get_error_string()
2023-06-27 Dongwon Kimui/gtk: making dmabuf NULL when it's released.
2023-06-27 Dongwon Kimui/gtk: set the area of the scanout texture correctly
2023-06-27 Bilal Elmoussaouiui/dbus: Expose a touch device interface
2023-06-27 Bilal Elmoussaouiui/touch: Move event handling to a common helper
2023-06-27 Antonio Caggianoui/sdl2: OpenGL window context
2023-06-27 Marc-André Lureauegl: no need to lookup EGL functions manually
2023-06-27 Marc-André Lureauui: return NULL when getting cursor without a console
2023-06-21 Richard HendersonMerge tag 'seabios-hppa-v7-pull-request' of https:...
2023-06-20 Richard HendersonMerge tag 'pull-tcg-20230620' of https://gitlab.com...
2023-06-20 Philippe Mathieu... meson: Replace softmmu_ss -> system_ss
2023-06-20 Philippe Mathieu... meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY
2023-06-14 Richard HendersonMerge tag 'pull-riscv-to-apply-20230614' of https:...
2023-06-14 Richard HendersonMerge tag 'misc-20230613' of https://github.com/philmd...
2023-06-13 Philippe Mathieu... cocoa: Fix warnings about invalid prototype declarations
2023-06-10 Richard HendersonMerge tag 'pull-ppc-20230610' of https://gitlab.com...
2023-06-10 Richard HendersonMerge tag 'trivial-patches-20230610' of https://gitlab...
2023-06-09 Anastasia Belovavnc: move assert in vnc_worker_thread_loop
2023-06-06 Richard HendersonMerge tag 'pull-target-arm-20230606' of https://git...
2023-06-06 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-06-06 Richard HendersonMerge tag 'pull-request-2023-06-06' of https://gitlab...
2023-06-05 Philippe Mathieu... bulk: Remove pointless QOM casts
2023-06-03 Richard HendersonMerge tag 'migration-20230602-pull-request' of https...
2023-06-02 Richard HendersonMerge tag 'pull-nbd-2023-06-01-v2' of https://repo...
2023-06-02 Eric Blakecutils: Adjust signature of parse_uint[_full]
2023-05-29 Richard HendersonMerge tag 'pull-ppc-20230528' of https://gitlab.com...
2023-05-29 Richard HendersonMerge tag 'ui-pull-request' of https://gitlab.com/marca...
2023-05-28 Sergio Lopezui/gtk: enable backend to send multi-touch events
2023-05-28 Sergio Lopezui: add helpers for virtio-multitouch events
2023-05-28 Sergio Lopezui: add the infrastructure to support MT events
2023-05-28 Mauro Matteo Cascellaui/cursor: make width/height unsigned 16-bit integer
2023-05-28 Volker Rümelinui/sdl2: disable SDL_HINT_GRAB_KEYBOARD on Windows
2023-05-28 Bernhard Beschowui/sdl2: Grab Alt+F4 also under Windows
next