aboutsummaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)AuthorFilesLines
8 dayshw/display/bcm2835_fb: Move inclusion of console.h to the .c fileThomas Huth1-0/+1
2025-09-02hw/display/xlnx_dp: Don't leak dpcd and edid objectsPeter Maydell1-3/+7
2025-08-01hw/display/framebuffer: Add cast to force 64x64 multiplyPeter Maydell1-3/+3
2025-07-29hw/display/sm501: fix missing error-report.hClément Chigot1-0/+1
2025-07-29hw/display/qxl-render: fix qxl_unpack_chunks() chunk size calculationMichael Tokarev1-1/+10
2025-07-21Merge tag 'display-20250718-pull-request' of https://gitlab.com/kraxel/qemu i...Stefan Hajnoczi3-4/+9
2025-07-18hw/i386: Add the ramfb romfile compatibilityShaoqin Huang1-1/+1
2025-07-17ramfb: Add property to control if load the romfileShaoqin Huang3-4/+9
2025-07-16Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Stefan Hajnoczi1-0/+27
2025-07-15qemu: Declare all load/store helper in 'qemu/bswap.h'Philippe Mathieu-Daudé2-0/+2
2025-07-15qemu: Convert target_words_bigendian() to TargetInfo APIPhilippe Mathieu-Daudé1-1/+1
2025-07-15hw/display: Allow injection of virtio-gpu EDID nameAndrew Keesler1-0/+27
2025-07-02virtio-gpu: support context init multiple timelineYiwei Zhang1-0/+44
2025-06-12hw/display/vmware_vga: skip automatic zero-init of large structDaniel P. Berrangé1-1/+1
2025-06-06hw/display/apple-gfx: Replace QemuSemaphore with QemuEventAkihiko Odaki1-5/+5
2025-05-15Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-3/+9
2025-05-14vhost-user: return failure if backend crash when live migrationHaoqian He1-3/+9
2025-05-12Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi1-1/+1
2025-05-09hw/display/apple-gfx.m: fix "in in" typo in commentMichael Tokarev1-1/+1
2025-05-06ui/egl: use DRM_FORMAT_MOD_INVALID as default modifierQiang Yu2-2/+5
2025-05-06ui/dmabuf: extend QemuDmaBuf to support multi-planeQiang Yu2-4/+8
2025-04-25exec: Rename target_words_bigendian() -> target_big_endian()Philippe Mathieu-Daudé1-1/+1
2025-04-25qom: Make InterfaceInfo[] uses constPhilippe Mathieu-Daudé9-9/+9
2025-04-25qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé37-43/+43
2025-04-24Merge tag 'pull-misc-2025-04-24' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi3-3/+0
2025-04-24cleanup: Drop pointless return at end of functionMarkus Armbruster3-3/+0
2025-04-23include/system: Move exec/ramblock.h to system/ramblock.hRichard Henderson1-1/+1
2025-04-23include/system: Move exec/ioport.h to system/ioport.hRichard Henderson1-1/+1
2025-04-23include/system: Move exec/address-spaces.h to system/address-spaces.hRichard Henderson1-1/+1
2025-04-23include/system: Move exec/memory.h to system/memory.hRichard Henderson4-4/+4
2025-03-31hw/display/dm163: Add descriptionPhilippe Mathieu-Daudé1-1/+1
2025-03-14hw/qxl: fix cprSteve Sistare1-3/+24
2025-03-06qdev: Rename PropertyInfo member @name to @typeMarkus Armbruster1-1/+1
2025-02-25pvg: add option to configure it outPaolo Bonzini1-4/+2
2025-02-25pvg: do not enable it on cross-architecture targetsPaolo Bonzini2-10/+3
2025-02-19Merge tag 'mem-next-pull-request' of https://gitlab.com/peterx/qemu into stagingStefan Hajnoczi1-1/+2
2025-02-16hw/display: Have RAMFB device inherit from DYNAMIC_SYS_BUS_DEVICEPhilippe Mathieu-Daudé1-2/+1
2025-02-12memory: pass MemTxAttrs to memory_access_is_direct()David Hildenbrand1-1/+2
2025-02-04artist: Allow disabling artist on command lineHelge Deller1-3/+6
2025-01-15virtio-gpu: Add definition for resource_uuid featureDorinda Bassey2-0/+11
2024-12-31hw/display/qxl: Do not use C99 // commentsHyman Huang1-1/+1
2024-12-31hw/display/apple-gfx: Adds configurable mode listPhil Dennis-Jordan5-20/+141
2024-12-31hw/display/apple-gfx: Adds PCI implementationPhil Dennis-Jordan4-0/+157
2024-12-31hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework supportPhil Dennis-Jordan6-0/+1167
2024-12-21Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi9-11/+11
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé9-11/+11
2024-12-19include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson27-30/+0
2024-12-15hw/display: Constify all PropertyRichard Henderson27-30/+30
2024-12-03hw/display/vga: Do not reset 'big_endian_fb' in vga_common_reset()Philippe Mathieu-Daudé1-1/+1
2024-11-18hw/display: check frame buffer can hold blobAlex Bennée1-2/+1