aboutsummaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)Author
2022-10-22Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster
2022-10-12cirrus_vga: fix potential memory overflowlu zhipeng
2022-09-29vhost-user: Call qemu_socketpair() instead of socketpair()Guoyi Tu
2022-09-27virtio-gpu: update scanout if there is any area covered by the rectDongwon Kim
2022-09-27hw/display/ati_2d: Fix buffer overflow in ati_2d_blt (CVE-2021-3638)Philippe Mathieu-Daudé
2022-08-08xlnx_dp: drop unsupported AUXCommand in xlnx_dp_aux_set_commandQiang Liu
2022-07-28vga: fix incorrect line height in 640x200x2 modePaolo Bonzini
2022-07-26hw/display/bcm2835_fb: Fix framebuffer allocation addressAlan Jian
2022-06-30hw/i2c: add asynchronous sendKlaus Jensen
2022-06-26artist: set memory region owners for buffers to the artist deviceMark Cave-Ayland
2022-06-14virtio-gpu: Respect UI refresh rate for EDIDAkihiko Odaki
2022-06-14ui: Deliver refresh rate via QemuUIInfoAkihiko Odaki
2022-06-14ui/console: Do not return a value with ui_infoAkihiko Odaki
2022-06-14virtio-gpu: update done only on the scanout associated with rectDongwon Kim
2022-06-08xlnx_dp: Fix the interrupt disable logicSai Pavan Boddu
2022-06-08xlnx_dp: Introduce a vblank signalSai Pavan Boddu
2022-06-08xlnx_dp: fix the wrong register sizeFrederic Konrad
2022-06-06modules: introduces module_kconfig directiveJose R. Ziviani
2022-05-18Merge tag 'artist-cursor-fix-final-pull-request' of https://github.com/hdelle...Richard Henderson
2022-05-16artist: Fix X cursor position calculation in X11Helge Deller
2022-05-16artist: Emulate screen blankingHelge Deller
2022-05-16artist: Allow to turn cursor on or offHelge Deller
2022-05-16artist: Fix vertical X11 cursor position in HP-UXHelge Deller
2022-05-16artist: Use human-readable variable names instead of reg_xxxHelge Deller
2022-05-16artist: Introduce constant for max cursor sizeHelge Deller
2022-05-16virtio: add vhost support for virtio devicesJonah Palmer
2022-05-16virtio: drop name parameter for virtio_init()Jonah Palmer
2022-05-08artist: only render dirty scanlines on the display surfaceMark Cave-Ayland
2022-05-08artist: remove unused ROP8OFF() macroMark Cave-Ayland
2022-05-08artist: checkpatch and newline style fixesMark Cave-Ayland
2022-04-22hw/display/vmware_vga: do not discard screen updatesCarwyn Ellis
2022-04-19Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2022-04-07ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206)Mauro Matteo Cascella
2022-04-07display/qxl-render: fix race condition in qxl_cursor (CVE-2021-4207)Mauro Matteo Cascella
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-18hw/display/vga: Report a proper error when adding a 2nd ISA VGAThomas Huth
2022-03-18hw/display: Allow vga_common_init() to return errorsThomas Huth
2022-03-18hw/display/cirrus_vga: Clean up indentation in pci_cirrus_vga_realize()Thomas Huth
2022-03-09macfb: set initial value of mode control registers in macfb_common_realize()Mark Cave-Ayland
2022-03-09macfb: add VMStateDescription fields for display type and VBL timerMark Cave-Ayland
2022-03-09macfb: increase number of registers saved in MacfbStateMark Cave-Ayland
2022-03-09macfb: don't use special irq_state and irq_mask variables in MacfbStateMark Cave-Ayland
2022-03-09macfb: add VMStateDescription for MacfbNubusState and MacfbSysBusStateMark Cave-Ayland
2022-03-04hw/display/vmware_vga: replace fprintf calls with trace eventsCarwyn Ellis
2022-03-04edid: Fix clock of Detailed Timing DescriptorAkihiko Odaki