aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-09-30ipack: Rename ipack_bus_new_inplace() to ipack_bus_init()Peter Maydell1-4/+4
2021-09-30scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()Peter Maydell1-2/+28
2021-09-30hw/arm: xlnx-zcu102: Add Xilinx eFUSE deviceTong Ho1-0/+3
2021-09-30hw/arm: xlnx-zcu102: Add Xilinx BBRAM deviceTong Ho1-0/+2
2021-09-30hw/arm: xlnx-versal-virt: Add Xilinx eFUSE deviceTong Ho1-0/+10
2021-09-30hw/arm: xlnx-versal-virt: Add Xilinx BBRAM deviceTong Ho1-0/+5
2021-09-30hw/nvram: Introduce Xilinx battery-backed ramTong Ho1-0/+54
2021-09-30hw/nvram: Introduce Xilinx ZynqMP eFuse deviceTong Ho1-0/+44
2021-09-30hw/nvram: Introduce Xilinx Versal eFuse deviceTong Ho1-0/+68
2021-09-30hw/nvram: Introduce Xilinx eFuse QOMTong Ho1-0/+132
2021-09-29nubus: add support for slot IRQsMark Cave-Ayland1-0/+6
2021-09-29nubus-bridge: embed the NubusBus object directly within nubus-bridgeMark Cave-Ayland1-1/+1
2021-09-29nubus: move NubusBus from mac-nubus-bridge to nubus-bridgeMark Cave-Ayland2-1/+2
2021-09-29mac-nubus-bridge: rename MacNubusState to MacNubusBridgeMark Cave-Ayland1-2/+2
2021-09-29nubus-bridge: introduce separate NubusBridge structureMark Cave-Ayland2-1/+7
2021-09-29nubus: move nubus to its own 32-bit address spaceMark Cave-Ayland2-0/+8
2021-09-29nubus-device: add romfile property for loading declaration ROMsMark Cave-Ayland1-0/+6
2021-09-29nubus-device: remove nubus_register_rom() and nubus_register_format_block()Mark Cave-Ayland1-19/+0
2021-09-29nubus: use bitmap to manage available slotsMark Cave-Ayland2-7/+10
2021-09-29nubus-device: expose separate super slot memory regionMark Cave-Ayland1-0/+1
2021-09-29nubus-device: rename slot_nb variable to slotMark Cave-Ayland1-1/+1
2021-09-27hw/loader: Restrict PC_ROM_* definitions to hw/i386/pcPhilippe Mathieu-Daudé1-6/+0
2021-09-24Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20210921' into stagingRichard Henderson2-1/+15
2021-09-24hw/nvme: fix verification of select field in namespace attachmentNaveen Nagar1-0/+5
2021-09-21hw/core: Make do_unaligned_access noreturnRichard Henderson1-1/+2
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson1-0/+13
2021-09-21Merge remote-tracking branch 'remotes/alistair23/tags/pull-riscv-to-apply-202...Richard Henderson8-61/+165
2021-09-21Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210921'...Peter Maydell1-1/+11
2021-09-21arm/hvf: Add a WFI handlerPeter Collingbourne1-0/+1
2021-09-21hw/riscv: virt: Add optional ACLINT support to virt machineAnup Patel1-0/+2
2021-09-21hw/intc: Upgrade the SiFive CLINT implementation to RISC-V ACLINTAnup Patel1-18/+36
2021-09-21hw/intc: Rename sifive_clint sources to riscv_aclint sourcesAnup Patel1-0/+0
2021-09-21sifive_u: Connect the SiFive PWM deviceAlistair Francis1-1/+13
2021-09-21hw/timer: Add SiFive PWM supportAlistair Francis1-0/+62
2021-09-21hw/intc: ibex_timer: Convert the timer to use RISC-V CPU GPIO linesAlistair Francis1-0/+2
2021-09-21hw/intc: sifive_plic: Convert the PLIC to use RISC-V CPU GPIO linesAlistair Francis1-0/+4
2021-09-21hw/intc: ibex_plic: Convert the PLIC to use RISC-V CPU GPIO linesAlistair Francis1-0/+2
2021-09-21hw/intc: sifive_clint: Use RISC-V CPU GPIO linesAlistair Francis1-0/+2
2021-09-20hvf: Add Apple Silicon supportAlexander Graf1-1/+9
2021-09-20hvf: Introduce hvf_arch_init() callbackAlexander Graf1-0/+1
2021-09-20hw/arm/aspeed: Allow machine to set UART defaultPeter Delevoryas2-0/+2
2021-09-20aspeed: Emulate the AST2600A3Joel Stanley1-0/+2
2021-09-20watchdog: aspeed: Sanitize control register valuesAndrew Jeffery1-0/+1
2021-09-16Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.2-pul...Peter Maydell1-0/+4
2021-09-16Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210916-pull-request' ...Peter Maydell3-2/+9
2021-09-15block: Clarify that @bytes is no limit on *pnumHanna Reitz1-0/+9
2021-09-15block: block-status cache for data regionsHanna Reitz1-0/+50
2021-09-15block: Drop BDS comment regarding bdrv_append()Hanna Reitz1-6/+0
2021-09-15qdev: Complete qdev_init_gpio_out() documentationPhilippe Mathieu-Daudé1-0/+4
2021-09-15Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210914-4' in...Peter Maydell4-30/+43