aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-02-29loongarch: Change the UEFI loading mode to loongarchXianglai Li1-4/+6
2024-02-28Merge tag 'migration-next-pull-request' of https://gitlab.com/peterx/qemu into stagingPeter Maydell4-10/+49
2024-02-28Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell3-2/+3
2024-02-28plugins: add an API to read registersAlex Bennée1-2/+48
2024-02-28plugins: create CPUPluginState and migrate plugin_maskAlex Bennée3-4/+21
2024-02-28gdbstub: expose api to find registersAlex Bennée1-0/+28
2024-02-28plugins: Use different helpers when reading registersAkihiko Odaki1-0/+1
2024-02-28plugins: add qemu_plugin_num_vcpus functionPierrick Bouvier1-0/+3
2024-02-28plugins: remove previous n_vcpus functions from APIPierrick Bouvier1-7/+3
2024-02-28gdbstub: Add members to identify registers to GDBFeatureAkihiko Odaki1-0/+3
2024-02-28hw/core/cpu: Remove gdb_get_dynamic_xml memberAkihiko Odaki1-4/+0
2024-02-28gdbstub: Infer number of core registers from XMLAkihiko Odaki1-1/+2
2024-02-28gdbstub: Simplify XML lookupAkihiko Odaki1-0/+6
2024-02-28gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cbAkihiko Odaki1-2/+2
2024-02-28gdbstub: Use GDBFeature for gdb_register_coprocessorAkihiko Odaki1-1/+1
2024-02-28migration: stop vm for cprSteve Sistare1-0/+1
2024-02-28migration: notifier error checkingSteve Sistare1-1/+7
2024-02-28migration: per-mode notifiersSteve Sistare1-0/+6
2024-02-28migration: MigrationNotifyFuncSteve Sistare1-1/+4
2024-02-28migration: remove postcopy_after_devicesSteve Sistare1-1/+0
2024-02-28migration: MigrationEvent for notifiersSteve Sistare1-1/+22
2024-02-28migration: convert to NotifierWithReturnSteve Sistare4-5/+6
2024-02-28migration: remove error from notifier dataSteve Sistare1-1/+0
2024-02-28notify: pass error to notifier with returnSteve Sistare1-2/+5
2024-02-28ide, vl: turn -win2k-hack into a property on IDE devicesPaolo Bonzini2-1/+2
2024-02-28vl, pc: turn -no-fd-bootchk into a machine propertyPaolo Bonzini1-1/+1
2024-02-27Merge tag 'pull-target-arm-20240227-1' of https://git.linaro.org/people/pmaydell/qemu-arm into stagingPeter Maydell12-24/+504
2024-02-27Merge tag 'pull-aspeed-20240227' of https://github.com/legoater/qemu into stagingPeter Maydell1-2/+17
2024-02-27hw/misc/bcm2835_property: Add missed BCM2835 propertiesSergey Kambalin1-0/+11
2024-02-27hw/arm/bcm2838_peripherals: Add clock_isp stubSergey Kambalin1-0/+1
2024-02-27hw/arm: Add memory region for BCM2837 RPiVid ASBSergey Kambalin2-1/+3
2024-02-27hw/arm/raspi4b: Temporarily disable unimplemented rpi4b devicesSergey Kambalin1-0/+4
2024-02-27hw/arm: Introduce Raspberry PI 4 machineSergey Kambalin2-0/+13
2024-02-27hw/arm: Add GPIO and SD to BCM2838 periphSergey Kambalin1-0/+8
2024-02-27hw/gpio: Connect SD controller to BCM2838 GPIOSergey Kambalin1-0/+5
2024-02-27hw/gpio: Add BCM2838 GPIO stubSergey Kambalin1-0/+40
2024-02-27hw/arm/bcm2838: Add GIC-400 to BCM2838 SoCSergey Kambalin2-0/+39
2024-02-27hw/arm: Introduce BCM2838 SoCSergey Kambalin2-0/+65
2024-02-27hw/arm/raspi: Split out raspi machine common partSergey Kambalin1-0/+21
2024-02-27hw/arm/bcm2853_peripherals: Split out common part of peripheralsSergey Kambalin2-5/+27
2024-02-27hw/arm/bcm2836: Split out common part of BCM283X classesSergey Kambalin1-2/+24
2024-02-27hw/core/reset: Implement qemu_register_reset via qemu_register_resettablePeter Maydell1-2/+5
2024-02-27hw/core/reset: Add qemu_{register, unregister}_resettable()Peter Maydell1-3/+34
2024-02-27hw/core: Add ResetContainer which holds objects implementing ResettablePeter Maydell1-0/+48
2024-02-27hw/core: Add documentation and license comments to reset.hPeter Maydell1-0/+79
2024-02-27include/qom/object.h: New OBJECT_DEFINE_SIMPLE_TYPE{, _WITH_INTERFACES} macrosPeter Maydell1-17/+79
2024-02-27hw/arm: Use TYPE_OR_IRQ when connecting STM32L4x5 EXTI fan-in IRQsInès Varhol1-0/+4
2024-02-27aspeed: fix hardcode boot address 0Jamin Lin1-2/+0
2024-02-27aspeed: introduce a new UART0 device nameJamin Lin1-0/+17
2024-02-27hw/ide: Remove last two uses of ide/internal.h outside of hw/ide/BALATON Zoltan2-453/+1