aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2024-02-13esp.c: introduce esp_set_phase() helper functionMark Cave-Ayland2-16/+36
2024-02-13esp.c: decrement the TC during MESSAGE OUT and COMMAND phasesMark Cave-Ayland1-0/+2
2024-02-13esp.c: don't accumulate directly into cmdfifoMark Cave-Ayland1-7/+42
2024-02-13esp.c: remove unused case from esp_pdma_read()Mark Cave-Ayland1-6/+1
2024-02-13esp.c: move buffer and TC logic into separate to/from device paths in esp_do_...Mark Cave-Ayland1-25/+40
2024-02-13esp.c: update TC check logic in do_dma_pdma_cb() to check for TC == 0Mark Cave-Ayland1-13/+11
2024-02-13esp.c: move command execution logic to new esp_run_cmd() functionMark Cave-Ayland1-85/+92
2024-02-13esp.c: start removal of manual STAT_TC setting when transfer counter reaches ...Mark Cave-Ayland1-9/+2
2024-02-13esp.c: update esp_set_tc() to set STAT_TC flagMark Cave-Ayland1-0/+6
2024-02-13esp.c: move esp_select() to ESP selection commands from get_cmd()Mark Cave-Ayland1-7/+18
2024-02-13esp.c: remove FIFO clear from esp_select()Mark Cave-Ayland1-1/+0
2024-02-13esp.c: add FIFO wraparound support to esp_fifo_pop_buf()Mark Cave-Ayland1-2/+15
2024-02-13esp.c: move existing request cancel check into esp_select()Mark Cave-Ayland1-5/+5
2024-02-13esp.c: don't clear cmdfifo when esp_select() fails in get_cmd()Mark Cave-Ayland1-3/+0
2024-02-13Merge tag 'hppa64-pull-request' of https://github.com/hdeller/qemu-hppa into ...Peter Maydell4-40/+65
2024-02-13hw/smbios: Fix port connector option validationAkihiko Odaki1-0/+6
2024-02-13hw/smbios: Fix OEM strings table option validationAkihiko Odaki1-0/+6
2024-02-13hw/arm/smmuv3: Consolidate the use of device_class_set_parent_realize()Zhao Liu1-2/+2
2024-02-13hw/intc/s390_flic: Consolidate the use of device_class_set_parent_realize()Zhao Liu1-2/+3
2024-02-13hw/isa/pc87312: Consolidate the use of device_class_set_parent_realize()Zhao Liu1-2/+2
2024-02-13hw/isa/vt82c686: Consolidate the use of device_class_set_parent_realize()Zhao Liu1-2/+2
2024-02-13hw/hppa/machine: Load 64-bit firmware on 64-bit machinesHelge Deller1-22/+30
2024-02-11hw/net/tulip: add chip status register valuesSven Schnelle1-2/+2
2024-02-11lasi: Add reset I/O ports for LASI audio and FDCHelge Deller1-0/+11
2024-02-11lasi: allow access to LAN MAC address registersHelge Deller1-0/+2
2024-02-11hw/pci-host/astro: Implement Hard Fail and Soft Fail modeHelge Deller1-6/+15
2024-02-11hw/pci-host/astro: Avoid aborting on access failureHelge Deller1-16/+11
2024-02-09Merge tag 'pull-riscv-to-apply-20240209' of https://github.com/alistair23/qem...Peter Maydell8-92/+104
2024-02-09target/riscv: SMBIOS support for RISC-V virt machineHeinrich Schuchardt2-0/+43
2024-02-09smbios: function to set default processor familyHeinrich Schuchardt1-0/+7
2024-02-09smbios: add processor-family optionHeinrich Schuchardt1-2/+11
2024-02-09target/riscv: support new isa extension detection devicetree propertiesConor Dooley3-12/+5
2024-02-09hw/riscv/virt.c: use g_autofree in create_fdt_*Daniel Henrique Barboza1-56/+22
2024-02-09hw/riscv/virt.c: use g_autofree in virt_machine_init()Daniel Henrique Barboza1-3/+2
2024-02-09hw/riscv/virt.c: use g_autofree in create_fdt_virtio()Daniel Henrique Barboza1-3/+2
2024-02-09hw/riscv/virt.c: use g_autofree in create_fdt_sockets()Daniel Henrique Barboza1-6/+3
2024-02-09hw/riscv/virt.c: use g_autofree in create_fdt_socket_cpus()Daniel Henrique Barboza1-7/+5
2024-02-09hw/riscv/numa.c: use g_autofree in socket_fdt_write_distance_matrix()Daniel Henrique Barboza1-2/+2
2024-02-09hw/riscv/virt-acpi-build.c: fix leak in build_rhct()Daniel Henrique Barboza1-1/+1
2024-02-09target/riscv: Move misa_mxl_max to classAkihiko Odaki1-1/+2
2024-02-08Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell5-134/+209
2024-02-08Merge tag 'pull-request-2024-02-06' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2-2/+3
2024-02-08virtio-blk: avoid using ioeventfd state in irqfd conditionalStefan Hajnoczi1-1/+1
2024-02-07virtio-blk: Use ioeventfd_attach in start_ioeventfdHanna Czenczek1-11/+10
2024-02-07virtio: Re-enable notifications after drainHanna Czenczek1-0/+42
2024-02-07virtio-scsi: Attach event vq notifier with no_pollHanna Czenczek1-1/+6
2024-02-07scsi: Don't ignore most usb-storage propertiesKevin Wolf2-24/+14
2024-02-07virtio-blk: do not use C99 mixed declarationsStefan Hajnoczi1-7/+10
2024-02-07scsi: Await request purgingHanna Czenczek1-9/+21
2024-02-07virtio-blk: add vq_rq[] bounds check in virtio_blk_dma_restart_cb()Stefan Hajnoczi1-0/+2