summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | hw/intc: openpic: Clean up the stylesBin Meng2021-09-301-3/+6
| * | hw/intc: openpic: Drop Raven related codesBin Meng2021-09-301-16/+0Star
| * | spapr_numa.c: FORM2 NUMA affinity supportDaniel Henrique Barboza2021-09-302-0/+10
| * | spapr: move FORM1 verifications to post CASDaniel Henrique Barboza2021-09-301-0/+1
| * | spapr_numa.c: rename numa_assoc_array to FORM1_assoc_arrayDaniel Henrique Barboza2021-09-301-1/+1
| * | spapr_numa.c: parametrize FORM1 macrosDaniel Henrique Barboza2021-09-301-14/+14
| * | ppc/pnv: Rename "id" to "quad-id" in PnvQuadCédric Le Goater2021-09-291-1/+1
| * | ppc/xive: Export xive_tctx_word2() helperCédric Le Goater2021-09-291-0/+5
| * | ppc/xive: Export priority_to_ipb() helperCédric Le Goater2021-09-291-0/+11
| * | 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/+0Star
* | 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/+0Star
* 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-221-1/+2
| * include/exec: Move cpu_signal_handler declarationRichard Henderson2021-09-221-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-201-0/+2
| * hw/intc: Upgrade the SiFive CLINT implementation to RISC-V ACLINTAnup Patel2021-09-201-18/+36
| * hw/intc: Rename sifive_clint sources to riscv_aclint sourcesAnup Patel2021-09-201-0/+0
| * sifive_u: Connect the SiFive PWM deviceAlistair Francis2021-09-201-1/+13
| * hw/timer: Add SiFive PWM supportAlistair Francis2021-09-201-0/+62
| * hw/intc: ibex_timer: Convert the timer to use RISC-V CPU GPIO linesAlistair Francis2021-09-201-0/+2
| * hw/intc: sifive_plic: Convert the PLIC to use RISC-V CPU GPIO linesAlistair Francis2021-09-201-0/+4
| * hw/intc: ibex_plic: Convert the PLIC to use RISC-V CPU GPIO linesAlistair Francis2021-09-201-0/+2
| * hw/intc: sifive_clint: Use RISC-V CPU GPIO linesAlistair Francis2021-09-201-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
| |/