Age | Commit message (Expand) | Author |
2024-06-19 | ui+display: rename is_buffer_shared() -> surface_is_allocated() | Gerd Hoffmann |
2024-06-19 | stdvga: fix screen blanking | Gerd Hoffmann |
2024-06-04 | hw/xen: Register framebuffer backend via xen_backend_init() | Philippe Mathieu-Daudé |
2024-06-04 | hw/xen: Make XenDevOps structures const | Philippe Mathieu-Daudé |
2024-05-22 | virtio-gpu: fix v2 migration | Marc-André Lureau |
2024-05-14 | ui/console: Use qemu_dmabuf_new() and free() helpers instead | Dongwon Kim |
2024-05-14 | ui/console: Use qemu_dmabuf_get_..() helpers instead | Dongwon Kim |
2024-05-10 | xen: register legacy backends via xen_backend_init | Paolo Bonzini |
2024-05-03 | display: remove GraphicHwOps from typedefs.h | Paolo Bonzini |
2024-05-03 | build: do not build virtio-vga-gl if virgl/opengl not available | Paolo Bonzini |
2024-04-30 | hw/display : Add device DM163 | Inès Varhol |
2024-04-26 | exec: Declare target_words_bigendian() in 'exec/tswap.h' | Philippe Mathieu-Daudé |
2024-04-25 | hw, target: Add ResetType argument to hold and exit phase methods | Peter Maydell |
2024-04-18 | vga: move dirty memory region code together | Paolo Bonzini |
2024-04-18 | vga: optimize computation of dirty memory region | Paolo Bonzini |
2024-04-18 | ramfb: move stubs out of stubs/ | Paolo Bonzini |
2024-04-10 | hw/display/virtio-gpu: Protect from DMA re-entrancy bugs | Philippe Mathieu-Daudé |
2024-04-02 | vga: do not treat horiz pel panning value of 8 as "enabled" | Paolo Bonzini |
2024-04-02 | vga: adjust dirty memory region if pel panning is active | Paolo Bonzini |
2024-04-02 | vga: move computation of dirty memory region later | Paolo Bonzini |
2024-04-02 | vga: merge conditionals on shift control register | Paolo Bonzini |
2024-03-12 | Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ... | Peter Maydell |
2024-03-12 | virtio-gpu: fix scanout migration post-load | Marc-André Lureau |
2024-03-12 | virtio-gpu: remove needless condition | Marc-André Lureau |
2024-03-12 | bulk: Access existing variables initialized to &S->F when available | Philippe Mathieu-Daudé |
2024-03-12 | hw/display/macfb: Fix missing ERRP_GUARD() in macfb_nubus_realize() | Zhao Liu |
2024-03-08 | mips: do not list individual devices from configs/ | Paolo Bonzini |
2024-02-27 | hw/usb: extract sysbus-ohci to a separate file | Paolo Bonzini |
2024-02-26 | hw/display/exynos4210_fimd: Pass frame buffer memory region as link | Philippe Mathieu-Daudé |
2024-02-26 | hw/display/pl110: Pass frame buffer memory region as link property | Philippe Mathieu-Daudé |
2024-02-14 | virtio-gpu-rutabaga.c: override resource_destroy method | Manos Pitsidianakis |
2024-02-14 | virtio-gpu.c: add resource_destroy class method | Manos Pitsidianakis |
2024-02-14 | hw/display/virtio-gpu.c: use reset_bh class method | Manos Pitsidianakis |
2024-02-14 | virtio-gpu: Correct virgl_renderer_resource_get_info() error check | Dmitry Osipenko |
2024-01-18 | vga: sort-of implement word and double-word access modes | Paolo Bonzini |
2024-01-18 | vga: use latches in odd/even mode too | Paolo Bonzini |
2024-01-18 | vga: reindent memory access code | Paolo Bonzini |
2024-01-18 | vga: optimize horizontal pel panning in 256-color modes | Paolo Bonzini |
2024-01-18 | vga: implement horizontal pel panning in graphics modes | Paolo Bonzini |
2024-01-18 | vga: mask addresses in non-VESA modes to 256k | Paolo Bonzini |
2024-01-18 | vga: introduce VGADisplayParams | Paolo Bonzini |
2024-01-18 | vga: use common endian swap macros | Paolo Bonzini |
2024-01-08 | Replace "iothread lock" with "BQL" in comments | Stefan Hajnoczi |
2024-01-08 | qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql() | Stefan Hajnoczi |
2024-01-04 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell |
2023-12-31 | configure, meson: rename targetos to host_os | Paolo Bonzini |
2023-12-31 | meson: remove CONFIG_ALL | Paolo Bonzini |
2023-12-31 | meson: remove OS definitions from config_targetos | Paolo Bonzini |
2023-12-29 | hw/display: Constify VMState | Richard Henderson |
2023-12-26 | Fix bugs when VM shutdown with virtio-gpu unplugged | wangmeiling |