aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-19ui: Split hmp_mouse_set() and move the HMP part to ui/Markus Armbruster2-1/+2
2023-01-19ui: Factor out hmp_change_vnc(), and move to ui/ui-hmp-cmds.cMarkus Armbruster1-0/+5
2023-01-19ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.cMarkus Armbruster1-0/+2
2023-01-19ui: Factor out qmp_add_client() parts and move to ui/ui-qmp-cmds.cMarkus Armbruster1-0/+26
2023-01-19ui/spice: QXLInterface method set_mm_time() is now dead, dropMarkus Armbruster1-2/+0
2023-01-19ui/spice: Require spice-server >= 0.14.0Markus Armbruster2-7/+1
2023-01-19Merge tag 'pull-tcg-20230117' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell2-10/+9
2023-01-19coroutine: Clean up superfluous inclusion of qemu/lockable.hMarkus Armbruster1-1/+1
2023-01-19coroutine: Move coroutine_fn to qemu/osdep.h, trim includesMarkus Armbruster6-17/+23
2023-01-19coroutine: Clean up superfluous inclusion of qemu/coroutine.hMarkus Armbruster2-2/+0
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé1-1/+1
2023-01-17tcg: Move tb_target_set_jmp_target declaration to tcg.hRichard Henderson1-0/+3
2023-01-17tcg: Add TranslationBlock.jmp_insn_offsetRichard Henderson1-1/+2
2023-01-17tcg: Add gen_tb to TCGContextRichard Henderson1-8/+3
2023-01-17tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALIDRichard Henderson1-1/+1
2023-01-16hw/i386/pc: Remove unused 'owner' argument from pc_pci_as_mapping_initPhilippe Mathieu-Daudé1-1/+1
2023-01-16Merge tag 'mips-20230113' of https://github.com/philmd/qemu into stagingPeter Maydell10-13/+40
2023-01-13hw/pci-host/bonito: Declare TYPE_BONITO_PCI_HOST_BRIDGE in headerPhilippe Mathieu-Daudé1-0/+18
2023-01-13hw/rtc/mc146818rtc: Make the mc146818 RTC device target independentThomas Huth1-0/+1
2023-01-13hw/intc: Extract the IRQ counting functions into a separate fileThomas Huth3-3/+10
2023-01-13hw/intc/i8259: Make using the isa_pic singleton more type-safeBernhard Beschow2-3/+4
2023-01-13hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()Bernhard Beschow1-1/+2