aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-14hw: m25p80: Add Block Protect and Top Bottom bits for write protectIris Chen
2022-07-14test/avocado/machine_aspeed.py: Add SDK testsCédric Le Goater
2022-07-14docs: aspeed: Minor updatesCédric Le Goater
2022-07-14docs: aspeed: Add fby35 multi-SoC machine sectionPeter Delevoryas
2022-07-14aspeed: Add AST1030 (BIC) to fby35Peter Delevoryas
2022-07-14aspeed: fby35: Add a bootrom for the BMCCédric Le Goater
2022-07-14aspeed: Add AST2600 (BMC) to fby35Peter Delevoryas
2022-07-14aspeed: Add fby35 skeletonPeter Delevoryas
2022-07-14aspeed: Make aspeed_board_init_flashes publicPeter Delevoryas
2022-07-14aspeed: Refactor UART init for multi-SoC machinesPeter Delevoryas
2022-07-14aspeed: Create SRAM name from first CPU indexPeter Delevoryas
2022-07-14hw/sensor: Add Renesas ISL69259 device modelPeter Delevoryas
2022-07-14hw/sensor: Add IC_DEVICE_ID to ISL voltage regulatorsPeter Delevoryas
2022-07-14hw/i2c/pmbus: Add idle state to return 0xff'sPeter Delevoryas
2022-07-14aspeed: sbc: Allow per-machine settingsJoel Stanley
2022-07-14Merge tag 'darwin-20220712' of https://github.com/philmd/qemu into stagingPeter Maydell
2022-07-13Merge tag 'mips-20220712' of https://github.com/philmd/qemu into stagingPeter Maydell
2022-07-13avocado: Fix BUILD_DIR if it's equal to SOURCE_DIRPeter Delevoryas
2022-07-13ui/cocoa: Take refresh rate into accountAkihiko Odaki
2022-07-13ui/cocoa: Fix switched_to_fullscreen warningPeter Delevoryas
2022-07-13configure: Restrict TCG to emulationPhilippe Mathieu-Daudé
2022-07-13hvf: Enable RDTSCP supportCameron Esfahani
2022-07-12target/mips: Remove GET_TARGET_STRING and FREE_TARGET_STRINGRichard Henderson
2022-07-12target/mips: Simplify UHI_argnlen and UHI_argnRichard Henderson
2022-07-12semihosting: Remove qemu_semihosting_log_outRichard Henderson
2022-07-12target/mips: Use error_report for UHI_assertRichard Henderson
2022-07-12target/mips: Avoid qemu_semihosting_log_out for UHI_plogRichard Henderson
2022-07-12target/mips: Use semihosting/syscalls.hRichard Henderson
2022-07-12target/mips: Drop link syscall from semihostingRichard Henderson
2022-07-12target/mips: Create report_fault for semihostingRichard Henderson
2022-07-12target/mips: introduce Cavium Octeon CPU modelPavel Dovgalyuk
2022-07-12target/mips: implement Octeon-specific arithmetic instructionsPavel Dovgalyuk
2022-07-12target/mips: implement Octeon-specific BBIT instructionsPavel Dovgalyuk
2022-07-12target/mips: introduce decodetree structure for Cavium Octeon extensionPavel Dovgalyuk
2022-07-12Merge tag 'pull-block-2022-07-12' of https://gitlab.com/hreitz/qemu into stagingPeter Maydell
2022-07-12Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2022-07-12meson: place default firmware path under .../sharePaolo Bonzini
2022-07-12vl: Unlink absolute PID file pathHanna Reitz
2022-07-12vl: Conditionally register PID file unlink notifierHanna Reitz
2022-07-12qsd: Unlink absolute PID file pathHanna Reitz
2022-07-12iotests/297: Have mypy ignore unused ignoresHanna Reitz
2022-07-12qsd: Do not use error_report() before monitor_initHanna Reitz
2022-07-12block: Remove remaining unused symbols in coroutines.hAlberto Faria
2022-07-12block: Reorganize some declarations in block-backend-io.hAlberto Faria
2022-07-12block: Add blk_co_truncate()Alberto Faria
2022-07-12block: Add blk_co_ioctl()Alberto Faria
2022-07-12block: Implement blk_flush() using generated_co_wrapperAlberto Faria
2022-07-12block: Implement blk_pdiscard() using generated_co_wrapperAlberto Faria
2022-07-12block: Implement blk_pwrite_zeroes() using generated_co_wrapperAlberto Faria
2022-07-12block: Add blk_co_pwrite_compressed()Alberto Faria