aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-31tests/vm/openbsd: Use the system dtc packageThomas Huth1-2/+4
2023-10-31Merge tag 'pull-lu-20231030' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi76-211/+3278
2023-10-31Merge tag 'pull-ufs-20231030' of https://gitlab.com/jeuk20.kim/qemu into stagingStefan Hajnoczi6-1460/+315
2023-10-31Merge tag 'pull-target-arm-20231027' of https://git-us.linaro.org/people/pmay...Stefan Hajnoczi63-1431/+1714
2023-10-30build: Add update-linux-vdso makefile ruleRichard Henderson1-0/+10
2023-10-30linux-user: Show vdso address in /proc/pid/mapsRichard Henderson3-0/+4
2023-10-30linux-user/s390x: Add vdsoRichard Henderson8-3/+155
2023-10-30linux-user/s390x: Rename __SIGNAL_FRAMESIZE to STACK_FRAME_OVERHEADRichard Henderson1-3/+4
2023-10-30linux-user/ppc: Add vdsoRichard Henderson12-8/+467
2023-10-30linux-user/loongarch64: Add vdsoRichard Henderson9-1/+245
2023-10-30linux-user/riscv: Add vdsoRichard Henderson10-0/+303
2023-10-30linux-user/hppa: Add vdsoRichard Henderson8-10/+286
2023-10-30linux-user/arm: Add vdsoRichard Henderson9-18/+307
2023-10-30linux-user/aarch64: Add vdsoRichard Henderson8-0/+176
2023-10-30linux-user/x86_64: Add vdsoRichard Henderson6-2/+168
2023-10-30linux-user/i386: Add vdsoRichard Henderson8-2/+271
2023-10-30linux-user: Add gen-vdso toolRichard Henderson3-1/+535
2023-10-30linux-user: Load vdso image if availableRichard Henderson1-9/+81
2023-10-30linux-user: Replace bprm->fd with bprm->src.fdRichard Henderson3-8/+6
2023-10-30linux-user: Use ImageSource in load_symbolsRichard Henderson1-36/+45
2023-10-30linux-user: Use ImageSource in load_elf_imageRichard Henderson1-79/+49
2023-10-30linux-user: Do not clobber bprm_buf swapping ehdrRichard Henderson1-11/+14
2023-10-30linux-user: Tidy loader_execRichard Henderson1-19/+19
2023-10-30linux-user: Introduce imgsrc_read, imgsrc_read_allocRichard Henderson2-9/+142
2023-10-30linux-user: Fix guest signal remapping after adjusting SIGABRTRichard Henderson1-5/+4
2023-10-30Merge tag 'pull-hex-20231018' of https://github.com/quic/qemu into stagingStefan Hajnoczi6-80/+50
2023-10-30hw/ufs: Modify lu.c to share codes with SCSI subsystemJeuk Kim6-1460/+315
2023-10-30Merge tag 'pull-request-2023-10-27' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi12-37/+46
2023-10-27hw/net/cadence_gem: enforce 32 bits variable size for CRCLuc Michel1-1/+1
2023-10-27hw/net/cadence_gem: perform PHY access on write onlyLuc Michel1-23/+33
2023-10-27hw/net/cadence_gem: use FIELD to describe PHYMNTNC register fieldsLuc Michel1-13/+14
2023-10-27hw/net/cadence_gem: use FIELD to describe DESCONF6 register fieldsLuc Michel1-2/+2
2023-10-27hw/net/cadence_gem: use FIELD to describe IRQ register fieldsLuc Michel1-12/+39
2023-10-27hw/net/cadence_gem: use FIELD to describe [TX|RX]STATUS register fieldsLuc Michel1-9/+25
2023-10-27hw/net/cadence_gem: use FIELD to describe DMACFG register fieldsLuc Michel1-17/+31
2023-10-27hw/net/cadence_gem: use FIELD to describe NWCFG register fieldsLuc Michel1-21/+39
2023-10-27hw/net/cadence_gem: use FIELD to describe NWCTRL register fieldsLuc Michel1-13/+40
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