aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-02-08hw/tricore: Clean up includesMarkus Armbruster1-1/+0
2023-02-08hw/input: Clean up includesMarkus Armbruster1-1/+0
2023-02-08hw/cxl: Clean up includesMarkus Armbruster3-4/+0
2023-02-07Merge tag 'pull-aspeed-20230207' of https://github.com/legoater/qemu into sta...Peter Maydell4-5/+55
2023-02-07Merge tag 'pull-riscv-to-apply-20230207' of https://github.com/alistair23/qem...Peter Maydell2-8/+10
2023-02-07Merge tag 'migration-20230206-pull-request' of https://gitlab.com/juan.quinte...Peter Maydell6-12/+70
2023-02-07hw/arm/aspeed_ast10x0: Map the secure SRAMPhilippe Mathieu-Daudé1-0/+3
2023-02-07hw/arm/aspeed_ast10x0: Add various unimplemented peripheralsPhilippe Mathieu-Daudé1-0/+11
2023-02-07hw/watchdog/wdt_aspeed: Log unimplemented registers as UNIMP levelPhilippe Mathieu-Daudé1-1/+1
2023-02-07hw/watchdog/wdt_aspeed: Rename MMIO region size as 'iosize'Philippe Mathieu-Daudé1-1/+1
2023-02-07hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helperPeter Delevoryas1-0/+16
2023-02-07hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boardsPeter Delevoryas1-0/+23
2023-02-07hw/core/loader: Remove declarations of option_rom_has_mr/rom_file_has_mrCédric Le Goater1-3/+0
2023-02-07hw/riscv: change riscv_compute_fdt_addr() semanticsDaniel Henrique Barboza1-1/+1
2023-02-07hw/riscv: split fdt address calculation from fdt loadDaniel Henrique Barboza1-1/+3
2023-02-07include/hw/riscv/opentitan: update opentitan IRQsWilfred Mallawa1-7/+7
2023-02-06io: Add support for MSG_PEEK for socket channelmanish.mishra1-0/+6
2023-02-06migration: Add canary to VMSTATE_END_OF_LISTDr. David Alan Gilbert1-1/+6
2023-02-06virtio-mem: Migrate immutable properties earlyDavid Hildenbrand1-0/+8
2023-02-06migration/ram: Factor out check for advised postcopyDavid Hildenbrand1-1/+3
2023-02-06migration/vmstate: Introduce VMSTATE_WITH_TMP_TEST() and VMSTATE_BITMAP_TEST()David Hildenbrand1-2/+10
2023-02-06migration/savevm: Allow immutable device state to be migrated early (i.e., be...David Hildenbrand1-1/+15
2023-02-06util/userfaultfd: Add uffd_open()Peter Xu1-0/+12
2023-02-06migration: Remove unused threshold_size parameterJuan Quintela1-2/+0
2023-02-06migration: Split save_live_pending() into state_pending_*Juan Quintela1-7/+12
2023-02-06migration: No save_live_pending() method uses the QEMUFile parameterJuan Quintela1-1/+1
2023-02-06mac_nvram: Add block backend to persist NVRAM contentsBALATON Zoltan1-0/+1
2023-02-06input/adb: Only include header where neededBALATON Zoltan4-2/+4
2023-02-05Merge tag 'pull-ppc-20230205' of https://gitlab.com/danielhb/qemu into stagingPeter Maydell1-4/+1
2023-02-05ppc/pnv/pci: Update PHB5 version registerFrederic Barrat1-1/+1
2023-02-05ppc/pnv/pci: Remove duplicate definition of PNV_PHB5_DEVICE_IDFrederic Barrat1-1/+0
2023-02-05ppc/pnv/pci: Cleanup PnvPHBPecState structureFrederic Barrat1-2/+0
2023-02-04tcg: Split out tcg_gen_nonatomic_cmpxchg_i{32,64}Richard Henderson1-0/+4
2023-02-04tcg: Add tcg_gen_{non}atomic_cmpxchg_i128Richard Henderson1-0/+5
2023-02-04tcg: Add guest load/store primitives for TCGv_i128Richard Henderson2-0/+12
2023-02-04tcg: Add basic data movement for TCGv_i128Richard Henderson1-0/+4
2023-02-04tcg: Add temp allocation for TCGv_i128Richard Henderson1-0/+32
2023-02-04include/qemu/int128: Use Int128 structure for TCIRichard Henderson2-9/+45
2023-02-04tcg: Define TCG_TYPE_I128 and related helper macrosRichard Henderson2-7/+17
2023-02-04Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into...Peter Maydell7-1/+42
2023-02-04monitor: Move remaining HMP commands from misc.c to hmp-cmds.cMarkus Armbruster1-0/+13
2023-02-04monitor: Move target-dependent HMP commands to hmp-cmds-target.cMarkus Armbruster1-0/+6
2023-02-04monitor: Move monitor_putc() next to monitor_puts & external linkageMarkus Armbruster1-0/+1
2023-02-04stats: Move QMP commands from monitor/ to stats/Markus Armbruster1-0/+0
2023-02-04runstate: Move HMP commands from monitor/ to softmmu/Markus Armbruster1-0/+2
2023-02-04net: Move hmp_info_network() to net-hmp-cmds.cMarkus Armbruster2-1/+4
2023-02-04hmp: Rewrite strlist_from_comma_list() as hmp_split_at_comma()Markus Armbruster1-0/+1
2023-02-04block: Factor out hmp_change_medium(), and move to block/monitor/Markus Armbruster1-0/+3
2023-02-04trace: Move HMP commands from monitor/ to trace/Markus Armbruster1-0/+3
2023-02-04hmp: Rename help_cmd() to hmp_help_cmd(), move declaration to hmp.hMarkus Armbruster1-0/+1