aboutsummaryrefslogtreecommitdiff
path: root/softmmu
AgeCommit message (Expand)AuthorFilesLines
2022-03-08Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-03-...Peter Maydell1-0/+7
2022-03-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...Peter Maydell1-0/+1
2022-03-07Check and report for incomplete 'global' option formatRohit Kumar1-0/+7
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell1-0/+1
2022-03-06softmmu: Build target-agnostic objects oncePhilippe Mathieu-Daudé1-12/+12
2022-03-06softmmu: Add qemu_init_arch_modules()Philippe Mathieu-Daudé2-4/+10
2022-03-06softmmu/cpu-timers: Remove unused 'exec/exec-all.h' headerPhilippe Mathieu-Daudé1-1/+0
2022-03-06softmmu/physmem: Remove unnecessary includePhilippe Mathieu-Daudé1-1/+0
2022-03-06softmmu/globals: Remove unused 'hw/i386/*' headersPhilippe Mathieu-Daudé1-2/+0
2022-03-06accel: Introduce AccelOpsClass::cpus_are_resettable()Philippe Mathieu-Daudé1-1/+4
2022-03-06accel: Introduce AccelOpsClass::cpu_thread_is_idle()Philippe Mathieu-Daudé1-2/+4
2022-03-06softmmu/cpus: Code movementPhilippe Mathieu-Daudé1-5/+5
2022-03-06sysemu/memory_mapping: Become target-agnosticPhilippe Mathieu-Daudé1-0/+1
2022-03-06exec: Make cpu_memory_rw_debug() target agnosticPhilippe Mathieu-Daudé2-4/+4
2022-03-05Merge remote-tracking branch 'remotes/kwolf-gitlab/tags/for-upstream' into st...Peter Maydell2-4/+12
2022-03-04block/block-backend.c: assertions for block-backendEmanuele Giuseppe Esposito1-0/+2
2022-03-04main-loop.h: introduce qemu_in_main_thread()Emanuele Giuseppe Esposito1-0/+5
2022-03-04cpus: use coroutine TLS macros for iothread_lockedStefan Hajnoczi1-4/+5
2022-03-04softmmu/qdev-monitor: Add virtio-gpu-gl aliasesAkihiko Odaki1-0/+2
2022-02-23Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-next-pull-req...Peter Maydell1-66/+216
2022-02-22Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...Peter Maydell2-1/+3
2022-02-21Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2-17/+49
2022-02-21include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell1-0/+1
2022-02-21include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell1-0/+1
2022-02-21configure, meson: move TPM check to mesonPaolo Bonzini1-1/+4
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé1-0/+1
2022-02-21softmmu/runstate: Clean headersPhilippe Mathieu-Daudé1-1/+1
2022-02-21qtest: Add missing 'hw/qdev-core.h' includePhilippe Mathieu-Daudé1-0/+1
2022-02-16seccomp: block setns, unshare and execveat syscallsDaniel P. Berrangé1-0/+5
2022-02-16seccomp: block use of clone3 syscallDaniel P. Berrangé1-0/+4
2022-02-16seccomp: fix blocking of process spawningDaniel P. Berrangé1-0/+101
2022-02-16seccomp: allow action to be customized per syscallDaniel P. Berrangé1-66/+106
2022-02-16memory: Fix qemu crash on starting dirty log twice with stopped VMPeter Xu1-16/+45
2022-02-09softmmu/cpus: Check if the cpu work list is empty atomicallyIdan Horowitz1-6/+1
2022-01-28rtc: Move RTC function prototypes to their own headerPeter Maydell1-1/+1
2022-01-21softmmu/device_tree: Remove redundant pointer assignmentYanan Wang1-5/+4
2022-01-21softmmu/device_tree: Silence compiler warning with --enable-sanitizersThomas Huth1-2/+2
2022-01-20exec/memory: Extract address_space_set() from dma_memory_set()Philippe Mathieu-Daudé2-14/+20
2022-01-18Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-...Peter Maydell1-2/+4
2022-01-18hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResultPhilippe Mathieu-Daudé1-12/+4
2022-01-18hw/dma: Use dma_addr_t type definition when relevantPhilippe Mathieu-Daudé1-7/+9
2022-01-18hw/scsi: Rename SCSIRequest::resid as 'residual'Philippe Mathieu-Daudé1-13/+13
2022-01-18softmmu: Provide a clue as to why device tree loading failedBernhard Beschow1-2/+4
2022-01-18memory: Fix incorrect calls of log_global_start/stopPeter Xu1-13/+14
2022-01-18memory: Make memory_region_is_mapped() succeed when mapped via an aliasDavid Hildenbrand1-1/+12
2022-01-18memory: Have 'info mtree' remove duplicated Address Space informationPhilippe Mathieu-Daudé1-3/+60
2022-01-18memory: Split mtree_info() as mtree_info_flatview() + mtree_info_as()Philippe Mathieu-Daudé1-34/+43
2022-01-18memory: Directly dispatch alias accesses on origin memory regionPhilippe Mathieu-Daudé1-0/+10
2022-01-14softmmu: fix device deletion events with -device JSON syntaxDaniel P. Berrangé1-1/+3
2022-01-14include/sysemu/blockdev.h: remove drive_mark_claimed_by_board and inline driv...Emanuele Giuseppe Esposito1-1/+3