summary refs log tree commit diff stats
path: root/python/scripts (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-27hw/intc/pxa2xx: Factor pxa2xx_pic_realize() out of pxa2xx_pic_init()Philippe Mathieu-Daudé1-6/+10
2023-10-27hw/intc/pxa2xx: Pass CPU reference using QOM link propertyPhilippe Mathieu-Daudé1-1/+10
2023-10-27hw/intc/pxa2xx: Convert to Resettable interfacePhilippe Mathieu-Daudé1-5/+12
2023-10-27hw/pcmcia/pxa2xx: Inline pxa2xx_pcmcia_init()Philippe Mathieu-Daudé3-16/+8
2023-10-27hw/pcmcia/pxa2xx: Do not open-code sysbus_create_simple()Philippe Mathieu-Daudé1-3/+1
2023-10-27hw/pcmcia/pxa2xx: Realize sysbus device before accessing itPhilippe Mathieu-Daudé1-5/+2
2023-10-27hw/sd/pxa2xx: Do not open-code sysbus_create_simple()Philippe Mathieu-Daudé1-6/+1
2023-10-27hw/sd/pxa2xx: Realize sysbus device before accessing itPhilippe Mathieu-Daudé1-1/+1
2023-10-27hw/arm/xlnx-zynqmp: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé2-1/+1
2023-10-27hw/arm/xlnx-versal: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé2-1/+1
2023-10-27hw/arm/fsl-imx7: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé2-1/+1
2023-10-27hw/arm/fsl-imx6ul: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé2-1/+1
2023-10-27hw/arm/fsl-imx6: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé2-1/+1
2023-10-27hw/arm/fsl-imx31: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé2-1/+1
2023-10-27hw/arm/fsl-imx25: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé2-1/+1
2023-10-27hw/arm/allwinner-r40: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé2-1/+1
2023-10-27hw/arm/allwinner-h3: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé2-1/+1
2023-10-27hw/arm/allwinner-a10: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé2-1/+1
2023-10-27target/arm: Fix syndrome for FGT traps on ERETPeter Maydell1-2/+2
2023-10-27target/arm: Move ID_AA64DFR* feature tests togetherPeter Maydell1-5/+5
2023-10-27target/arm: Move ID_AA64PFR* tests togetherPeter Maydell1-43/+43
2023-10-27target/arm: Move ID_AA64ISAR* test functions togetherPeter Maydell1-35/+35
2023-10-27target/arm: Move ID_AA64MMFR0 tests up to before MMFR1 and MMFR2Peter Maydell1-60/+60
2023-10-27target/arm: Move ID_AA64MMFR1 and ID_AA64MMFR2 tests togetherPeter Maydell1-30/+30
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell29-972/+1028
2023-10-27target/arm: Implement Neoverse N2 CPU modelPeter Maydell4-0/+106
2023-10-27target/arm: Correct minor errors in Cortex-A710 definitionPeter Maydell1-2/+9
2023-10-25kvm: i8254: require KVM_CAP_PIT2 and KVM_CAP_PIT_STATE2Paolo Bonzini4-39/+13
2023-10-25kvm: i386: require KVM_CAP_SET_IDENTITY_MAP_ADDRPaolo Bonzini1-13/+7
2023-10-25kvm: i386: require KVM_CAP_ADJUST_CLOCKPaolo Bonzini3-10/+1
2023-10-25kvm: i386: require KVM_CAP_MCEPaolo Bonzini1-10/+4
2023-10-25kvm: i386: require KVM_CAP_SET_VCPU_EVENTS and KVM_CAP_X86_ROBUST_SINGLESTEPPaolo Bonzini4-101/+2
2023-10-25kvm: i386: require KVM_CAP_XSAVEPaolo Bonzini1-68/+2
2023-10-25kvm: i386: require KVM_CAP_DEBUGREGSPaolo Bonzini4-19/+1
2023-10-25kvm: i386: move KVM_CAP_IRQ_ROUTING detection to kvm_arch_required_capabilitiesPaolo Bonzini1-5/+1
2023-10-25kvm: unify listeners for PIO address spacePaolo Bonzini1-9/+2
2023-10-25kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTHPaolo Bonzini9-78/+18
2023-10-25kvm: assume that many ioeventfds can be createdPaolo Bonzini5-58/+0
2023-10-25kvm: drop reference to KVM_CAP_PCI_2_3Paolo Bonzini3-9/+0
2023-10-25kvm: require KVM_IRQFD for kernel irqchipPaolo Bonzini1-0/+1
2023-10-25kvm: require KVM_IRQFD for kernel irqchipPaolo Bonzini5-14/+10
2023-10-25kvm: require KVM_CAP_SIGNAL_MSIPaolo Bonzini6-108/+9
2023-10-25kvm: require KVM_CAP_INTERNAL_ERROR_DATAPaolo Bonzini1-7/+6
2023-10-25kvm: remove unnecessary stubPaolo Bonzini1-5/+0
2023-10-25target/i386: check CPUID_PAE to determine 36 bit processor address spaceAni Sinha1-1/+1
2023-10-25target/i386: validate VEX.W for AVX instructionsPaolo Bonzini2-42/+108
2023-10-25target/i386: group common checks in the decoding phasePaolo Bonzini3-37/+85
2023-10-25tests/tcg/i386: test-avx: add test cases for SHA new instructionsPaolo Bonzini1-1/+2
2023-10-25tests/tcg/i386: initialize more registers in test-avxPaolo Bonzini1-0/+8
2023-10-25target/i386: implement SHA instructionsPaolo Bonzini6-1/+209