aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-27hw/net/cadence_gem: use FIELD for screening registersLuc Michel1-45/+47
2023-10-27hw/net/cadence_gem: use REG32 macro for register definitionsLuc Michel1-267/+262
2023-10-27misc/led: LED state is set opposite of what is expectedGlenn Miles1-1/+1
2023-10-27hw/arm: Avoid using 'first_cpu' when first ARM CPU is reachablePhilippe Mathieu-Daudé5-7/+8
2023-10-27hw/arm/pxa2xx: Realize PXA2XX_I2C device before accessing itPhilippe Mathieu-Daudé1-2/+3
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-27ipmi-bt-test: force ipv4Vladimir Sementsov-Ogievskiy1-1/+1
2023-10-27tests/vm/freebsd: Add additional library paths for libfdtThomas Huth1-2/+3
2023-10-27docs/about: Mark the old pc-i440fx-2.0 - 2.3 machine types as deprecatedThomas Huth2-0/+9
2023-10-27tests/coroutine: Clean up global variable shadowingPhilippe Mathieu-Daudé1-6/+6
2023-10-27tests/aio: Clean up global variable shadowingPhilippe Mathieu-Daudé1-2/+2
2023-10-27tests/npcm7xx_adc: Clean up global variable shadowingPhilippe Mathieu-Daudé1-7/+7
2023-10-27tests/rtl8139: Clean up global variable shadowingPhilippe Mathieu-Daudé1-6/+6
2023-10-27tests/cdrom-test: Clean up global variable shadowing in prepare_image()Philippe Mathieu-Daudé1-3/+3
2023-10-27tests/virtio-scsi: Clean up global variable shadowingPhilippe Mathieu-Daudé1-1/+1
2023-10-27tests/throttle: Clean up global variable shadowingPhilippe Mathieu-Daudé1-1/+0
2023-10-27system/qtest: Clean up global variable shadowing in qtest_server_init()Philippe Mathieu-Daudé1-8/+8
2023-10-27Merge tag 'pull-sp-20231025' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi14-3750/+3998
2023-10-27Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi26-634/+492
2023-10-27Merge tag 'pull-aspeed-20231025' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi9-284/+363
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