summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell2022-02-212-82/+95
* Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220218' into s...Peter Maydell2022-02-206-2/+88
|\
| * spapr: implement nested-hv capability for the virtual hypervisorNicholas Piggin2022-02-182-1/+78
| * ppc: allow the hdecr timer to be created/destroyedNicholas Piggin2022-02-181-0/+3
| * spapr: nvdimm: Implement H_SCM_FLUSH hcallShivaprasad G Bhat2022-02-182-1/+4
| * nvdimm: Add realize, unrealize callbacks to NVDIMMDevice classShivaprasad G Bhat2022-02-182-0/+3
* | Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2022...Peter Maydell2022-02-1910-74/+357
|\ \
| * | linux-headers: Update headers to v5.17-rc1Vivek Goyal2022-02-1710-74/+357
| |/
* / 9pfs: Fix segfault in do_readdir_many caused by struct dirent overreadVitaly Chikunov2022-02-171-0/+13
|/
* hw/intc: Add RISC-V AIA APLIC device emulationAnup Patel2022-02-161-0/+79
* include: hw: remove ibex_plic.hWilfred Mallawa2022-02-161-67/+0Star
* Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell2022-02-151-0/+10
|\
| * util: adjust coroutine pool size to virtio block queueHiroki Narukawa2022-02-141-0/+10
* | hw/nvme: add support for zoned random write areaKlaus Jensen2022-02-141-1/+16
* | hw/nvme: add ozcs enumKlaus Jensen2022-02-141-0/+4
* | hw/nvme: add struct for zone management sendKlaus Jensen2022-02-141-0/+19
|/
* include/exec: fix softmmu version of TARGET_ABI_FMT_lxAlex Bennée2022-02-091-1/+1
* plugins: add helper functions for coverage pluginsIvanov Arkady2022-02-091-0/+34
* tracing: excise the tcg related from tracetoolAlex Bennée2022-02-091-2/+0Star
* tracing: remove the trace-tcg includes from the buildAlex Bennée2022-02-093-8/+0Star
* hw/intc/arm_gicv3_its: Drop TableDesc and CmdQDesc valid fieldsPeter Maydell2022-02-081-2/+0Star
* hw/arm/boot: Drop nb_cpus field from arm_boot_infoPeter Maydell2022-02-081-1/+0Star
* hw/arm/boot: Don't write secondary boot stub if using PSCIPeter Maydell2022-02-081-0/+3
* hw/arm/versal: Let boot.c handle PSCI enablementPeter Maydell2022-02-081-1/+0Star
* hw/arm/boot: Support setting psci-conduit based on guest ELPeter Maydell2022-02-081-0/+10
* hw/arm/xlnx-zynqmp: 'Or' the QSPI / QSPI DMA IRQsFrancisco Iglesias2022-02-081-0/+2
* ACPI ERST: create ACPI ERST table for pc/x86 machinesEric DeVolder2022-02-061-0/+5
* ACPI ERST: header file for ERSTEric DeVolder2022-02-061-0/+19
* ACPI ERST: PCI device_id for ERSTEric DeVolder2022-02-061-0/+1
* block.h: remove outdated commentEmanuele Giuseppe Esposito2022-02-011-1/+0Star
* block/export: Fix vhost-user-blk shutdown with requests in flightKevin Wolf2022-02-011-0/+5
* Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220130' into s...Peter Maydell2022-01-311-0/+5
|\
| * hw/ppc/vof: Add missing includesPhilippe Mathieu-Daudé2022-01-281-0/+5
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220128'...Peter Maydell2022-01-287-9/+298
|\ \
| * | hw/intc/arm_gicv3_its: Check table bounds against correct limitPeter Maydell2022-01-281-1/+0Star
| * | hw/arm/xlnx-versal: Connect the OSPI flash memory controller modelFrancisco Iglesias2022-01-281-0/+20
| * | hw/ssi: Add a model of Xilinx Versal's OSPI flash memory controllerFrancisco Iglesias2022-01-281-0/+111
| * | hw/dma/xlnx_csu_dma: Support starting a read transfer through a class methodFrancisco Iglesias2022-01-281-2/+17
| * | include/hw/dma/xlnx_csu_dma: Add in missing includes in the headerFrancisco Iglesias2022-01-281-0/+5
| * | hw/arm/xlnx-versal: Connect Versal's PMC SLCRFrancisco Iglesias2022-01-281-0/+5
| * | hw/arm/xlnx-versal: 'Or' the interrupts from the BBRAM and RTC modelsFrancisco Iglesias2022-01-281-2/+3
| * | hw/misc: Add a model of Versal's PMC SLCRFrancisco Iglesias2022-01-281-0/+78
| * | rtc: Move RTC function prototypes to their own headerPeter Maydell2022-01-282-3/+58
| * | Update copyright dates to 2022Peter Maydell2022-01-281-1/+1
| |/
* | exec/cpu: Make host pages variables / macros 'target agnostic'Philippe Mathieu-Daudé2022-01-272-9/+9
* | intc: Unexport InterruptStatsProviderClass-related functionsBernhard Beschow2022-01-272-4/+0Star
|/
* hw/riscv: Remove macros for ELF BIOS image namesAnup Patel2022-01-211-2/+0Star
* hw/riscv: spike: Allow using binary firmware as biosAnup Patel2022-01-212-1/+5
* target/riscv: Support start kernel directly by KVMYifei Jiang2022-01-211-0/+1
* hw: timer: ibex_timer: Fixup reading w/o registerWilfred Mallawa2022-01-211-1/+0Star