aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-10-31block: rename blk_io_plug_call() API to defer_call()Stefan Hajnoczi1-3/+3
2023-10-31Merge tag 'pull-ufs-20231030' of https://gitlab.com/jeuk20.kim/qemu into stagingStefan Hajnoczi1-1/+1
2023-10-30hw/ufs: Modify lu.c to share codes with SCSI subsystemJeuk Kim1-1/+1
2023-10-27hw/pcmcia/pxa2xx: Inline pxa2xx_pcmcia_init()Philippe Mathieu-Daudé1-2/+0
2023-10-27hw/arm/xlnx-zynqmp: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé1-1/+0
2023-10-27hw/arm/xlnx-versal: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé1-1/+0
2023-10-27hw/arm/fsl-imx7: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé1-1/+0
2023-10-27hw/arm/fsl-imx6ul: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé1-1/+0
2023-10-27hw/arm/fsl-imx6: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé1-1/+0
2023-10-27hw/arm/fsl-imx31: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé1-1/+0
2023-10-27hw/arm/fsl-imx25: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé1-1/+0
2023-10-27hw/arm/allwinner-r40: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé1-1/+0
2023-10-27hw/arm/allwinner-h3: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé1-1/+0
2023-10-27hw/arm/allwinner-a10: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé1-1/+0
2023-10-27Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2-39/+3
2023-10-25kvm: i386: require KVM_CAP_SET_VCPU_EVENTS and KVM_CAP_X86_ROBUST_SINGLESTEPPaolo Bonzini2-2/+0
2023-10-25kvm: i386: require KVM_CAP_DEBUGREGSPaolo Bonzini2-2/+0
2023-10-25kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTHPaolo Bonzini1-19/+0
2023-10-25kvm: assume that many ioeventfds can be createdPaolo Bonzini2-2/+0
2023-10-25kvm: drop reference to KVM_CAP_PCI_2_3Paolo Bonzini2-2/+0
2023-10-25kvm: require KVM_IRQFD for kernel irqchipPaolo Bonzini1-0/+1
2023-10-25kvm: require KVM_IRQFD for kernel irqchipPaolo Bonzini1-3/+3
2023-10-25kvm: require KVM_CAP_SIGNAL_MSIPaolo Bonzini2-10/+0
2023-10-25hw/arm/aspeed: Move AspeedSoCState::cpu/vic to Aspeed2400SoCStatePhilippe Mathieu-Daudé1-2/+3
2023-10-25hw/arm/aspeed: Move AspeedSoCState::a7mpcore to Aspeed2600SoCStatePhilippe Mathieu-Daudé1-1/+3
2023-10-25hw/arm/aspeed: Move AspeedSoCState::armv7m to Aspeed10x0SoCStatePhilippe Mathieu-Daudé1-3/+2
2023-10-25hw/arm/aspeed: Introduce TYPE_ASPEED2400_SOCPhilippe Mathieu-Daudé1-0/+7
2023-10-25hw/arm/aspeed: Introduce TYPE_ASPEED2600_SOCPhilippe Mathieu-Daudé1-0/+7
2023-10-25hw/arm/aspeed: Introduce TYPE_ASPEED10X0_SOCPhilippe Mathieu-Daudé1-0/+7
2023-10-23Merge tag 'pull-tcg-20231023' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi4-4/+21
2023-10-23Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi8-11/+48
2023-10-22tcg: Define MO_TLPaolo Bonzini1-0/+2
2023-10-22tcg: Export tcg_gen_ext_{i32,i64,tl}Richard Henderson2-0/+4
2023-10-22tcg: add negsetcondiPaolo Bonzini2-0/+6
2023-10-22tcg: Add tcg_gen_{ld,st}_i128Richard Henderson1-0/+3
2023-10-22tcg: drop unused tcg_temp_free defineMike Frysinger1-2/+0
2023-10-22tcg: Introduce tcg_use_softmmuRichard Henderson1-2/+6
2023-10-22vhost-user: Fix protocol feature bit conflictHanna Czenczek1-1/+2
2023-10-22hw/cxl: Add QTG _DSM support for ACPI0017 deviceDave Jiang1-0/+1
2023-10-22vhost-user: fix lost reconnectLi Feng1-1/+2
2023-10-22vhost-user-scsi: support reconnect to backendLi Feng2-1/+7
2023-10-22vhost: move and rename the conn retry timesLi Feng1-0/+2
2023-10-22hw/i386/pc_piix: Make PIIX4 south bridge usable in PC machineBernhard Beschow1-0/+2
2023-10-22hw/isa/piix: Allow for optional PIT creation in PIIX3Bernhard Beschow1-0/+1
2023-10-22hw/isa/piix: Allow for optional PIC creation in PIIX3Bernhard Beschow1-0/+1
2023-10-22hw/isa/piix4: Reuse struct PIIXState from PIIX3Bernhard Beschow1-0/+1
2023-10-22hw/isa/piix3: Drop the "3" from PIIX base class nameBernhard Beschow1-4/+2
2023-10-22hw/isa/piix3: Create power management controller in host deviceBernhard Beschow1-0/+6
2023-10-22hw/isa/piix3: Create USB controller in host deviceBernhard Beschow1-0/+4
2023-10-22hw/isa/piix3: Create IDE controller in host deviceBernhard Beschow1-0/+2