aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-11-01migration: mode parameterSteve Sistare1-0/+14
2023-11-01migration: Use vmstate_register_any() for vmware_vgaJuan Quintela1-1/+1
2023-11-01migration: Use vmstate_register_any() for eeprom93xxJuan Quintela1-1/+1
2023-11-01migration: Hack to maintain backwards compatibility for ppcJuan Quintela2-4/+39
2023-11-01migration: Use vmstate_register_any() for isa-ideJuan Quintela1-1/+1
2023-11-01migration: Use vmstate_register_any()Juan Quintela9-13/+10
2023-11-01hw/s390x/s390-stattrib: Don't call register_savevm_live() during instance_init()Thomas Huth1-14/+15
2023-11-01hw/s390x/s390-stattrib: Simplify handling of the "migration-enabled" propertyThomas Huth1-20/+7
2023-11-01hw/s390x/s390-skeys: Don't call register_savevm_live() during instance_init()Thomas Huth1-27/+9
2023-11-01hw/ipmi: Don't call vmstate_register() from instance_init() functionsThomas Huth3-55/+56
2023-10-31virtio-blk: remove batch notification BHStefan Hajnoczi1-47/+1
2023-10-31virtio: use defer_call() in virtio_irqfd_notify()Stefan Hajnoczi2-1/+13
2023-10-31util/defer-call: move defer_call() to util/Stefan Hajnoczi3-0/+3
2023-10-31block: rename blk_io_plug_call() API to defer_call()Stefan Hajnoczi3-10/+10
2023-10-31Merge tag 'pull-ufs-20231030' of https://gitlab.com/jeuk20.kim/qemu into stagingStefan Hajnoczi4-1450/+286
2023-10-31Merge tag 'pull-target-arm-20231027' of https://git-us.linaro.org/people/pmay...Stefan Hajnoczi23-443/+573
2023-10-30hw/ufs: Modify lu.c to share codes with SCSI subsystemJeuk Kim4-1450/+286
2023-10-30Merge tag 'pull-request-2023-10-27' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi1-0/+1
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é2-14/+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é1-0/+1
2023-10-27hw/arm/xlnx-versal: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé1-0/+1
2023-10-27hw/arm/fsl-imx7: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé1-0/+1
2023-10-27hw/arm/fsl-imx6ul: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé1-0/+1
2023-10-27hw/arm/fsl-imx6: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé1-0/+1
2023-10-27hw/arm/fsl-imx31: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé1-0/+1
2023-10-27hw/arm/fsl-imx25: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé1-0/+1
2023-10-27hw/arm/allwinner-r40: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé1-0/+1
2023-10-27hw/arm/allwinner-h3: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé1-0/+1
2023-10-27hw/arm/allwinner-a10: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé1-0/+1