aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-05memory: Simplify memory_region_init_rom_device_nomigrate() callsPhilippe Mathieu-Daudé
2024-01-05memory: Have memory_region_init_rom_device_nomigrate() return a booleanPhilippe Mathieu-Daudé
2024-01-05memory: Have memory_region_init_rom() handler return a booleanPhilippe Mathieu-Daudé
2024-01-05memory: Have memory_region_init_ram() handler return a booleanPhilippe Mathieu-Daudé
2024-01-05memory: Simplify memory_region_init_ram_from_fd() callsPhilippe Mathieu-Daudé
2024-01-05memory: Simplify memory_region_init_rom_nomigrate() callsPhilippe Mathieu-Daudé
2024-01-05memory: Have memory_region_init_rom_nomigrate() handler return a booleanPhilippe Mathieu-Daudé
2024-01-05memory: Have memory_region_init_ram_nomigrate() handler return a booleanPhilippe Mathieu-Daudé
2024-01-05memory: Have memory_region_init_ram_flags_nomigrate() return a booleanPhilippe Mathieu-Daudé
2024-01-05hw/mips: Inline 'bios.h' definitionsPhilippe Mathieu-Daudé
2024-01-05hw/ppc/xive2_regs: Remove unnecessary 'cpu.h' inclusionPhilippe Mathieu-Daudé
2024-01-05hw: Simplify accesses to the CPUState::'start-powered-off' propertyPhilippe Mathieu-Daudé
2024-01-05hw/ppc/spapr_cpu_core: Access QDev properties with proper APIPhilippe Mathieu-Daudé
2024-01-05hw/arm/bcm2836: Use ARM_CPU 'mp-affinity' propertyPhilippe Mathieu-Daudé
2024-01-05hw/arm/bcm2836: Simplify use of 'reset-cbar' propertyPhilippe Mathieu-Daudé
2024-01-05hw/audio/sb16: Do not migrate qdev propertiesPhilippe Mathieu-Daudé
2024-01-05hw/cpu/cluster: Cleanup unused included header in cluster.cZhao Liu
2024-01-05hw/cpu/core: Cleanup unused included header in core.cZhao Liu
2024-01-05hw/core/cpu: Update description of CPUState::nodePhilippe Mathieu-Daudé
2024-01-05hw/core/cpu: Remove final vestiges of dynamic state tracingPhilippe Mathieu-Daudé
2024-01-05hw/riscv/shakti_c: Check CPU type in machine_run_board_init()Gavin Shan
2024-01-05hw/arm: Check CPU type in machine_run_board_init()Gavin Shan
2024-01-05hw/arm/sbsa-ref: Check CPU type in machine_run_board_init()Gavin Shan
2024-01-05hw/arm/virt: Check CPU type in machine_run_board_init()Gavin Shan
2024-01-05hw/arm/virt: Hide host CPU model for tcgGavin Shan
2024-01-05machine: Print CPU model name instead of CPU typeGavin Shan
2024-01-05machine: Improve is_cpu_type_supported()Gavin Shan
2024-01-05machine: Introduce helper is_cpu_type_supported()Gavin Shan
2024-01-05machine: Use error handling when CPU type is checkedGavin Shan
2024-01-05hw/core: Add machine_class_default_cpu_type()Philippe Mathieu-Daudé
2024-01-05target: Use generic cpu_model_from_type()Gavin Shan
2024-01-05target/xtensa: Use generic cpu_list()Gavin Shan
2024-01-05target/tricore: Use generic cpu_list()Gavin Shan
2024-01-05target/sh4: Use generic cpu_list()Gavin Shan
2024-01-05target/rx: Use generic cpu_list()Gavin Shan
2024-01-05target/riscv: Use generic cpu_list()Gavin Shan
2024-01-05target/openrisc: Use generic cpu_list()Gavin Shan
2024-01-05target/mips: Use generic cpu_list()Gavin Shan
2024-01-05target/m68k: Use generic cpu_list()Gavin Shan
2024-01-05target/loongarch: Use generic cpu_list()Gavin Shan
2024-01-05target/hppa: Use generic cpu_list()Gavin Shan
2024-01-05target/hexagon: Use generic cpu_list()Gavin Shan
2024-01-05target/cris: Use generic cpu_list()Gavin Shan
2024-01-05target/avr: Use generic cpu_list()Gavin Shan
2024-01-05target/arm: Use generic cpu_list()Gavin Shan
2024-01-05target/alpha: Use generic cpu_list()Gavin Shan
2024-01-05cpu: Add generic cpu_list()Gavin Shan
2024-01-05cpu: Add helper cpu_model_from_type()Gavin Shan
2024-01-05cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()Philippe Mathieu-Daudé
2024-01-05target/hppa: Remove object_class_is_abstract()Gavin Shan