aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-27target/riscv: remove fixed numbering from GDB xml feature filesAndrew Burgess
2022-09-27target/riscv: remove fflags, frm, and fcsr from riscv-*-fpu.xmlAndrew Burgess
2022-09-27target/riscv: fix csr check for cycle{h}, instret{h}, time{h}, hpmcounter3-31{h}Weiwei Li
2022-09-27target/riscv: Remove sideleg and sedelegRahul Pathak
2022-09-27docs/system: clean up code escape for riscv virt platformAlex Bennée
2022-09-27hw/ssi: ibex_spi: update reg addrWilfred Mallawa
2022-09-27hw/ssi: ibex_spi: fixup typos in ibex_spi_hostWilfred Mallawa
2022-09-26Merge tag 'pull-target-arm-20220922' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2022-09-22Merge tag 'edgar/xilinx-next-2022-09-21.for-upstream' of https://github.com/e...Stefan Hajnoczi
2022-09-22Merge tag 'pull-hex-20220919' of https://github.com/quic/qemu into stagingStefan Hajnoczi
2022-09-22configure: Avoid use of 'local' as it is non-POSIXPeter Maydell
2022-09-22configure: Check mkdir result directly, not via $?Peter Maydell
2022-09-22configure: Remove use of backtick `...` syntaxPeter Maydell
2022-09-22configure: Add './' on front of glob of */config-devices.mak.dPeter Maydell
2022-09-22configure: Add missing quoting for some easy casesPeter Maydell
2022-09-22configure: Remove unused meson_args variablePeter Maydell
2022-09-22configure: Remove unused python_version variablePeter Maydell
2022-09-22tests/unit/test-vmstate: Avoid dynamic stack allocationPhilippe Mathieu-Daudé
2022-09-22ui/curses: Avoid dynamic stack allocationPhilippe Mathieu-Daudé
2022-09-22hw/usb/hcd-ohci: Use definition to avoid dynamic stack allocationPhilippe Mathieu-Daudé
2022-09-22hw/i386/multiboot: Avoid dynamic stack allocationPhilippe Mathieu-Daudé
2022-09-22hw/intc/xics: Avoid dynamic stack allocationPhilippe Mathieu-Daudé
2022-09-22hw/ppc/pnv: Avoid dynamic stack allocationPhilippe Mathieu-Daudé
2022-09-22hw/net/e1000e_core: Use definition to avoid dynamic stack allocationPhilippe Mathieu-Daudé
2022-09-22io/channel-websock: Replace strlen(const_str) by sizeof(const_str) - 1Philippe Mathieu-Daudé
2022-09-22chardev/baum: Avoid dynamic stack allocationPhilippe Mathieu-Daudé
2022-09-22chardev/baum: Use definitions to avoid dynamic stack allocationPhilippe Mathieu-Daudé
2022-09-22chardev/baum: Replace magic values by X_MAX / Y_MAX definitionsPhilippe Mathieu-Daudé
2022-09-22hw/net/lan9118: Signal TSFL_INT flag when TX FIFO reaches specified levelLucas Dietrich
2022-09-22hw/acpi: Add ospm_status hook implementation for acpi-gedKeqian Zhu
2022-09-22target/arm: Add is_secure parameter to get_phys_addr_pmsav5Richard Henderson
2022-09-22target/arm: Add secure parameter to get_phys_addr_pmsav7Richard Henderson
2022-09-22target/arm: Add is_secure parameter to pmsav7_use_background_regionRichard Henderson
2022-09-22target/arm: Add secure parameter to get_phys_addr_pmsav8Richard Henderson
2022-09-22target/arm: Add is_secure parameter to get_phys_addr_v6Richard Henderson
2022-09-22target/arm: Add is_secure parameter to get_phys_addr_v5Richard Henderson
2022-09-22target/arm: Add secure parameter to pmsav8_mpu_lookupRichard Henderson
2022-09-22target/arm: Add is_secure parameter to v8m_security_lookupRichard Henderson
2022-09-22target/arm: Remove is_subpage argument to pmsav8_mpu_lookupRichard Henderson
2022-09-22target/arm: Use GetPhysAddrResult in pmsav8_mpu_lookupRichard Henderson
2022-09-22target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav8Richard Henderson
2022-09-22target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav7Richard Henderson
2022-09-22target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav5Richard Henderson
2022-09-22target/arm: Use GetPhysAddrResult in get_phys_addr_v5Richard Henderson
2022-09-22target/arm: Use GetPhysAddrResult in get_phys_addr_v6Richard Henderson
2022-09-22target/arm: Use GetPhysAddrResult in get_phys_addr_lpaeRichard Henderson
2022-09-22target/arm: Create GetPhysAddrResultRichard Henderson
2022-09-22target/arm: Fix alignment for VLD4.32Clément Chigot
2022-09-22hw/net/can: fix Xilinx ZynqMP CAN RX FIFO logicAnton Kochkov
2022-09-21hw/microblaze: pass random seed to fdtJason A. Donenfeld