aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2024-07-16ui/console: Convert mouse visibility parameter into boolAkihiko Odaki3-4/+3
2024-07-16esp: remove transfer size check from DMA DATA IN and DATA OUT transfersMark Cave-Ayland1-2/+2
2024-07-16loader: remove load_image_gzipped function as its not used anywhereAni Sinha1-13/+0
2024-07-16hw/isa/vt82c686: Turn "intr" irq into a named gpioBernhard Beschow4-6/+7
2024-07-16hw/core/loader: allow loading larger ROMsGregor Haas1-25/+7
2024-07-14hw/ufs: Fix mcq register range check logicJeuk Kim1-2/+14
2024-07-12Merge tag 'edgar/xen-queue-2024-07-12.for-upstream' of https://gitlab.com/edg...Richard Henderson1-1/+11
2024-07-12Merge tag 'pull-loongarch-20240712' of https://gitlab.com/gaosong/qemu into s...Richard Henderson4-9/+12
2024-07-12hw/loongarch/virt: Remove unused assignmentBibo Mao1-8/+7
2024-07-12hw/loongarch: Change the tpm support by defaultXianglai Li2-0/+4
2024-07-12hw/loongarch/boot.c: fix out-of-bound readingDmitry Frolov1-1/+1
2024-07-12xen: mapcache: Fix unmapping of first entries in bucketsEdgar E. Iglesias1-1/+11
2024-07-11Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Richard Henderson3-41/+77
2024-07-11Merge tag 'pull-target-arm-20240711' of https://git.linaro.org/people/pmaydel...Richard Henderson4-19/+33
2024-07-11hw/nvme: Expand VI/VQ resource to uint32Minwoo Im2-6/+6
2024-07-11hw/nvme: Allocate sec-ctrl-list as a dynamic arrayMinwoo Im3-10/+5
2024-07-11hw/nvme: separate identify data for sec. ctrl listMinwoo Im3-21/+22
2024-07-11hw/nvme: add Identify Endurance Group ListMinwoo Im1-0/+22
2024-07-11hw/nvme: fix BAR size mismatch of SR-IOV VFMinwoo Im1-4/+15
2024-07-11hw/nvme: fix number of PIDs for FDP RUH updateVincent Fu1-1/+1
2024-07-11hw/nvme: Add support for setting the MQES for the NVMe emulationJohn Berg2-1/+8
2024-07-11hw/arm: In STM32L4x5 SOC, connect USART devices to EXTIInès Varhol1-13/+11
2024-07-11hw/misc: In STM32L4x5 EXTI, handle direct interruptsInès Varhol1-0/+7
2024-07-11hw/misc: In STM32L4x5 EXTI, consolidate 2 constantsInès Varhol1-4/+2
2024-07-11hw/misc/bcm2835_thermal: Fix access size handling in bcm2835_thermal_opsZheyu Ma1-0/+2
2024-07-11hw/char/pl011: Avoid division-by-zero in pl011_get_baudrate()Zheyu Ma1-2/+11
2024-07-10virtio-mem: improve error message when unplug of device fails due to plugged ...David Hildenbrand1-2/+2
2024-07-09Merge tag 'pull-aspeed-20240709' of https://github.com/legoater/qemu into sta...Richard Henderson3-23/+143
2024-07-09vfio/display: Fix vfio_display_edid_init() error pathZhenzhong Duan1-6/+7
2024-07-09vfio/display: Fix potential memleak of edid infoZhenzhong Duan1-0/+3
2024-07-09virtio-iommu: Revert transient enablement of IOMMU MR in bypass modeEric Auger1-12/+0
2024-07-09memory: remove IOMMU MR iommu_set_page_size_mask() callbackEric Auger3-54/+0
2024-07-09virtio-iommu : Retrieve page size mask on virtio_iommu_set_iommu_device()Eric Auger2-2/+56
2024-07-09HostIOMMUDevice: Introduce get_page_size_mask() callbackEric Auger2-0/+21
2024-07-09HostIOMMUDevice : remove Error handle from get_iova_ranges callbackEric Auger3-3/+3
2024-07-09vfio-container-base: Introduce vfio_container_get_iova_ranges() helperEric Auger3-14/+17
2024-07-09virtio-iommu: Fix error handling in virtio_iommu_set_host_iova_ranges()Eric Auger1-1/+6
2024-07-09hw/block: m25p80: support quad mode for w25q01jvqJamin Lin1-0/+16
2024-07-09aspeed/soc: set dma64 property for AST2700 ftgmac100Jamin Lin1-0/+3
2024-07-09hw/net:ftgmac100: update TX and RX packet buffers address to 64 bitsJamin Lin1-3/+18
2024-07-09hw/net:ftgmac100: introduce TX and RX ring base address high registers to sup...Jamin Lin1-0/+82
2024-07-09hw/net:ftgmac100: update ring base address to 64 bitsJamin Lin1-17/+16
2024-07-09hw/net:ftgmac100: update memory region size to 64KBJamin Lin1-3/+8
2024-07-05hw/sd/sdcard: Extract TYPE_SDMMC_COMMON from TYPE_SD_CARDPhilippe Mathieu-Daudé3-28/+51
2024-07-05hw/sd/sdcard: Introduce set_csd/set_cid handlersPhilippe Mathieu-Daudé1-2/+5
2024-07-05hw/sd/sdcard: Cover more SDCardStatesPhilippe Mathieu-Daudé1-0/+11
2024-07-05hw/sd/sdcard: Trace length of data read on DAT linesPhilippe Mathieu-Daudé2-3/+3
2024-07-05hw/sd/sdcard: Remove default case in read/write on DAT linesPhilippe Mathieu-Daudé1-5/+4
2024-07-05hw/sd/sdcard: Remove noise from sd_cmd_name()Philippe Mathieu-Daudé1-5/+0
2024-07-05hw/sd/sdcard: Remove noise from sd_acmd_name()Philippe Mathieu-Daudé1-11/+1