aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-02-27Merge tag 'pull-target-arm-20230227' of https://git.linaro.org/people/pmaydel...Peter Maydell14-107/+23
2023-02-27hw: Replace qemu_or_irq typedef by OrIRQStatePhilippe Mathieu-Daudé8-14/+12
2023-02-27hw/or-irq: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()Philippe Mathieu-Daudé1-2/+1
2023-02-27hw/timer/cmsdk-apb-timer: Remove unused 'qdev-properties.h' headerPhilippe Mathieu-Daudé1-1/+0
2023-02-27hw/char/cmsdk-apb-uart: Open-code cmsdk_apb_uart_create()Philippe Mathieu-Daudé1-34/+0
2023-02-27hw/char/xilinx_uartlite: Open-code xilinx_uartlite_create()Philippe Mathieu-Daudé1-20/+0
2023-02-27hw/char/xilinx_uartlite: Expose XILINX_UARTLITE QOM typePhilippe Mathieu-Daudé1-1/+5
2023-02-27hw/char/pl011: Open-code pl011_luminary_create()Philippe Mathieu-Daudé1-17/+0
2023-02-27hw/char/pl011: Un-inline pl011_create()Philippe Mathieu-Daudé1-18/+1
2023-02-27cpu-defs.h: Expose CPUTLBEntryFull to non-TCG codeFabiano Rosas1-0/+6
2023-02-27include/hw/arm/allwinner-a10.h: Remove superfluous includes from the headerThomas Huth1-2/+0
2023-02-27Merge tag 'pull-request-2023-02-27' of https://gitlab.com/thuth/qemu into sta...Peter Maydell5-6/+4
2023-02-27Updated the FSF address to <https://www.gnu.org/licenses/>Khadija Kamran2-4/+2
2023-02-27s390x/pv: Add support for asynchronous teardown for rebootClaudio Imbrenda1-0/+2
2023-02-27Do not include hw/hw.h if it is not necessaryThomas Huth2-2/+0
2023-02-26Merge tag 'pull-riscv-to-apply-20230224' of github.com:palmer-dabbelt/qemu in...Peter Maydell1-1/+2
2023-02-24Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell8-174/+212
2023-02-24Merge tag 'pull-error-2023-02-23' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell2-7/+1
2023-02-23virtio-scsi: reset SCSI devices from main loop threadStefan Hajnoczi1-1/+10
2023-02-23block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCKKevin Wolf3-8/+11
2023-02-23block: Mark bdrv_*_dirty_bitmap() and callers GRAPH_RDLOCKKevin Wolf3-16/+16
2023-02-23block: Mark bdrv_co_delete_file() and callers GRAPH_RDLOCKKevin Wolf2-4/+8
2023-02-23block: Mark bdrv_(un)register_buf() GRAPH_RDLOCKKevin Wolf1-3/+4
2023-02-23block: Mark bdrv_co_eject/lock_medium() and callers GRAPH_RDLOCKKevin Wolf2-4/+9
2023-02-23block: Mark bdrv_co_is_inserted() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito3-6/+8
2023-02-23block: Mark bdrv_co_io_(un)plug() and callers GRAPH_RDLOCKKevin Wolf2-4/+5
2023-02-23block: Mark bdrv_co_create() and callers GRAPH_RDLOCKKevin Wolf2-12/+13
2023-02-23block: Mark preadv_snapshot/snapshot_block_status GRAPH_RDLOCKKevin Wolf2-9/+11
2023-02-23block: Mark bdrv_co_copy_range() GRAPH_RDLOCKEmanuele Giuseppe Esposito3-30/+23
2023-02-23block: Mark bdrv_co_pwrite_sync() and callers GRAPH_RDLOCKKevin Wolf1-3/+4
2023-02-23block: Mark public read/write functions GRAPH_RDLOCKKevin Wolf1-6/+8
2023-02-23block: Mark read/write in block/io.c GRAPH_RDLOCKKevin Wolf1-18/+22
2023-02-23block: Mark bdrv_co_pwrite_zeroes() and callers GRAPH_RDLOCKKevin Wolf2-6/+8
2023-02-23block: Mark bdrv_co_pdiscard() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito3-9/+13
2023-02-23block: Mark bdrv_co_flush() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito2-6/+8
2023-02-23block: Mark bdrv_co_ioctl() and callers GRAPH_RDLOCKKevin Wolf2-5/+7
2023-02-23block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCKKevin Wolf3-15/+16
2023-02-23block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCKKevin Wolf2-6/+7
2023-02-23block: Make bdrv_can_set_read_only() staticKevin Wolf1-2/+0
2023-02-23rocker: Tweak stubbed out monitor commands' error messagesMarkus Armbruster1-3/+0
2023-02-23replay: Simplify setting replay blockersMarkus Armbruster2-4/+1
2023-02-21sysemu/os-win32: fix setjmp/longjmp on windows-arm64Pierrick Bouvier1-4/+24
2023-02-21cpus: Make {start,end}_exclusive() recursiveIlya Leoshkevich1-2/+2
2023-02-21Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell1-0/+14
2023-02-20Merge tag 'vfio-updates-20230216.0' of https://gitlab.com/alex.williamson/qem...Peter Maydell8-12/+78
2023-02-20Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell6-21/+70
2023-02-17hbitmap: fix hbitmap_status() return value for first dirty bit caseAndrey Zhadchenko1-1/+1
2023-02-17block: Create no_co_wrappers for open functionsKevin Wolf2-13/+43
2023-02-17block-coroutine-wrapper: Introduce no_co_wrapperKevin Wolf1-0/+14
2023-02-17bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSDEmanuele Giuseppe Esposito1-2/+3