Age | Commit message (Expand) | Author | Files | Lines |
2023-02-10 | remove unnecessary extern "C" blocks | Paolo Bonzini | 6 | -47/+0 |
2023-02-08 | Drop duplicate #include | Markus Armbruster | 2 | -2/+0 |
2023-02-08 | Don't include headers already included by qemu/osdep.h | Markus Armbruster | 6 | -8/+0 |
2023-02-08 | accel: Clean up includes | Markus Armbruster | 1 | -1/+0 |
2023-02-08 | block: Clean up includes | Markus Armbruster | 2 | -3/+0 |
2023-02-08 | migration: Clean up includes | Markus Armbruster | 1 | -1/+0 |
2023-02-08 | hw/tricore: Clean up includes | Markus Armbruster | 1 | -1/+0 |
2023-02-08 | hw/input: Clean up includes | Markus Armbruster | 1 | -1/+0 |
2023-02-08 | hw/cxl: Clean up includes | Markus Armbruster | 3 | -4/+0 |
2023-02-07 | Merge tag 'pull-aspeed-20230207' of https://github.com/legoater/qemu into sta... | Peter Maydell | 4 | -5/+55 |
2023-02-07 | Merge tag 'pull-riscv-to-apply-20230207' of https://github.com/alistair23/qem... | Peter Maydell | 2 | -8/+10 |
2023-02-07 | Merge tag 'migration-20230206-pull-request' of https://gitlab.com/juan.quinte... | Peter Maydell | 6 | -12/+70 |
2023-02-07 | hw/arm/aspeed_ast10x0: Map the secure SRAM | Philippe Mathieu-Daudé | 1 | -0/+3 |
2023-02-07 | hw/arm/aspeed_ast10x0: Add various unimplemented peripherals | Philippe Mathieu-Daudé | 1 | -0/+11 |
2023-02-07 | hw/watchdog/wdt_aspeed: Log unimplemented registers as UNIMP level | Philippe Mathieu-Daudé | 1 | -1/+1 |
2023-02-07 | hw/watchdog/wdt_aspeed: Rename MMIO region size as 'iosize' | Philippe Mathieu-Daudé | 1 | -1/+1 |
2023-02-07 | hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper | Peter Delevoryas | 1 | -0/+16 |
2023-02-07 | hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boards | Peter Delevoryas | 1 | -0/+23 |
2023-02-07 | hw/core/loader: Remove declarations of option_rom_has_mr/rom_file_has_mr | Cédric Le Goater | 1 | -3/+0 |
2023-02-07 | hw/riscv: change riscv_compute_fdt_addr() semantics | Daniel Henrique Barboza | 1 | -1/+1 |
2023-02-07 | hw/riscv: split fdt address calculation from fdt load | Daniel Henrique Barboza | 1 | -1/+3 |
2023-02-07 | include/hw/riscv/opentitan: update opentitan IRQs | Wilfred Mallawa | 1 | -7/+7 |
2023-02-06 | io: Add support for MSG_PEEK for socket channel | manish.mishra | 1 | -0/+6 |
2023-02-06 | migration: Add canary to VMSTATE_END_OF_LIST | Dr. David Alan Gilbert | 1 | -1/+6 |
2023-02-06 | virtio-mem: Migrate immutable properties early | David Hildenbrand | 1 | -0/+8 |
2023-02-06 | migration/ram: Factor out check for advised postcopy | David Hildenbrand | 1 | -1/+3 |
2023-02-06 | migration/vmstate: Introduce VMSTATE_WITH_TMP_TEST() and VMSTATE_BITMAP_TEST() | David Hildenbrand | 1 | -2/+10 |
2023-02-06 | migration/savevm: Allow immutable device state to be migrated early (i.e., be... | David Hildenbrand | 1 | -1/+15 |
2023-02-06 | util/userfaultfd: Add uffd_open() | Peter Xu | 1 | -0/+12 |
2023-02-06 | migration: Remove unused threshold_size parameter | Juan Quintela | 1 | -2/+0 |
2023-02-06 | migration: Split save_live_pending() into state_pending_* | Juan Quintela | 1 | -7/+12 |
2023-02-06 | migration: No save_live_pending() method uses the QEMUFile parameter | Juan Quintela | 1 | -1/+1 |
2023-02-06 | mac_nvram: Add block backend to persist NVRAM contents | BALATON Zoltan | 1 | -0/+1 |
2023-02-06 | input/adb: Only include header where needed | BALATON Zoltan | 4 | -2/+4 |
2023-02-05 | Merge tag 'pull-ppc-20230205' of https://gitlab.com/danielhb/qemu into staging | Peter Maydell | 1 | -4/+1 |
2023-02-05 | ppc/pnv/pci: Update PHB5 version register | Frederic Barrat | 1 | -1/+1 |
2023-02-05 | ppc/pnv/pci: Remove duplicate definition of PNV_PHB5_DEVICE_ID | Frederic Barrat | 1 | -1/+0 |
2023-02-05 | ppc/pnv/pci: Cleanup PnvPHBPecState structure | Frederic Barrat | 1 | -2/+0 |
2023-02-04 | tcg: Split out tcg_gen_nonatomic_cmpxchg_i{32,64} | Richard Henderson | 1 | -0/+4 |
2023-02-04 | tcg: Add tcg_gen_{non}atomic_cmpxchg_i128 | Richard Henderson | 1 | -0/+5 |
2023-02-04 | tcg: Add guest load/store primitives for TCGv_i128 | Richard Henderson | 2 | -0/+12 |
2023-02-04 | tcg: Add basic data movement for TCGv_i128 | Richard Henderson | 1 | -0/+4 |
2023-02-04 | tcg: Add temp allocation for TCGv_i128 | Richard Henderson | 1 | -0/+32 |
2023-02-04 | include/qemu/int128: Use Int128 structure for TCI | Richard Henderson | 2 | -9/+45 |
2023-02-04 | tcg: Define TCG_TYPE_I128 and related helper macros | Richard Henderson | 2 | -7/+17 |
2023-02-04 | Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into... | Peter Maydell | 7 | -1/+42 |
2023-02-04 | monitor: Move remaining HMP commands from misc.c to hmp-cmds.c | Markus Armbruster | 1 | -0/+13 |
2023-02-04 | monitor: Move target-dependent HMP commands to hmp-cmds-target.c | Markus Armbruster | 1 | -0/+6 |
2023-02-04 | monitor: Move monitor_putc() next to monitor_puts & external linkage | Markus Armbruster | 1 | -0/+1 |
2023-02-04 | stats: Move QMP commands from monitor/ to stats/ | Markus Armbruster | 1 | -0/+0 |