aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-02-02Merge tag 'pull-jan-omnibus-020223-1' of https://gitlab.com/stsquad/qemu into...Peter Maydell3-3/+15
2023-02-02Merge tag 'pull-request-2023-01-31' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-68/+15
2023-02-02cpu-exec: assert that plugin_mem_cbs is NULL after executionEmilio Cota1-0/+4
2023-02-02tcg: exclude non-memory effecting helpers from instrumentationEmilio Cota1-0/+2
2023-02-02plugins: fix optimization in plugin_gen_disable_mem_helpersEmilio Cota1-0/+7
2023-02-02thread: de-const qemu_spin_destroyEmilio Cota1-3/+2
2023-01-28pci: make sure pci_bus_is_express() won't error out with "discards ‘constâ€...Igor Mammedov1-1/+1
2023-01-28pcihp: make bridge describe itself using AcpiDevAmlIfClass:build_dev_amlIgor Mammedov1-0/+4
2023-01-28pci: acpi hotplug: rename x-native-hotplug to x-do-not-expose-native-hotplug-capIgor Mammedov1-1/+2
2023-01-28x86: don't let decompressed kernel image clobber setup_dataJason A. Donenfeld2-2/+12
2023-01-27intel-iommu: Document iova_treePeter Xu2-1/+63
2023-01-27hw/acpi/acpi_dev_interface: Remove unused parameter from AcpiDeviceIfClass::m...Bernhard Beschow2-6/+3
2023-01-27hw/isa/isa-bus: Turn isa_build_aml() into qbus_build_aml()Bernhard Beschow2-1/+3
2023-01-26qemu/bswap: Use compiler __builtin_bswap() on NetBSDPhilippe Mathieu-Daudé1-11/+0
2023-01-26qemu/bswap: Use compiler __builtin_bswap() on FreeBSDPhilippe Mathieu-Daudé1-2/+0
2023-01-26qemu/bswap: Use compiler __builtin_bswap() on HaikuPhilippe Mathieu-Daudé1-2/+0
2023-01-26qemu/bswap: Remove <byteswap.h> dependencyPhilippe Mathieu-Daudé1-21/+0
2023-01-26qemu/bswap: Replace bswapXXs() by compiler __builtin_bswap()Philippe Mathieu-Daudé1-7/+9
2023-01-26qemu/bswap: Replace bswapXX() by compiler __builtin_bswap()Philippe Mathieu-Daudé1-25/+6
2023-01-23virtio-blk: simplify virtio_blk_dma_restart_cb()Stefan Hajnoczi1-2/+0
2023-01-23hw/i2c/versatile_i2c: Replace TYPE_VERSATILE_I2C -> TYPE_ARM_SBCON_I2CPhilippe Mathieu-Daudé1-2/+1
2023-01-23hw/i2c/versatile_i2c: Replace VersatileI2CState -> ArmSbconI2CStatePhilippe Mathieu-Daudé1-2/+1
2023-01-23hw/i2c/bitbang_i2c: Define TYPE_GPIO_I2C in public headerPhilippe Mathieu-Daudé1-0/+2
2023-01-20Merge tag 'pull-riscv-to-apply-20230120' of https://github.com/alistair23/qem...Peter Maydell5-29/+14
2023-01-20Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...Peter Maydell46-319/+394
2023-01-20include/hw/ppc include/hw/pci-host: Drop extra typedefsMarkus Armbruster6-16/+7
2023-01-20include/hw/ppc: Don't include hw/pci-host/pnv_phb.h from pnv.hMarkus Armbruster2-2/+4
2023-01-20include/hw/ppc: Supply a few missing includesMarkus Armbruster7-5/+13
2023-01-20include/hw/ppc: Split pnv_chip.h off pnv.hMarkus Armbruster2-141/+149
2023-01-20include/hw/block: Include hw/block/block.h where neededMarkus Armbruster1-0/+1
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster18-32/+36
2023-01-20coroutine: Use Coroutine typedef name instead of structure tagMarkus Armbruster1-4/+3
2023-01-20coroutine: Split qemu/coroutine-core.h off qemu/coroutine.hMarkus Armbruster6-100/+158
2023-01-20hw/riscv: use ms->fdt in riscv_socket_fdt_write_distance_matrix()Daniel Henrique Barboza1-2/+2
2023-01-20hw/riscv: use MachineState::fdt in riscv_socket_fdt_write_id()Daniel Henrique Barboza1-3/+3
2023-01-20hw/riscv/boot.c: use MachineState in riscv_load_kernel()Daniel Henrique Barboza1-1/+1
2023-01-20hw/riscv/boot.c: use MachineState in riscv_load_initrd()Daniel Henrique Barboza1-2/+1
2023-01-20hw/riscv: write initrd 'chosen' FDT inside riscv_load_initrd()Daniel Henrique Barboza1-2/+2
2023-01-20hw/riscv/sifive_u: use 'fdt' from MachineStateDaniel Henrique Barboza1-3/+0
2023-01-20hw/riscv/spike: use 'fdt' from MachineStateDaniel Henrique Barboza1-2/+0
2023-01-20hw/riscv: spike: Decouple create_fdt() dependency to ELF loadingBin Meng1-4/+1
2023-01-20hw/riscv/boot.c: Introduce riscv_find_firmware()Bin Meng1-0/+2
2023-01-20hw/riscv/boot.c: introduce riscv_default_firmware_name()Daniel Henrique Barboza1-0/+1
2023-01-20hw/riscv/boot.c: make riscv_find_firmware() staticDaniel Henrique Barboza1-1/+0
2023-01-20hw/char: riscv_htif: Remove forward declarations for non-existent variablesBin Meng1-3/+0
2023-01-20hw/char: riscv_htif: Move registers from CPUArchState to HTIFStateBin Meng1-4/+4
2023-01-20hw/char: riscv_htif: Drop useless assignment of memory regionBin Meng1-5/+2
2023-01-20hw/char: riscv_htif: Drop {to, from}host_size in HTIFStateBin Meng1-2/+0
2023-01-19Merge tag 'pull-monitor-2023-01-19' of https://repo.or.cz/qemu/armbru into st...Peter Maydell5-10/+36
2023-01-19Merge tag 'trivial-branch-for-8.0-pull-request' of https://gitlab.com/laurent...Peter Maydell1-1/+1