aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson2-4/+6
2023-10-04Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi1-0/+4
2023-10-04Merge tag 'migration-20231004-pull-request' of https://gitlab.com/juan.quintela/qemu into stagingStefan Hajnoczi1-1/+3
2023-10-04Merge tag 'misc-pull-request' of https://gitlab.com/marcandre.lureau/qemu into stagingStefan Hajnoczi4-2/+11
2023-10-04osdep: set _FORTIFY_SOURCE=2 when optimization is enabledDaniel P. Berrangé1-0/+4
2023-10-04migration/vmstate: Introduce vmstate_save_state_with_errTejus GK1-1/+3
2023-10-04vhost-user: move VhostUserProtocolFeature definition to header fileJonah Palmer1-0/+21
2023-10-04vdpa: export vhost_vdpa_set_vring_readyEugenio Pérez1-0/+1
2023-10-04virtio: don't zero out memory region cache for indirect descriptorsIlya Maximets1-3/+13
2023-10-04virtio-net: Expose MAX_VLANHawkins Jiawei1-0/+6
2023-10-04hw/virtio: add config support to vhost-user-deviceAlex Bennée1-0/+1
2023-10-04virtio: add vhost-user-base and a generic vhost-user-deviceAlex Bennée1-0/+45
2023-10-04pci: SLT must be ROMichael S. Tsirkin1-0/+3
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson1-1/+1
2023-10-03accel/tcg: Remove cpu_neg()Richard Henderson2-12/+1
2023-10-03accel/tcg: Move can_do_io to CPUNegativeOffsetStateRichard Henderson1-4/+2
2023-10-03accel/tcg: Remove CPUState.icount_decr_ptrRichard Henderson2-3/+0
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson2-15/+24
2023-10-03accel/tcg: Validate placement of CPUNegativeOffsetStateRichard Henderson1-0/+6
2023-10-03accel/tcg: Move CPUTLB definitions from cpu-defs.hRichard Henderson2-150/+141
2023-10-03target/arm: Replace TARGET_PAGE_ENTRY_EXTRAAnton Johansson1-3/+15
2023-10-03accel/tcg: Restrict tcg_exec_[un]realizefn() to TCGPhilippe Mathieu-Daudé1-2/+0
2023-10-03accel/tcg: Have tcg_exec_realizefn() return a booleanPhilippe Mathieu-Daudé1-1/+1
2023-10-03accel: Declare AccelClass::cpu_common_[un]realize() handlersPhilippe Mathieu-Daudé1-0/+2
2023-10-03accel: Introduce accel_cpu_common_unrealize() stubPhilippe Mathieu-Daudé1-0/+6
2023-10-03accel: Rename accel_cpu_realize() -> accel_cpu_common_realize()Philippe Mathieu-Daudé1-2/+2
2023-10-03accel: Rename AccelCPUClass::cpu_realizefn() -> cpu_target_realize()Philippe Mathieu-Daudé1-1/+1
2023-10-03accel: Rename accel_cpu_realizefn() -> accel_cpu_realize()Philippe Mathieu-Daudé1-2/+2
2023-10-03Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2-1/+9
2023-10-03win32: avoid discarding the exception handlerMarc-André Lureau1-0/+6
2023-10-03ui: add XBGR8888 and ABGR8888 in drm_format_pixman_mapKen Xue1-0/+4
2023-10-03ui/console: make qemu_console_is_multihead() staticLaszlo Ersek1-1/+0
2023-10-03input: Allow to choose console with qemu_input_is_absoluteAkihiko Odaki1-1/+1
2023-10-03Introduce machine property "audiodev"Martin Kletzander1-0/+9
2023-10-02Merge tag 'pull-shadow-2023-09-29' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi6-22/+49
2023-09-29hw/ppc: Clean up local variable shadowing in _FDT helper routineCédric Le Goater1-4/+4
2023-09-29sysemu/device_tree: Clean up local variable shadowingPhilippe Mathieu-Daudé1-4/+2
2023-09-29pc: remove short_root_bus propertyPaolo Bonzini1-1/+0
2023-09-29qobject atomics osdep: Make a few macros more hygienicMarkus Armbruster4-14/+43
2023-09-28accel/tcg: Track current value of can_do_io in the TBRichard Henderson1-0/+2
2023-09-27Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2-3/+9
2023-09-26compiler: introduce QEMU_ANNOTATEPaolo Bonzini2-3/+9
2023-09-26Merge tag 'pull-nbd-2023-09-25' of https://repo.or.cz/qemu/ericb into stagingStefan Hajnoczi1-44/+98
2023-09-25Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-0/+22
2023-09-25nbd: Prepare for 64-bit request effect lengthsEric Blake1-2/+2
2023-09-22nbd: Add types for extended headersEric Blake1-36/+88
2023-09-22nbd/client: Pass mode through to nbd_send_requestEric Blake1-5/+7
2023-09-22nbd: Replace bool structured_reply with mode enumEric Blake1-1/+1
2023-09-21Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi5-5/+5
2023-09-21Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi7-37/+58