aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-02-05cpu: Move debug_excp_handler to tcg_opsEduardo Habkost1-2/+2
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost1-9/+12
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost1-6/+6
2021-02-05cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost1-9/+13
2021-02-05accel/tcg: split TCG-only code from cpu_exec_realizefnClaudio Fontana2-2/+11
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost1-1/+15
2021-02-05tcg/tci: Make tci_tb_ptr thread-localRichard Henderson1-1/+1
2021-02-05exec/cpu-defs: Remove TCG backends dependencyPhilippe Mathieu-Daudé1-3/+0
2021-02-05acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca9-9/+23
2021-02-05pci: add romsize propertyPaolo Bonzini1-0/+1
2021-02-04display/ui: add a callback to indicate GL state is flushedMarc-André Lureau2-1/+3
2021-02-04virtio-gpu: avoid re-entering cmdq processingMarc-André Lureau1-0/+1
2021-02-04ui: add egl dmabuf import to gtkglareaMarc-André Lureau1-0/+2
2021-02-04ui: check gtk-egl dmabuf supportMarc-André Lureau1-0/+1
2021-02-04ui: add qemu_egl_has_dmabuf helperMarc-André Lureau1-0/+1
2021-02-04ui: add a DCLOps callback to check dmabuf supportMarc-André Lureau1-0/+2
2021-02-04ui: add an optional get_flags callback to GraphicHwOpsMarc-André Lureau1-0/+9
2021-02-04vhost-user-gpu: add a configuration flag for dmabuf usageMarc-André Lureau1-0/+3
2021-02-04ui: remove console_has_gl_dmabuf()Marc-André Lureau1-1/+0
2021-02-04ui: annotate DCLOps callback requirementsMarc-André Lureau1-0/+19
2021-02-04ui: add gd_gl_area_scanout_disableMarc-André Lureau1-0/+1
2021-02-04ui: remove gl_ctx_get_currentMarc-André Lureau3-4/+0
2021-02-04spice: delay starting until display are initializedMarc-André Lureau1-0/+1
2021-02-03Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-02-02-v2' into...Peter Maydell5-26/+28
2021-02-03nbd: make nbd_read* return -EIO on errorRoman Kagan1-3/+4
2021-02-03block/io: use int64_t bytes in copy_rangeVladimir Sementsov-Ogievskiy2-9/+9
2021-02-03block/io: support int64_t bytes in read/write wrappersVladimir Sementsov-Ogievskiy2-7/+8
2021-02-03block/io: support int64_t bytes in bdrv_co_p{read,write}v_part()Vladimir Sementsov-Ogievskiy1-2/+2
2021-02-03block: use int64_t as bytes type in tracked requestsEric Blake1-2/+2
2021-02-03block/throttle-groups: throttle_group_co_io_limits_intercept(): 64bit bytesVladimir Sementsov-Ogievskiy1-1/+1
2021-02-03util/iov: make qemu_iovec_init_extended() honestVladimir Sementsov-Ogievskiy1-1/+1
2021-02-03block: refactor bdrv_check_request: add errpVladimir Sementsov-Ogievskiy1-1/+1
2021-02-03Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210203'...Peter Maydell1-1/+4
2021-02-03Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell3-2/+7
2021-02-02hw/ssi: imx_spi: Use a macro for number of chip selects supportedBin Meng1-1/+4
2021-02-01memory: add readonly support to memory_region_init_ram_from_file()Stefan Hajnoczi3-2/+7
2021-02-01error: rename error_with_timestamp to message_with_timestampStefan Hajnoczi1-1/+1
2021-01-29Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-re...Peter Maydell1-1/+1
2021-01-29Prefer 'on' | 'off' over 'yes' | 'no' for bool optionsDaniel P. Berrangé1-1/+1
2021-01-29arm: Remove frq properties on CMSDK timer, dualtimer, watchdog, ARMSSEPeter Maydell4-8/+0
2021-01-29hw/arm/mps2: Inline CMSDK_APB_TIMER creationPeter Maydell1-21/+0
2021-01-29hw/arm/armsse: Wire up clocksPeter Maydell1-0/+6
2021-01-29hw/arm/armsse: Rename "MAINCLK" property to "MAINCLK_FRQ"Peter Maydell1-1/+1
2021-01-29hw/watchdog/cmsdk-apb-watchdog: Add Clock inputPeter Maydell1-0/+3
2021-01-29hw/timer/cmsdk-apb-dualtimer: Add Clock inputPeter Maydell1-0/+3
2021-01-29hw/timer/cmsdk-apb-timer: Add Clock inputPeter Maydell1-0/+9
2021-01-29hw/timer/cmsdk-apb-timer: Rename CMSDKAPBTIMER struct to CMSDKAPBTimerPeter Maydell2-5/+5
2021-01-29clock: Add new clock_has_source() functionPeter Maydell1-0/+15
2021-01-29ptimer: Add new ptimer_set_period_from_clock() functionPeter Maydell2-0/+23
2021-01-29hw/misc/pvpanic: add PCI interface supportMihai Carabas2-0/+2