summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | host-utils: introduce uabs64()Luis Pires2021-09-291-0/+8
| * | host-utils: fix missing zero-extension in divs128Luis Pires2021-09-291-1/+1
* | | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-09-27-v2' into...Peter Maydell2021-09-301-30/+36
|\ \ \ | |_|/ |/| |
| * | block: use int64_t instead of int in driver discard handlersVladimir Sementsov-Ogievskiy2021-09-291-1/+1
| * | block: make BlockLimits::max_pdiscard 64bitVladimir Sementsov-Ogievskiy2021-09-291-5/+6
| * | block: use int64_t instead of int in driver write_zeroes handlersVladimir Sementsov-Ogievskiy2021-09-291-1/+1
| * | block: make BlockLimits::max_pwrite_zeroes 64bitVladimir Sementsov-Ogievskiy2021-09-291-4/+5
| * | block: use int64_t instead of uint64_t in copy_range driver handlersVladimir Sementsov-Ogievskiy2021-09-291-6/+6
| * | block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy2021-09-291-8/+8
| * | block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy2021-09-291-5/+6
| * | qcow2: check request on vmstate save/load pathVladimir Sementsov-Ogievskiy2021-09-291-0/+3
| |/
* | nubus: add support for slot IRQsMark Cave-Ayland2021-09-291-0/+6
* | nubus-bridge: embed the NubusBus object directly within nubus-bridgeMark Cave-Ayland2021-09-291-1/+1
* | nubus: move NubusBus from mac-nubus-bridge to nubus-bridgeMark Cave-Ayland2021-09-292-1/+2
* | mac-nubus-bridge: rename MacNubusState to MacNubusBridgeMark Cave-Ayland2021-09-291-2/+2
* | nubus-bridge: introduce separate NubusBridge structureMark Cave-Ayland2021-09-292-1/+7
* | nubus: move nubus to its own 32-bit address spaceMark Cave-Ayland2021-09-292-0/+8
* | nubus-device: add romfile property for loading declaration ROMsMark Cave-Ayland2021-09-291-0/+6
* | nubus-device: remove nubus_register_rom() and nubus_register_format_block()Mark Cave-Ayland2021-09-291-19/+0
* | nubus: use bitmap to manage available slotsMark Cave-Ayland2021-09-292-7/+10
* | nubus-device: expose separate super slot memory regionMark Cave-Ayland2021-09-291-0/+1
* | nubus-device: rename slot_nb variable to slotMark Cave-Ayland2021-09-291-1/+1
|/
* hw/loader: Restrict PC_ROM_* definitions to hw/i386/pcPhilippe Mathieu-Daudé2021-09-271-6/+0
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20210921' into stagingRichard Henderson2021-09-242-1/+15
|\
| * hw/core: Make do_unaligned_access noreturnRichard Henderson2021-09-211-1/+2
| * include/exec: Move cpu_signal_handler declarationRichard Henderson2021-09-211-0/+13
* | hw/nvme: fix verification of select field in namespace attachmentNaveen Nagar2021-09-241-0/+5
|/
* Merge remote-tracking branch 'remotes/alistair23/tags/pull-riscv-to-apply-202...Richard Henderson2021-09-218-61/+165
|\
| * hw/riscv: virt: Add optional ACLINT support to virt machineAnup Patel2021-09-211-0/+2
| * hw/intc: Upgrade the SiFive CLINT implementation to RISC-V ACLINTAnup Patel2021-09-211-18/+36
| * hw/intc: Rename sifive_clint sources to riscv_aclint sourcesAnup Patel2021-09-211-0/+0
| * sifive_u: Connect the SiFive PWM deviceAlistair Francis2021-09-211-1/+13
| * hw/timer: Add SiFive PWM supportAlistair Francis2021-09-211-0/+62
| * hw/intc: ibex_timer: Convert the timer to use RISC-V CPU GPIO linesAlistair Francis2021-09-211-0/+2
| * hw/intc: sifive_plic: Convert the PLIC to use RISC-V CPU GPIO linesAlistair Francis2021-09-211-0/+4
| * hw/intc: ibex_plic: Convert the PLIC to use RISC-V CPU GPIO linesAlistair Francis2021-09-211-0/+2
| * hw/intc: sifive_clint: Use RISC-V CPU GPIO linesAlistair Francis2021-09-211-0/+2
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210921'...Peter Maydell2021-09-211-1/+11
|\ \
| * | arm/hvf: Add a WFI handlerPeter Collingbourne2021-09-211-0/+1
| * | hvf: Add Apple Silicon supportAlexander Graf2021-09-201-1/+9
| * | hvf: Introduce hvf_arch_init() callbackAlexander Graf2021-09-201-0/+1
| |/
* | hw/arm/aspeed: Allow machine to set UART defaultPeter Delevoryas2021-09-202-0/+2
* | aspeed: Emulate the AST2600A3Joel Stanley2021-09-201-0/+2
* | watchdog: aspeed: Sanitize control register valuesAndrew Jeffery2021-09-201-0/+1
|/
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.2-pul...Peter Maydell2021-09-161-0/+4
|\
| * qdev: Complete qdev_init_gpio_out() documentationPhilippe Mathieu-Daudé2021-09-151-0/+4
* | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210916-pull-request' ...Peter Maydell2021-09-163-2/+9
|\ \
| * | ui/gtk-egl: Wait for the draw signal for dmabuf blobsVivek Kasireddy2021-09-151-0/+2
| * | ui: Create sync objects and fences only for blobsVivek Kasireddy2021-09-153-0/+3
| * | ui/egl: Add egl helpers to help with synchronizationVivek Kasireddy2021-09-152-0/+4