summaryrefslogtreecommitdiffstats
path: root/softmmu
Commit message (Expand)AuthorAgeFilesLines
* softmmu: Build target-agnostic objects oncePhilippe Mathieu-Daudé2022-03-061-12/+12
* softmmu: Add qemu_init_arch_modules()Philippe Mathieu-Daudé2022-03-062-4/+10
* softmmu/cpu-timers: Remove unused 'exec/exec-all.h' headerPhilippe Mathieu-Daudé2022-03-061-1/+0Star
* softmmu/physmem: Remove unnecessary includePhilippe Mathieu-Daudé2022-03-061-1/+0Star
* softmmu/globals: Remove unused 'hw/i386/*' headersPhilippe Mathieu-Daudé2022-03-061-2/+0Star
* accel: Introduce AccelOpsClass::cpus_are_resettable()Philippe Mathieu-Daudé2022-03-061-1/+4
* accel: Introduce AccelOpsClass::cpu_thread_is_idle()Philippe Mathieu-Daudé2022-03-061-2/+4
* softmmu/cpus: Code movementPhilippe Mathieu-Daudé2022-03-061-5/+5
* sysemu/memory_mapping: Become target-agnosticPhilippe Mathieu-Daudé2022-03-061-0/+1
* exec: Make cpu_memory_rw_debug() target agnosticPhilippe Mathieu-Daudé2022-03-062-4/+4
* Merge remote-tracking branch 'remotes/kwolf-gitlab/tags/for-upstream' into st...Peter Maydell2022-03-052-4/+12
|\
| * block/block-backend.c: assertions for block-backendEmanuele Giuseppe Esposito2022-03-041-0/+2
| * main-loop.h: introduce qemu_in_main_thread()Emanuele Giuseppe Esposito2022-03-041-0/+5
| * cpus: use coroutine TLS macros for iothread_lockedStefan Hajnoczi2022-03-041-4/+5
* | softmmu/qdev-monitor: Add virtio-gpu-gl aliasesAkihiko Odaki2022-03-041-0/+2
|/
* Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-next-pull-req...Peter Maydell2022-02-231-66/+216
|\
| * seccomp: block setns, unshare and execveat syscallsDaniel P. Berrangé2022-02-161-0/+5
| * seccomp: block use of clone3 syscallDaniel P. Berrangé2022-02-161-0/+4
| * seccomp: fix blocking of process spawningDaniel P. Berrangé2022-02-161-0/+101
| * seccomp: allow action to be customized per syscallDaniel P. Berrangé2022-02-161-66/+106
* | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...Peter Maydell2022-02-222-1/+3
|\ \
| * | exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-211-0/+1
| * | softmmu/runstate: Clean headersPhilippe Mathieu-Daudé2022-02-211-1/+1
| * | qtest: Add missing 'hw/qdev-core.h' includePhilippe Mathieu-Daudé2022-02-211-0/+1
| |/
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2022-02-212-17/+49
|\ \
| * | configure, meson: move TPM check to mesonPaolo Bonzini2022-02-211-1/+4
| * | memory: Fix qemu crash on starting dirty log twice with stopped VMPeter Xu2022-02-161-16/+45
| |/
* | include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell2022-02-211-0/+1
* | include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell2022-02-211-0/+1
|/
* softmmu/cpus: Check if the cpu work list is empty atomicallyIdan Horowitz2022-02-081-6/+1Star
* rtc: Move RTC function prototypes to their own headerPeter Maydell2022-01-281-1/+1
* softmmu/device_tree: Remove redundant pointer assignmentYanan Wang2022-01-211-5/+4Star
* softmmu/device_tree: Silence compiler warning with --enable-sanitizersThomas Huth2022-01-211-2/+2
* exec/memory: Extract address_space_set() from dma_memory_set()Philippe Mathieu-Daudé2022-01-202-14/+20
* Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-...Peter Maydell2022-01-181-2/+4
|\
| * softmmu: Provide a clue as to why device tree loading failedBernhard Beschow2022-01-181-2/+4
* | hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResultPhilippe Mathieu-Daudé2022-01-181-12/+4Star
* | hw/dma: Use dma_addr_t type definition when relevantPhilippe Mathieu-Daudé2022-01-181-7/+9
* | hw/scsi: Rename SCSIRequest::resid as 'residual'Philippe Mathieu-Daudé2022-01-181-13/+13
* | memory: Fix incorrect calls of log_global_start/stopPeter Xu2022-01-181-13/+14
* | memory: Make memory_region_is_mapped() succeed when mapped via an aliasDavid Hildenbrand2022-01-181-1/+12
* | memory: Have 'info mtree' remove duplicated Address Space informationPhilippe Mathieu-Daudé2022-01-181-3/+60
* | memory: Split mtree_info() as mtree_info_flatview() + mtree_info_as()Philippe Mathieu-Daudé2022-01-181-34/+43
* | memory: Directly dispatch alias accesses on origin memory regionPhilippe Mathieu-Daudé2022-01-181-0/+10
|/
* softmmu: fix device deletion events with -device JSON syntaxDaniel P. Berrangé2022-01-141-1/+3
* include/sysemu/blockdev.h: remove drive_mark_claimed_by_board and inline driv...Emanuele Giuseppe Esposito2022-01-141-1/+3
* util/oslib-posix: Forward SIGBUS to MCE handler under LinuxDavid Hildenbrand2022-01-081-0/+4
* qemu-options: Remove the deprecated -no-quit optionThomas Huth2022-01-051-7/+1Star
* hw/core/machine: Introduce CPU cluster topology supportYanan Wang2021-12-311-0/+3
* dma: Let dma_buf_rw() propagate MemTxResultPhilippe Mathieu-Daudé2021-12-311-6/+19