aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-14aspeed: Add fby35-bmc slot GPIO'sPeter Delevoryas1-1/+13
2022-07-14hw/gpio/aspeed: Don't let guests modify input pinsPeter Delevoryas2-8/+9
2022-07-14qtest/aspeed_gpio: Add input pin modification testPeter Delevoryas1-0/+27
2022-07-14hw: m25p80: add tests for BP and TB bit write protectIris Chen1-0/+111
2022-07-14hw: m25p80: Add Block Protect and Top Bottom bits for write protectIris Chen1-12/+90
2022-07-14test/avocado/machine_aspeed.py: Add SDK testsCédric Le Goater1-0/+68
2022-07-14docs: aspeed: Minor updatesCédric Le Goater1-4/+10
2022-07-14docs: aspeed: Add fby35 multi-SoC machine sectionPeter Delevoryas1-0/+48
2022-07-14aspeed: Add AST1030 (BIC) to fby35Peter Delevoryas1-1/+26
2022-07-14aspeed: fby35: Add a bootrom for the BMCCédric Le Goater1-0/+83
2022-07-14aspeed: Add AST2600 (BMC) to fby35Peter Delevoryas1-0/+41
2022-07-14aspeed: Add fby35 skeletonPeter Delevoryas3-1/+42
2022-07-14aspeed: Make aspeed_board_init_flashes publicPeter Delevoryas2-1/+3
2022-07-14aspeed: Refactor UART init for multi-SoC machinesPeter Delevoryas5-24/+71
2022-07-14aspeed: Create SRAM name from first CPU indexPeter Delevoryas3-5/+10
2022-07-14hw/sensor: Add Renesas ISL69259 device modelPeter Delevoryas1-0/+28
2022-07-14hw/sensor: Add IC_DEVICE_ID to ISL voltage regulatorsPeter Delevoryas2-0/+17
2022-07-14hw/i2c/pmbus: Add idle state to return 0xff'sPeter Delevoryas2-0/+16
2022-07-14aspeed: sbc: Allow per-machine settingsJoel Stanley2-2/+53
2022-07-14Merge tag 'darwin-20220712' of https://github.com/philmd/qemu into stagingPeter Maydell8-37/+61
2022-07-13Merge tag 'mips-20220712' of https://github.com/philmd/qemu into stagingPeter Maydell10-226/+458
2022-07-13avocado: Fix BUILD_DIR if it's equal to SOURCE_DIRPeter Delevoryas1-8/+9
2022-07-13ui/cocoa: Take refresh rate into accountAkihiko Odaki2-1/+14
2022-07-13ui/cocoa: Fix switched_to_fullscreen warningPeter Delevoryas1-8/+0
2022-07-13configure: Restrict TCG to emulationPhilippe Mathieu-Daudé2-7/+15
2022-07-13hvf: Enable RDTSCP supportCameron Esfahani3-13/+23
2022-07-12target/mips: Remove GET_TARGET_STRING and FREE_TARGET_STRINGRichard Henderson1-18/+9
2022-07-12target/mips: Simplify UHI_argnlen and UHI_argnRichard Henderson1-23/+21
2022-07-12semihosting: Remove qemu_semihosting_log_outRichard Henderson2-22/+0
2022-07-12target/mips: Use error_report for UHI_assertRichard Henderson1-21/+18
2022-07-12target/mips: Avoid qemu_semihosting_log_out for UHI_plogRichard Henderson1-11/+41
2022-07-12target/mips: Use semihosting/syscalls.hRichard Henderson1-120/+91
2022-07-12target/mips: Drop link syscall from semihostingRichard Henderson1-9/+0
2022-07-12target/mips: Create report_fault for semihostingRichard Henderson1-18/+15
2022-07-12target/mips: introduce Cavium Octeon CPU modelPavel Dovgalyuk1-0/+28
2022-07-12target/mips: implement Octeon-specific arithmetic instructionsPavel Dovgalyuk2-0/+181
2022-07-12target/mips: implement Octeon-specific BBIT instructionsPavel Dovgalyuk2-0/+39
2022-07-12target/mips: introduce decodetree structure for Cavium Octeon extensionPavel Dovgalyuk6-0/+31
2022-07-12Merge tag 'pull-block-2022-07-12' of https://gitlab.com/hreitz/qemu into stagingPeter Maydell65-786/+856
2022-07-12Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell24-131/+164
2022-07-12meson: place default firmware path under .../sharePaolo Bonzini2-2/+2
2022-07-12vl: Unlink absolute PID file pathHanna Reitz1-4/+26
2022-07-12vl: Conditionally register PID file unlink notifierHanna Reitz1-9/+9
2022-07-12qsd: Unlink absolute PID file pathHanna Reitz1-1/+10
2022-07-12iotests/297: Have mypy ignore unused ignoresHanna Reitz1-1/+1
2022-07-12qsd: Do not use error_report() before monitor_initHanna Reitz1-1/+5
2022-07-12block: Remove remaining unused symbols in coroutines.hAlberto Faria2-22/+3
2022-07-12block: Reorganize some declarations in block-backend-io.hAlberto Faria2-45/+54
2022-07-12block: Add blk_co_truncate()Alberto Faria3-5/+24
2022-07-12block: Add blk_co_ioctl()Alberto Faria3-10/+8