aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost
2021-02-05tcg/tci: Make tci_tb_ptr thread-localRichard Henderson
2021-02-05exec/cpu-defs: Remove TCG backends dependencyPhilippe Mathieu-Daudé
2021-02-05acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca
2021-02-05pci: add romsize propertyPaolo Bonzini
2021-02-04display/ui: add a callback to indicate GL state is flushedMarc-André Lureau
2021-02-04virtio-gpu: avoid re-entering cmdq processingMarc-André Lureau
2021-02-04ui: add egl dmabuf import to gtkglareaMarc-André Lureau
2021-02-04ui: check gtk-egl dmabuf supportMarc-André Lureau
2021-02-04ui: add qemu_egl_has_dmabuf helperMarc-André Lureau
2021-02-04ui: add a DCLOps callback to check dmabuf supportMarc-André Lureau
2021-02-04ui: add an optional get_flags callback to GraphicHwOpsMarc-André Lureau
2021-02-04vhost-user-gpu: add a configuration flag for dmabuf usageMarc-André Lureau
2021-02-04ui: remove console_has_gl_dmabuf()Marc-André Lureau
2021-02-04ui: annotate DCLOps callback requirementsMarc-André Lureau
2021-02-04ui: add gd_gl_area_scanout_disableMarc-André Lureau
2021-02-04ui: remove gl_ctx_get_currentMarc-André Lureau
2021-02-04spice: delay starting until display are initializedMarc-André Lureau
2021-02-03Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-02-02-v2' into...Peter Maydell
2021-02-03nbd: make nbd_read* return -EIO on errorRoman Kagan
2021-02-03block/io: use int64_t bytes in copy_rangeVladimir Sementsov-Ogievskiy
2021-02-03block/io: support int64_t bytes in read/write wrappersVladimir Sementsov-Ogievskiy
2021-02-03block/io: support int64_t bytes in bdrv_co_p{read,write}v_part()Vladimir Sementsov-Ogievskiy
2021-02-03block: use int64_t as bytes type in tracked requestsEric Blake
2021-02-03block/throttle-groups: throttle_group_co_io_limits_intercept(): 64bit bytesVladimir Sementsov-Ogievskiy
2021-02-03util/iov: make qemu_iovec_init_extended() honestVladimir Sementsov-Ogievskiy
2021-02-03block: refactor bdrv_check_request: add errpVladimir Sementsov-Ogievskiy
2021-02-03Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210203'...Peter Maydell
2021-02-03Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell
2021-02-02hw/ssi: imx_spi: Use a macro for number of chip selects supportedBin Meng
2021-02-01memory: add readonly support to memory_region_init_ram_from_file()Stefan Hajnoczi
2021-02-01error: rename error_with_timestamp to message_with_timestampStefan Hajnoczi
2021-01-29Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-re...Peter Maydell
2021-01-29Prefer 'on' | 'off' over 'yes' | 'no' for bool optionsDaniel P. Berrangé
2021-01-29arm: Remove frq properties on CMSDK timer, dualtimer, watchdog, ARMSSEPeter Maydell
2021-01-29hw/arm/mps2: Inline CMSDK_APB_TIMER creationPeter Maydell
2021-01-29hw/arm/armsse: Wire up clocksPeter Maydell
2021-01-29hw/arm/armsse: Rename "MAINCLK" property to "MAINCLK_FRQ"Peter Maydell
2021-01-29hw/watchdog/cmsdk-apb-watchdog: Add Clock inputPeter Maydell
2021-01-29hw/timer/cmsdk-apb-dualtimer: Add Clock inputPeter Maydell
2021-01-29hw/timer/cmsdk-apb-timer: Add Clock inputPeter Maydell
2021-01-29hw/timer/cmsdk-apb-timer: Rename CMSDKAPBTIMER struct to CMSDKAPBTimerPeter Maydell
2021-01-29clock: Add new clock_has_source() functionPeter Maydell
2021-01-29ptimer: Add new ptimer_set_period_from_clock() functionPeter Maydell
2021-01-29hw/misc/pvpanic: add PCI interface supportMihai Carabas
2021-01-29hw/misc/pvpanic: split-out generic and bus dependent codeMihai Carabas
2021-01-29osdep: build with non-working system() functionJoelle van Dyne
2021-01-29arm-virt: add secure pl061 for reset/power downMaxim Uvarov
2021-01-28Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-01-28' into ...Peter Maydell
2021-01-28qapi: Introduce QAPI_LIST_APPENDEric Blake