aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-07configure, meson: remove target OS symbols from config-host.makPaolo Bonzini12-50/+49
2023-09-07configure, meson: remove CONFIG_SOLARIS from config-host.makPaolo Bonzini3-11/+11
2023-09-07configure, meson: move --enable-plugins to mesonPaolo Bonzini8-18/+23
2023-09-07configure: unify recursion into sub-MakefilesPaolo Bonzini2-20/+20
2023-09-07contrib/plugins: use an independent makefilePaolo Bonzini2-11/+20
2023-09-07configure: move --enable-debug-tcg to mesonPaolo Bonzini4-11/+8
2023-09-07configure: remove boolean variables for targetsPaolo Bonzini1-42/+13
2023-09-07meson: compile bundled device treesPaolo Bonzini2-23/+21
2023-09-07configure: create native file with contents of $host_ccPaolo Bonzini1-4/+11
2023-09-07configure: remove HOST_CCPaolo Bonzini2-2/+1
2023-09-07meson: update unsupported host/CPU messagesPaolo Bonzini1-19/+26
2023-09-07meson: do not unnecessarily use cmake for dependenciesPaolo Bonzini2-2/+2
2023-09-07contrib/plugins: add Darwin supportPaolo Bonzini1-0/+4
2023-09-07contrib/plugins/lockstep: Fix string formatPhilippe Mathieu-Daudé1-3/+8
2023-09-07contrib/plugins/howvec: Fix string formatPhilippe Mathieu-Daudé1-2/+4
2023-09-07contrib/plugins/drcov: Fix string formatPhilippe Mathieu-Daudé1-1/+1
2023-09-07contrib/plugins/cache: Fix string formatPhilippe Mathieu-Daudé1-9/+10
2023-09-07contrib/plugins: remove -soname argumentPaolo Bonzini1-1/+1
2023-09-01util/async-teardown.c: move to softmmu/, only build it when system build is r...Michael Tokarev3-1/+1
2023-09-01softmmu/vl.c: inline include/qemu/qemu-options.h into vl.cMichael Tokarev2-42/+10
2023-09-01os-posix.c: remove unneeded #includesMichael Tokarev1-2/+0
2023-09-01os-posix.c: move code aroundMichael Tokarev1-22/+27
2023-09-01os-posix.c, softmmu/vl.c: move os_parse_cmd_args() into qemu_init()Michael Tokarev4-87/+73
2023-09-01os-posix.c: create and export os_set_chroot()Michael Tokarev2-2/+8
2023-09-01os-posix.c: create and export os_set_runas()Michael Tokarev2-7/+17
2023-09-01include/sysemu/os-posix.h: move *daemonize* declarations togetherMichael Tokarev1-3/+2
2023-09-01target/i386: Add support for AMX-COMPLEX in CPUID enumerationTao Su2-1/+3
2023-09-01target/i386: fix memory operand size for CVTPS2PDPaolo Bonzini2-7/+37
2023-09-01target/i386: generalize operand size "ph" for use in CVTPS2PDPaolo Bonzini2-4/+4
2023-09-01target/i386: raise FERR interrupt with iothread lockedPaolo Bonzini2-1/+13
2023-09-01linux-user, bsd-user: disable on unsupported host architecturesPaolo Bonzini1-17/+23
2023-08-31Merge tag 'quick-fix-pull-request' of https://gitlab.com/bsdimp/qemu into sta...Stefan Hajnoczi2-30/+27
2023-08-31Merge tag 'pull-target-arm-20230831' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi31-358/+1379
2023-08-31Merge tag 'xen-virtio-2-tag' of https://gitlab.com/sstabellini/qemu into stagingStefan Hajnoczi2-0/+104
2023-08-31Merge tag 'pull-maintainer-ominbus-300823-1' of https://gitlab.com/stsquad/qe...Stefan Hajnoczi30-295/+324
2023-08-31hw/arm: Set number of MPU regions correctly for an505, an521, an524Peter Maydell3-0/+50
2023-08-31hw/arm/armv7m: Add mpu-ns-regions and mpu-s-regions propertiesPeter Maydell2-0/+29
2023-08-31target/arm: Do all "ARM_FEATURE_X implies Y" checks in post_initPeter Maydell1-82/+97
2023-08-31rtc: Use time_t for passing and returning time offsetsPeter Maydell2-4/+4
2023-08-31hw/rtc/aspeed_rtc: Use 64-bit offset for holding time_t differencePeter Maydell2-4/+3
2023-08-31hw/rtc/twl92230: Use int64_t for sec_offset and alm_secPeter Maydell1-2/+2
2023-08-31hw/rtc/m48t59: Use 64-bit arithmetic in set_alarm()Peter Maydell1-1/+1
2023-08-31target/arm: Catch illegal-exception-return from EL3 with bad NSE/NSPeter Maydell1-0/+9
2023-08-31Add i.MX7 SRC device implementationJean-Christophe Dubois6-2/+356
2023-08-31Add i.MX7 missing TZ devices and memory regionsJean-Christophe Dubois2-0/+70
2023-08-31Refactor i.MX7 processor codeJean-Christophe Dubois2-123/+333
2023-08-31Add i.MX6UL missing devices.Jean-Christophe Dubois2-1/+17
2023-08-31Refactor i.MX6UL processor codeJean-Christophe Dubois2-60/+221
2023-08-31Remove i.MX7 IOMUX GPR device from i.MX6ULJean-Christophe Dubois2-13/+0
2023-08-31target/arm: properly document FEAT_CRC32Alex Bennée2-1/+2