summaryrefslogtreecommitdiffstats
path: root/softmmu
Commit message (Expand)AuthorAgeFilesLines
* include: move qdict_{crumple,flatten} declarationsMarc-André Lureau2022-04-211-0/+1
* include: add qemu/keyval.hMarc-André Lureau2022-04-211-0/+1
* include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau2022-04-211-1/+1
* Simplify softmmu/main.cMarc-André Lureau2022-04-211-16/+9Star
* softmmu: Use qemu_set_log_filename_flagsRichard Henderson2022-04-201-12/+9Star
* util/log: Pass Error pointer to qemu_set_logRichard Henderson2022-04-201-2/+2
* whpx: Added support for breakpoints and steppingIvan Shcherbakov2022-04-061-2/+10
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-066-6/+0Star
* include: move target page bits declaration to page-vary.hMarc-André Lureau2022-04-062-1/+2
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-061-3/+3
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-062-2/+2
* qtest: replace gettimeofday with GTimerMarc-André Lureau2022-04-061-29/+10Star
* memory: Make memory_region_readd_subregion() properly handle mapped aliasesDavid Hildenbrand2022-03-291-2/+1Star
* Merge tag 'pull-request-2022-03-21' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2022-03-221-10/+45
|\
| * softmmu/physmem: Introduce MemTxAttrs::memory field and MEMTX_ACCESS_ERRORPhilippe Mathieu-Daudé2022-03-211-2/+42
| * softmmu/physmem: Simplify flatview_write and address_space_access_validPhilippe Mathieu-Daudé2022-03-211-8/+3Star
* | error: use GLib to remember the program nameMarc-André Lureau2022-03-221-1/+1
* | Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-221-2/+2
* | vl: typo fix in a commentMarc-André Lureau2022-03-221-1/+1
* | qemu-options: define -spice only #ifdef CONFIG_SPICEMarc-André Lureau2022-03-221-0/+2
* | Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-213-5/+5
|/
* softmmu: List CPU types againPhilippe Mathieu-Daudé2022-03-161-8/+0Star
* Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-03-...Peter Maydell2022-03-081-0/+7
|\
| * Check and report for incomplete 'global' option formatRohit Kumar2022-03-071-0/+7
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...Peter Maydell2022-03-081-0/+1
|\ \
| * | osdep: Move memalign-related functions to their own headerPeter Maydell2022-03-071-0/+1
| |/
* | 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
| |/