aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2024-04-04esp.c: replace esp_fifo_pop_buf() with esp_fifo8_pop_buf() in do_message_phase()Mark Cave-Ayland1-1/+1
2024-04-04esp.c: replace esp_fifo_pop_buf() with esp_fifo8_pop_buf() in do_command_phase()Mark Cave-Ayland1-1/+1
2024-04-04esp.c: move esp_fifo_pop_buf() internals to new esp_fifo8_pop_buf() functionMark Cave-Ayland1-1/+6
2024-04-03Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell3-81/+85
2024-04-02pc_q35: remove unnecessary m->alias assignmentPaolo Bonzini1-1/+0
2024-04-02lsi53c895a: avoid out of bounds access to s->msg[]Paolo Bonzini1-7/+12
2024-04-02vga: do not treat horiz pel panning value of 8 as "enabled"Paolo Bonzini1-1/+3
2024-04-02vga: adjust dirty memory region if pel panning is activePaolo Bonzini1-1/+4
2024-04-02vga: move computation of dirty memory region laterPaolo Bonzini1-25/+25
2024-04-02vga: merge conditionals on shift control registerPaolo Bonzini1-47/+42
2024-04-02Merge tag 'hw-misc-20240402' of https://github.com/philmd/qemu into stagingPeter Maydell5-4/+10
2024-04-02hw/net/virtio-net: fix qemu set used ring flag even vhost startedYajun Wu1-0/+4
2024-04-02hw/xen_evtchn: Initialize flush_kvm_routesArtem Chernyshev1-1/+1
2024-04-02hw/nvme: fix -Werror=maybe-uninitializedMarc-André Lureau1-1/+1
2024-04-02hw/i386/pc: Restrict CXL to PCI-based machinesPhilippe Mathieu-Daudé1-1/+3
2024-04-02hw/arm/smmu: Avoid using inlined functions with external linkage againPhilippe Mathieu-Daudé1-1/+1
2024-04-02Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell1-3/+1
2024-04-02raspi4b: Reduce RAM to 1Gb on 32-bit hostsCédric Le Goater1-0/+4
2024-04-02hw/intc/arm_gicv3: ICC_HPPIR* return SPURIOUS if int group is disabledPeter Maydell1-2/+2
2024-04-01usb-audio: Fix invalid values in AudioControl descriptorsJoonas Kankaala1-3/+1
2024-03-31Merge tag 'pull-ppc-for-9.0-3-20240331' of https://gitlab.com/npiggin/qemu in...Peter Maydell2-1/+2
2024-03-30hw/ppc/spapr: Include missing 'sysemu/tcg.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-03-30spapr: nested: use bitwise NOT operator for flags checkHarsh Prateek Bora1-1/+1
2024-03-29hw/net/net_tx_pkt: Fix virtio header without checksum offloadingAkihiko Odaki1-0/+1
2024-03-29virtio-net: Fix vhost virtqueue notifiers for RSSAkihiko Odaki1-2/+2
2024-03-26Merge tag 'hw-misc-20240326' of https://github.com/philmd/qemu into stagingPeter Maydell4-4/+19
2024-03-26hw/smbios: add stub for smbios_get_table_legacy()Igor Mammedov1-0/+5
2024-03-26hw/misc/stm32l4x5_rcc: Propagate period when enabling a clockArnaud Minier1-1/+1
2024-03-26hw/misc/stm32l4x5_rcc: Inline clock_update() in clock_mux_update()Philippe Mathieu-Daudé1-1/+6
2024-03-26hw/clock: Let clock_set_mul_div() return a boolean valuePhilippe Mathieu-Daudé1-1/+7
2024-03-26hw/scsi/scsi-generic: Fix io_timeout property not applyingLorenz Brun1-1/+0
2024-03-26vdpa-dev: Fix initialisation order to restore VDUSE compatibilityKevin Wolf5-9/+45
2024-03-25Merge tag 'pull-request-2024-03-25' of https://gitlab.com/thuth/qemu into sta...Peter Maydell10-11/+17
2024-03-25misc/pca955*: Move models under hw/gpioCédric Le Goater7-11/+11
2024-03-25hw/nvram/mac_nvram: Report failure to write dataPeter Maydell1-1/+5
2024-03-25hw/misc/pca9554: Correct error check bounds in get/set pin functionsPeter Maydell1-2/+2
2024-03-25aspeed: Make the ast1030-a1 SoC not user creatableCédric Le Goater1-0/+2
2024-03-25aspeed: Make the ast2600-a3 SoC not user creatableCédric Le Goater1-0/+2
2024-03-25hw/microblaze: Do not allow xlnx-zynqmp-pmu-soc to be created by the userThomas Huth1-0/+2
2024-03-22target/riscv/kvm: fix timebase-frequency when using KVM accelerationYong-Xuan Wang1-0/+2
2024-03-22hw/intc: Update APLIC IDC after claiming iforce registerFrank Chang1-0/+1
2024-03-20hw/intc/loongarch_extioi: Fix interrupt routing updateBibo Mao1-1/+1
2024-03-19Merge tag 'pull-for-9.0-20240319' of https://github.com/legoater/qemu into st...Peter Maydell5-13/+22
2024-03-19aspeed/smc: Only wire flash devices at resetCédric Le Goater3-2/+11
2024-03-19ppc/pnv: I2C controller is not user creatableCédric Le Goater1-0/+3
2024-03-19vfio/iommufd: Fix memory leakCédric Le Goater1-11/+8
2024-03-18smbios: add extra comments to smbios_get_table_legacy()Igor Mammedov1-0/+7
2024-03-18pc/q35: set SMBIOS entry point type to 'auto' by defaultIgor Mammedov3-1/+8
2024-03-18smbios: error out when building type 4 table is not possibleIgor Mammedov1-2/+12
2024-03-18smbios: in case of entry point is 'auto' try to build v2 tables 1stIgor Mammedov1-3/+49