aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé2-2/+3
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé1-0/+18
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé3-3/+2
2022-03-06exec/cpu_ldst: Include 'cpu.h' to get target_ulong definitionPhilippe Mathieu-Daudé1-0/+1
2022-03-06softmmu: Add qemu_init_arch_modules()Philippe Mathieu-Daudé1-0/+2
2022-03-06exec/cpu: Make address_space_init/reloading_memory_map target agnosticPhilippe Mathieu-Daudé2-25/+23
2022-03-06exec/gdbstub: Make gdb_exit() / gdb_set_stop_cpu() target agnosticPhilippe Mathieu-Daudé1-12/+13
2022-03-06misc: Add missing "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé1-1/+0
2022-03-06accel: Introduce AccelOpsClass::cpus_are_resettable()Philippe Mathieu-Daudé2-5/+2
2022-03-06accel: Introduce AccelOpsClass::cpu_thread_is_idle()Philippe Mathieu-Daudé1-0/+1
2022-03-06accel/hax: Introduce CONFIG_HAX_IS_POSSIBLEPhilippe Mathieu-Daudé1-6/+12
2022-03-06sysemu/kvm: Make kvm_on_sigbus() / kvm_on_sigbus_vcpu() target agnosticPhilippe Mathieu-Daudé1-3/+3
2022-03-06sysemu/memory_mapping: Become target-agnosticPhilippe Mathieu-Daudé1-3/+2
2022-03-06exec: Make cpu_memory_rw_debug() target agnosticPhilippe Mathieu-Daudé2-4/+4
2022-03-06exec: Declare vaddr as a generic target-agnostic typePhilippe Mathieu-Daudé2-12/+13
2022-03-05Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20220304' into...Peter Maydell3-4/+24
2022-03-04tcg/i386: Detect AVX512Richard Henderson1-3/+17
2022-03-04tcg: Add opcodes for vector nand, nor, eqvRichard Henderson2-0/+6
2022-03-04tcg: Set MAX_OPC_PARAM_IARGS to 7Ziqiao Kong1-1/+1
2022-03-04job.h: split function pointers in JobDriverEmanuele Giuseppe Esposito1-0/+22
2022-03-04block-backend-common.h: split function pointers in BlockDevOpsEmanuele Giuseppe Esposito1-5/+23
2022-03-04block_int-common.h: split function pointers in BdrvChildClassEmanuele Giuseppe Esposito1-34/+47
2022-03-04block_int-common.h: split function pointers in BlockDriverEmanuele Giuseppe Esposito1-208/+237
2022-03-04include/block/snapshot: global state API + assertionsEmanuele Giuseppe Esposito1-2/+11
2022-03-04include/sysemu/blockdev.h: global state APIEmanuele Giuseppe Esposito1-3/+10
2022-03-04include/block/blockjob.h: global state APIEmanuele Giuseppe Esposito1-7/+22
2022-03-04include/block/blockjob_int.h: split header into I/O and GS APIEmanuele Giuseppe Esposito1-0/+28
2022-03-04block: introduce assert_bdrv_graph_writableEmanuele Giuseppe Esposito1-0/+17
2022-03-04IO_CODE and IO_OR_GS_CODE for block_int I/O APIEmanuele Giuseppe Esposito1-0/+6
2022-03-04include/block/block_int: split header into I/O and global state APIEmanuele Giuseppe Esposito4-1486/+1674
2022-03-04IO_CODE and IO_OR_GS_CODE for block-backend I/O APIEmanuele Giuseppe Esposito1-0/+2
2022-03-04include/sysemu/block-backend: split header into I/O and global state (GS) APIEmanuele Giuseppe Esposito4-266/+362
2022-03-04IO_CODE and IO_OR_GS_CODE for block I/O APIEmanuele Giuseppe Esposito1-0/+1
2022-03-04include/block/block: split header into I/O and global state APIEmanuele Giuseppe Esposito4-856/+1061
2022-03-04main loop: macros to mark GS and I/O functionsEmanuele Giuseppe Esposito1-0/+18
2022-03-04main-loop.h: introduce qemu_in_main_thread()Emanuele Giuseppe Esposito1-0/+24
2022-03-04os-posix: Add os_set_daemonize()Hanna Reitz2-0/+9
2022-03-04rcu: use coroutine TLS macrosStefan Hajnoczi1-3/+4
2022-03-04tls: add macros for coroutine-safe TLS variablesStefan Hajnoczi1-0/+165
2022-03-04block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito2-2/+2
2022-03-04block: introduce bdrv_activateEmanuele Giuseppe Esposito1-0/+1
2022-03-04crypto: perform permission checks under BQLEmanuele Giuseppe Esposito1-0/+14
2022-03-04Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell1-14/+67
2022-03-03Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20220...Peter Maydell3-9/+104
2022-03-03Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220302'...Peter Maydell1-1/+47
2022-03-03hw/nvme: 64-bit pi supportNaveen Nagar1-13/+54
2022-03-03hw/nvme: add support for the lbafee hbs featureNaveen Nagar1-2/+5
2022-03-03hw/nvme: add host behavior support featureNaveen Nagar1-0/+9
2022-03-03hw: riscv: opentitan: fixup SPI addressesWilfred Mallawa1-1/+3
2022-03-03hw/riscv: virt: Increase maximum number of allowed CPUsAnup Patel1-1/+1