aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-10-04tcg: Split out tcg init functions to tcg/startup.hRichard Henderson2-3/+58
2023-10-04tcg: Remove argument to tcg_prologue_initRichard Henderson1-1/+1
2023-10-04accel/tcg: Restrict dump_exec_info() declarationPhilippe Mathieu-Daudé1-5/+0
2023-10-04exec: Move cpu_loop_foo() target agnostic functions to 'cpu-common.h'Philippe Mathieu-Daudé2-30/+32
2023-10-04exec: Make EXCP_FOO definitions target agnosticPhilippe Mathieu-Daudé2-7/+7
2023-10-04accel/tcg: Remove env_tlb()Anton Johansson1-11/+0
2023-10-04accel/tcg: Modify tlb_*() to use CPUStateAnton Johansson1-4/+4
2023-10-04tcg: Remove TCGContext.tlb_fast_offsetRichard Henderson1-1/+0
2023-10-04accel/tcg: Remove env_neg()Richard Henderson1-12/+1
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson1-10/+0
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson2-4/+6
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-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 sta...Stefan 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
2023-09-21Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into stagingStefan Hajnoczi2-8/+14
2023-09-21qemu/timer: Add host ticks function for RISC-VLIU Zhiwei1-0/+22
2023-09-21hw/cxl: Fix out of bound array accessDmitry Frolov1-1/+1
2023-09-21hw/cxl/cxl_device: Replace magic number in CXLError definitionFan Ni1-1/+1
2023-09-20block: mark aio_poll as non-coroutinePaolo Bonzini1-1/+1
2023-09-20block: remove AIOCBInfo->get_aio_context()Stefan Hajnoczi3-2/+2