aboutsummaryrefslogtreecommitdiff
path: root/hw/char/omap_uart.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-1/+1
2024-10-03hw/char: Extract serial-mmBernhard Beschow1-1/+1
2024-10-01hw/char: Remove omap2_uartPeter Maydell1-113/+0
2024-05-28hw: arm: Remove use of tabs in some source filesTanmay Patil1-24/+25
2023-06-05hw/arm/omap: Remove unused omap_uart_attach()Bernhard Beschow1-9/+0
2023-01-12hw/arm/omap: Drop useless casts from void * to pointerPhilippe Mathieu-Daudé1-4/+3
2020-01-07serial: start making SerialMM a sysbus deviceMarc-André Lureau1-1/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-02-13char: allow specifying a GMainContext at opening timePaolo Bonzini1-2/+2
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-1/+1
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-3/+3
2016-10-24char: remove init callbackMarc-André Lureau1-2/+2
2016-01-29arm devices: Clean up includesPeter Maydell1-0/+1
2015-09-07arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-2/+1
2015-03-19omap: Fix warnings from SparseStefan Weil1-1/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-08hw: move char devices to hw/char/, configure via default-configs/Paolo Bonzini1-0/+187