aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-01util/async-teardown.c: move to softmmu/, only build it when system build is r...Michael Tokarev
2023-09-01softmmu/vl.c: inline include/qemu/qemu-options.h into vl.cMichael Tokarev
2023-09-01os-posix.c: remove unneeded #includesMichael Tokarev
2023-09-01os-posix.c: move code aroundMichael Tokarev
2023-09-01os-posix.c, softmmu/vl.c: move os_parse_cmd_args() into qemu_init()Michael Tokarev
2023-09-01os-posix.c: create and export os_set_chroot()Michael Tokarev
2023-09-01os-posix.c: create and export os_set_runas()Michael Tokarev
2023-09-01include/sysemu/os-posix.h: move *daemonize* declarations togetherMichael Tokarev
2023-09-01target/i386: Add support for AMX-COMPLEX in CPUID enumerationTao Su
2023-09-01target/i386: fix memory operand size for CVTPS2PDPaolo Bonzini
2023-09-01target/i386: generalize operand size "ph" for use in CVTPS2PDPaolo Bonzini
2023-09-01target/i386: raise FERR interrupt with iothread lockedPaolo Bonzini
2023-09-01linux-user, bsd-user: disable on unsupported host architecturesPaolo Bonzini
2023-08-31Merge tag 'quick-fix-pull-request' of https://gitlab.com/bsdimp/qemu into sta...Stefan Hajnoczi
2023-08-31Merge tag 'pull-target-arm-20230831' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2023-08-31Merge tag 'xen-virtio-2-tag' of https://gitlab.com/sstabellini/qemu into stagingStefan Hajnoczi
2023-08-31Merge tag 'pull-maintainer-ominbus-300823-1' of https://gitlab.com/stsquad/qe...Stefan Hajnoczi
2023-08-31hw/arm: Set number of MPU regions correctly for an505, an521, an524Peter Maydell
2023-08-31hw/arm/armv7m: Add mpu-ns-regions and mpu-s-regions propertiesPeter Maydell
2023-08-31target/arm: Do all "ARM_FEATURE_X implies Y" checks in post_initPeter Maydell
2023-08-31rtc: Use time_t for passing and returning time offsetsPeter Maydell
2023-08-31hw/rtc/aspeed_rtc: Use 64-bit offset for holding time_t differencePeter Maydell
2023-08-31hw/rtc/twl92230: Use int64_t for sec_offset and alm_secPeter Maydell
2023-08-31hw/rtc/m48t59: Use 64-bit arithmetic in set_alarm()Peter Maydell
2023-08-31target/arm: Catch illegal-exception-return from EL3 with bad NSE/NSPeter Maydell
2023-08-31Add i.MX7 SRC device implementationJean-Christophe Dubois
2023-08-31Add i.MX7 missing TZ devices and memory regionsJean-Christophe Dubois
2023-08-31Refactor i.MX7 processor codeJean-Christophe Dubois
2023-08-31Add i.MX6UL missing devices.Jean-Christophe Dubois
2023-08-31Refactor i.MX6UL processor codeJean-Christophe Dubois
2023-08-31Remove i.MX7 IOMUX GPR device from i.MX6ULJean-Christophe Dubois
2023-08-31target/arm: properly document FEAT_CRC32Alex Bennée
2023-08-31target/arm: Implement FEAT_HPDS2 as a no-opRichard Henderson
2023-08-31target/arm: Suppress FEAT_TRBE (Trace Buffer Extension)Richard Henderson
2023-08-31target/arm: Apply access checks to neoverse-v1 special registersRichard Henderson
2023-08-31target/arm: Apply access checks to neoverse-n1 special registersRichard Henderson
2023-08-31target/arm: Introduce make_ccsidr64Richard Henderson
2023-08-31target/arm: When tag memory is not present, set MTE=1Richard Henderson
2023-08-31target/arm: Support more GM blocksizesRichard Henderson
2023-08-31target/arm: Allow cpu to configure GM blocksizeRichard Henderson
2023-08-31target/arm: Reduce dcz_blocksize to uint8_tRichard Henderson
2023-08-30xen_arm: Initialize RAM and add hi/low memory regionsOleksandr Tyshchenko
2023-08-30xen_arm: Create virtio-mmio devices during initializationOleksandr Tyshchenko
2023-08-30bsd-user: Move PRAGMA_DISABLE_PACKED_WARNING etc to qemu.hWarner Losh
2023-08-30gdbstub: move comment for gdb_register_coprocessorAlex Bennée
2023-08-30gdbstub: replace global gdb_has_xml with a functionAlex Bennée
2023-08-30gdbstub: refactor get_feature_xmlAlex Bennée
2023-08-30gdbstub: remove unused user_ctx fieldAlex Bennée
2023-08-30gdbstub: fixes cases where wrong threads were reported to GDB on SIGINTMatheus Branco Borella
2023-08-30tests/tcg: clean-up gdb confirm/pagination settingsAlex Bennée