aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2024-01-26virtio-blk: always set ioeventfd during startupStefan Hajnoczi1-6/+6
2024-01-26virtio-blk: tolerate failure to set BlockBackend AioContextStefan Hajnoczi1-14/+5
2024-01-26virtio-blk: restart s->rq reqs in vq AioContextsStefan Hajnoczi1-11/+33
2024-01-26virtio-blk: rename dataplane to ioeventfdStefan Hajnoczi1-39/+39
2024-01-26virtio-blk: rename dataplane create/destroy functionsStefan Hajnoczi1-11/+12
2024-01-26virtio-blk: move dataplane code into virtio-blk.cStefan Hajnoczi6-459/+348
2024-01-20Merge tag 'pull-request-2024-01-19' of https://gitlab.com/thuth/qemu into sta...Peter Maydell4-13/+59
2024-01-19Merge tag 'hw-cpus-20240119' of https://github.com/philmd/qemu into stagingPeter Maydell11-146/+184
2024-01-19Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell6-273/+360
2024-01-19hw/scsi/esp-pci: set DMA_STAT_BCMBLT when BLAST command issuedMark Cave-Ayland1-0/+1
2024-01-19hw/scsi/esp-pci: synchronise setting of DMA_STAT_DONE with ESP completion int...Mark Cave-Ayland1-15/+13
2024-01-19hw/scsi/esp-pci: generate PCI interrupt from separate ESP and PCI sourcesMark Cave-Ayland1-5/+27
2024-01-19hw/scsi/esp-pci: use correct address register for PCI DMA transfersMark Cave-Ayland1-1/+1
2024-01-19hw/s390x: Rename cpu_class_init() to include 'sclp'Philippe Mathieu-Daudé1-2/+2
2024-01-19hw/core/cpu: Rename cpu_class_init() to include 'common'Philippe Mathieu-Daudé1-2/+2
2024-01-19hw/pflash: implement update buffer for block writesGerd Hoffmann3-30/+89
2024-01-19hw/pflash: use ldn_{be,le}_p and stn_{be,le}_pGerd Hoffmann1-55/+8
2024-01-19hw/pflash: refactor pflash_data_write()Gerd Hoffmann1-14/+16
2024-01-19hw/i386/pc_piix: Make piix_intx_routing_notifier_xen() more device independentBernhard Beschow1-6/+3
2024-01-19hw/block: Deprecate the TC58128 block deviceSamuel Tardieu1-0/+1
2024-01-19target/sh4: Deprecate the shix machineSamuel Tardieu1-0/+1
2024-01-19hw/timer/hpet: Convert DPRINTF to trace eventsDaniel Hoffman2-33/+37
2024-01-19qemu-options: Remove the deprecated -no-acpi optionThomas Huth1-2/+2
2024-01-19s390x/pci: drive ISM reset from subsystem resetMatthew Rosato2-9/+25
2024-01-19s390x/pci: refresh fh before disabling aifMatthew Rosato1-0/+9
2024-01-19s390x/pci: avoid double enable/disable of aifMatthew Rosato1-2/+23
2024-01-18Merge tag 'pull-target-arm-20240118' of https://git.linaro.org/people/pmaydel...Peter Maydell9-5/+655
2024-01-18hw/arm/virt: Consolidate valid CPU typesGavin Shan1-2/+6
2024-01-18hw/timer: fix systick trace messageSamuel Tardieu1-1/+1
2024-01-18remove unnecessary casts from uintptr_tPaolo Bonzini1-2/+2
2024-01-18vga: sort-of implement word and double-word access modesPaolo Bonzini2-24/+69
2024-01-18vga: use latches in odd/even mode tooPaolo Bonzini1-26/+12
2024-01-18vga: reindent memory access codePaolo Bonzini1-96/+105
2024-01-18vga: optimize horizontal pel panning in 256-color modesPaolo Bonzini1-0/+12
2024-01-18vga: implement horizontal pel panning in graphics modesPaolo Bonzini4-32/+111
2024-01-18vga: mask addresses in non-VESA modes to 256kPaolo Bonzini2-4/+8
2024-01-18vga: introduce VGADisplayParamsPaolo Bonzini3-69/+52
2024-01-18vga: use common endian swap macrosPaolo Bonzini1-48/+17
2024-01-16Merge tag 'hppa-fixes-8.2-pull-request' of https://github.com/hdeller/qemu-hp...Peter Maydell2-14/+40
2024-01-15hw/arm: Connect STM32L4x5 SYSCFG to STM32L4x5 SoCInès Varhol2-1/+21
2024-01-15hw/misc: Implement STM32L4x5 SYSCFGInès Varhol4-0/+276
2024-01-15hw/arm: Connect STM32L4x5 EXTI to STM32L4x5 SoCInès Varhol2-1/+52
2024-01-15hw/misc: Implement STM32L4x5 EXTIInès Varhol4-0/+299
2024-01-13hw/hppa: Move software power button address back into PDCHelge Deller1-4/+5
2024-01-13hw/pci-host/astro: Add missing astro & elroy registers for NetBSDHelge Deller1-3/+23
2024-01-13hw/hppa/machine: Disable default devices with --nodefaults optionHelge Deller1-4/+6
2024-01-13hw/hppa/machine: Allow up to 3840 MB total memoryHelge Deller1-3/+6
2024-01-12Merge tag 'pull-request-2024-01-11' of https://gitlab.com/thuth/qemu into sta...Peter Maydell5-11/+15
2024-01-12numa: Skip invalidation of cluster and NUMA node boundary for qtestGavin Shan1-1/+1
2024-01-11Merge tag 'pull-loongarch-20240111' of https://gitlab.com/gaosong/qemu into s...Peter Maydell3-179/+336