summaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)Author
2024-09-20hw/display: Fix mirrored output in dm163Inès Varhol
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell
2024-09-10virtio: Allow .get_vhost() without vhost_startedHanna Czenczek
2024-08-23hw/display/vhost-user-gpu.c: fix vhost_user_gpu_chr_read()Haoran Zhang
2024-08-06hw/display/virtio-gpu: Improve "opengl is not available" error messagePeter Maydell
2024-07-22virtio-gpu-gl: declare dependency on ui-openglMarc-André Lureau
2024-07-18hw/display/bcm2835_fb: fix fb_use_offsets conditionSamJakob
2024-07-16ui/console: Remove dpy_cursor_define_supported()Akihiko Odaki
2024-07-16ui/console: Convert mouse visibility parameter into boolAkihiko Odaki
2024-07-01vhost-user-gpu: fix import of DMABUFMarc-André Lureau
2024-06-19ui+display: rename is_buffer_shared() -> surface_is_allocated()Gerd Hoffmann
2024-06-19stdvga: fix screen blankingGerd Hoffmann
2024-06-04hw/xen: Register framebuffer backend via xen_backend_init()Philippe Mathieu-Daudé
2024-06-04hw/xen: Make XenDevOps structures constPhilippe Mathieu-Daudé
2024-05-22virtio-gpu: fix v2 migrationMarc-André Lureau
2024-05-14ui/console: Use qemu_dmabuf_new() and free() helpers insteadDongwon Kim
2024-05-14ui/console: Use qemu_dmabuf_get_..() helpers insteadDongwon Kim
2024-05-10xen: register legacy backends via xen_backend_initPaolo Bonzini
2024-05-03display: remove GraphicHwOps from typedefs.hPaolo Bonzini
2024-05-03build: do not build virtio-vga-gl if virgl/opengl not availablePaolo Bonzini
2024-04-30hw/display : Add device DM163Inès Varhol
2024-04-26exec: Declare target_words_bigendian() in 'exec/tswap.h'Philippe Mathieu-Daudé
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell
2024-04-18vga: move dirty memory region code togetherPaolo Bonzini
2024-04-18vga: optimize computation of dirty memory regionPaolo Bonzini
2024-04-18ramfb: move stubs out of stubs/Paolo Bonzini
2024-04-10hw/display/virtio-gpu: Protect from DMA re-entrancy bugsPhilippe Mathieu-Daudé
2024-04-02vga: do not treat horiz pel panning value of 8 as "enabled"Paolo Bonzini
2024-04-02vga: adjust dirty memory region if pel panning is activePaolo Bonzini
2024-04-02vga: move computation of dirty memory region laterPaolo Bonzini
2024-04-02vga: merge conditionals on shift control registerPaolo Bonzini
2024-03-12Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Peter Maydell
2024-03-12virtio-gpu: fix scanout migration post-loadMarc-André Lureau
2024-03-12virtio-gpu: remove needless conditionMarc-André Lureau
2024-03-12bulk: Access existing variables initialized to &S->F when availablePhilippe Mathieu-Daudé
2024-03-12hw/display/macfb: Fix missing ERRP_GUARD() in macfb_nubus_realize()Zhao Liu
2024-03-08mips: do not list individual devices from configs/Paolo Bonzini
2024-02-27hw/usb: extract sysbus-ohci to a separate filePaolo Bonzini
2024-02-26hw/display/exynos4210_fimd: Pass frame buffer memory region as linkPhilippe Mathieu-Daudé
2024-02-26hw/display/pl110: Pass frame buffer memory region as link propertyPhilippe Mathieu-Daudé
2024-02-14virtio-gpu-rutabaga.c: override resource_destroy methodManos Pitsidianakis
2024-02-14virtio-gpu.c: add resource_destroy class methodManos Pitsidianakis
2024-02-14hw/display/virtio-gpu.c: use reset_bh class methodManos Pitsidianakis
2024-02-14virtio-gpu: Correct virgl_renderer_resource_get_info() error checkDmitry Osipenko
2024-01-18vga: sort-of implement word and double-word access modesPaolo Bonzini
2024-01-18vga: use latches in odd/even mode tooPaolo Bonzini
2024-01-18vga: reindent memory access codePaolo Bonzini
2024-01-18vga: optimize horizontal pel panning in 256-color modesPaolo Bonzini
2024-01-18vga: implement horizontal pel panning in graphics modesPaolo Bonzini
2024-01-18vga: mask addresses in non-VESA modes to 256kPaolo Bonzini