aboutsummaryrefslogtreecommitdiffstats
path: root/hw (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/display/vhost-user-gpu.c: fix vhost_user_gpu_chr_read()Haoran Zhang2024-08-231-1/+1
* hw/x86: add a couple of comments explaining how the kernel image is parsedAni Sinha2024-08-231-2/+5
* hw/loongarch: Fix length for lowram in ACPI SRATJiaxun Yang2024-08-211-1/+1
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into stagingRichard Henderson2024-08-203-2/+7
|\
| * virtio-pci: Fix the use of an uninitialized irqfdCindy Lu2024-08-201-0/+3
| * hw/audio/virtio-snd: fix invalid param checkVolker Rümelin2024-08-201-2/+2
| * vhost: Add VIRTIO_NET_F_RSC_EXT to vhost feature bitsAkihiko Odaki2024-08-201-0/+2
* | Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into stagingRichard Henderson2024-08-201-1/+1
|\ \ | |/ |/|
| * hw/nvme: fix leak of uninitialized memory in io_mgmt_recvKlaus Jensen2024-08-201-1/+1
* | Merge tag 'hw-misc-20240820' of https://github.com/philmd/qemu into stagingRichard Henderson2024-08-207-18/+19
|\ \ | |/ |/|
| * hw/i386/pc: Ensure vmport prerequisites are fulfilledKamil Szczęk2024-08-201-3/+8
| * hw/i386/pc: Unify vmport=auto handlingKamil Szczęk2024-08-203-10/+5
| * hw/ppc/Kconfig: Add missing SERIAL_ISA dependency to POWERNV machineBernhard Beschow2024-08-201-0/+1
| * hw/remote/message.c: Don't directly invoke DeviceClass:resetPeter Maydell2024-08-201-4/+1
| * hw/dma/xilinx_axidma: Use semicolon at end of statement, not commaPeter Maydell2024-08-201-1/+1
| * hw/mips/loongson3_virt: Fix condition of IPI IOCSR connectionJiaxun Yang2024-08-201-1/+1
| * hw/mips/loongson3_virt: Store core_iocsr into LoongsonMachineStateJiaxun Yang2024-08-201-0/+3
* | Revert "hw/riscv/virt.c: imsics DT: add '#msi-cells'"Andrew Jones2024-08-191-1/+0
* | docs: Fix some typos (found by typos) and grammar issuesStefan Weil2024-08-161-1/+1
* | virtio-net: Use virtual time for RSC timersNicholas Piggin2024-08-161-3/+3
* | virtio-net: Use replay_schedule_bh_event for bhs that affect machine stateNicholas Piggin2024-08-161-5/+6
|/
* hw/misc/stm32l4x5_rcc: Add validation for MCOPRE and MCOSEL valuesZheyu Ma2024-08-131-8/+20
* arm/virt: place power button pin number on a defineMauro Carvalho Chehab2024-08-122-6/+7
* hw/core/ptimer: fix timer zero period condition for freq > 1GHzJianzhou Yue2024-08-121-2/+2
* Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson2024-08-071-22/+51
|\
| * scsi-disk: Always report RESERVATION_CONFLICT to guestKevin Wolf2024-08-061-5/+30
| * scsi-disk: Add warning comments that host_status errors take a shortcutKevin Wolf2024-08-061-0/+7
| * scsi-block: Don't skip callback for sgio error status/driver_statusKevin Wolf2024-08-061-10/+0
| * scsi-disk: Use positive return value for status in dma_readv/writevKevin Wolf2024-08-061-7/+14
* | hw/pci-host/gt64120: Reset config registers during RESET phasePhilippe Mathieu-Daudé2024-08-061-5/+14
* | hw/pci-host/gt64120: Set PCI base address register write maskPhilippe Mathieu-Daudé2024-08-061-1/+13
* | hw/display/virtio-gpu: Improve "opengl is not available" error messagePeter Maydell2024-08-061-1/+7
* | hw/ide/pci: Remove dead code from bmdma_prepare_buf()Peter Maydell2024-08-061-5/+2
* | hw/block/fdc-isa: Assert that isa_fdc_get_drive_max_chs() found somethingPeter Maydell2024-08-061-0/+2
* | hw/ide/atapi: Be explicit that assigning to s->lcyl truncatesPeter Maydell2024-08-061-1/+1
* | hw/block/pflash_cfi01: Don't decrement pfl->counter below 0Peter Maydell2024-08-061-0/+1
* | hw/sd/sdhci: Reset @data_count index on invalid ADMA transfersPhilippe Mathieu-Daudé2024-08-061-0/+1
* | hw/sd/sdcard: Do not abort when reading DAT lines on invalid cmd statePhilippe Mathieu-Daudé2024-08-061-1/+3
* | hw/sd/sdcard: Explicit dummy byte valuePhilippe Mathieu-Daudé2024-08-061-5/+7
* | hw/intc/loongson_ipi: Restrict to MIPSBibo Mao2024-08-061-14/+0
* | hw/loongarch/virt: Replace Loongson IPI with LoongArch IPIBibo Mao2024-08-062-3/+3
* | hw/intc/loongarch_ipi: Add loongarch IPI supportBibo Mao2024-08-063-0/+73
* | hw/intc/loongson_ipi: Move common code to loongson_ipi_common.cBibo Mao2024-08-062-275/+287
* | hw/intc/loongson_ipi: Expose loongson_ipi_core_read/write helpersBibo Mao2024-08-061-6/+4
* | hw/intc/loongson_ipi: Add LoongsonIPICommonClass::cpu_by_arch_id handlerBibo Mao2024-08-061-3/+7
* | hw/intc/loongson_ipi: Add LoongsonIPICommonClass::get_iocsr_as handlerBibo Mao2024-08-061-4/+12
* | hw/intc/loongson_ipi: Pass LoongsonIPICommonState to send_ipi_data()Bibo Mao2024-08-061-8/+11
* | hw/intc/loongson_ipi: Move IPICore structure to loongson_ipi_common.hBibo Mao2024-08-062-40/+52
* | hw/intc/loongson_ipi: Move IPICore::mmio_mem to LoongsonIPIStateBibo Mao2024-08-061-3/+7
* | hw/intc/loongson_ipi: Add TYPE_LOONGSON_IPI_COMMON stubBibo Mao2024-08-064-3/+34