summary refs log tree commit diff stats
path: root/hw (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | esp.c: consolidate async_len and TC == 0 checks in do_dma_pdma_cb() and esp_d...Mark Cave-Ayland2024-02-131-13/+31
* | esp.c: update end of transfer logic at the end of esp_transfer_data()Mark Cave-Ayland2024-02-131-10/+4
* | esp.c: remove unneeded if() check in esp_transfer_data()Mark Cave-Ayland2024-02-131-10/+7
* | esp.c: remove unaligned adjustment in do_dma_pdma_cb() to device pathMark Cave-Ayland2024-02-131-9/+0
* | esp.c: remove TC adjustment in esp_do_dma() from device pathMark Cave-Ayland2024-02-131-5/+0
* | esp.c: don't immediately raise INTR_BS if SCSI data needed in esp_do_dma()Mark Cave-Ayland2024-02-131-0/+1
* | esp.c: ensure that the PDMA callback is called for every device readMark Cave-Ayland2024-02-131-5/+3
* | esp.c: update condition for esp_dma_done() in esp_do_dma() to device pathMark Cave-Ayland2024-02-131-3/+5
* | esp.c: update condition for esp_dma_done() in esp_do_dma() from device pathMark Cave-Ayland2024-02-131-11/+5
* | esp.c: remove zero transfer size check from esp_do_dma()Mark Cave-Ayland2024-02-131-1/+1
* | esp.c: don't clear RFLAGS register when DMA is completeMark Cave-Ayland2024-02-131-1/+0
* | esp.c: don't reset the TC and ESP_RSEQ state when executing a SCSI commandMark Cave-Ayland2024-02-131-3/+0
* | esp.c: remove MacOS TI workaround that pads FIFO transfers to ESP_FIFO_SZMark Cave-Ayland2024-02-131-12/+0
* | esp.c: remove another set of manual STAT_TC updatesMark Cave-Ayland2024-02-131-10/+0
* | esp.c: introduce esp_set_phase() helper functionMark Cave-Ayland2024-02-132-16/+36
* | esp.c: decrement the TC during MESSAGE OUT and COMMAND phasesMark Cave-Ayland2024-02-131-0/+2
* | esp.c: don't accumulate directly into cmdfifoMark Cave-Ayland2024-02-131-7/+42
* | esp.c: remove unused case from esp_pdma_read()Mark Cave-Ayland2024-02-131-6/+1
* | esp.c: move buffer and TC logic into separate to/from device paths in esp_do_...Mark Cave-Ayland2024-02-131-25/+40
* | esp.c: update TC check logic in do_dma_pdma_cb() to check for TC == 0Mark Cave-Ayland2024-02-131-13/+11
* | esp.c: move command execution logic to new esp_run_cmd() functionMark Cave-Ayland2024-02-131-85/+92
* | esp.c: start removal of manual STAT_TC setting when transfer counter reaches ...Mark Cave-Ayland2024-02-131-9/+2
* | esp.c: update esp_set_tc() to set STAT_TC flagMark Cave-Ayland2024-02-131-0/+6
* | esp.c: move esp_select() to ESP selection commands from get_cmd()Mark Cave-Ayland2024-02-131-7/+18
* | esp.c: remove FIFO clear from esp_select()Mark Cave-Ayland2024-02-131-1/+0
* | esp.c: add FIFO wraparound support to esp_fifo_pop_buf()Mark Cave-Ayland2024-02-131-2/+15
* | esp.c: move existing request cancel check into esp_select()Mark Cave-Ayland2024-02-131-5/+5
* | esp.c: don't clear cmdfifo when esp_select() fails in get_cmd()Mark Cave-Ayland2024-02-131-3/+0
* | Merge tag 'hppa64-pull-request' of https://github.com/hdeller/qemu-hppa into ...Peter Maydell2024-02-134-40/+65
|\ \
| * | hw/hppa/machine: Load 64-bit firmware on 64-bit machinesHelge Deller2024-02-131-22/+30
| * | hw/net/tulip: add chip status register valuesSven Schnelle2024-02-111-2/+2
| * | lasi: Add reset I/O ports for LASI audio and FDCHelge Deller2024-02-111-0/+11
| * | lasi: allow access to LAN MAC address registersHelge Deller2024-02-111-0/+2
| * | hw/pci-host/astro: Implement Hard Fail and Soft Fail modeHelge Deller2024-02-111-6/+15
| * | hw/pci-host/astro: Avoid aborting on access failureHelge Deller2024-02-111-16/+11
* | | hw/smbios: Fix port connector option validationAkihiko Odaki2024-02-131-0/+6
* | | hw/smbios: Fix OEM strings table option validationAkihiko Odaki2024-02-131-0/+6
* | | hw/arm/smmuv3: Consolidate the use of device_class_set_parent_realize()Zhao Liu2024-02-131-2/+2
* | | hw/intc/s390_flic: Consolidate the use of device_class_set_parent_realize()Zhao Liu2024-02-131-2/+3
* | | hw/isa/pc87312: Consolidate the use of device_class_set_parent_realize()Zhao Liu2024-02-131-2/+2
* | | hw/isa/vt82c686: Consolidate the use of device_class_set_parent_realize()Zhao Liu2024-02-131-2/+2
| |/ |/|
* | Merge tag 'pull-riscv-to-apply-20240209' of https://github.com/alistair23/qem...Peter Maydell2024-02-098-92/+104
|\ \
| * | target/riscv: SMBIOS support for RISC-V virt machineHeinrich Schuchardt2024-02-092-0/+43
| * | smbios: function to set default processor familyHeinrich Schuchardt2024-02-091-0/+7
| * | smbios: add processor-family optionHeinrich Schuchardt2024-02-091-2/+11
| * | target/riscv: support new isa extension detection devicetree propertiesConor Dooley2024-02-093-12/+5
| * | hw/riscv/virt.c: use g_autofree in create_fdt_*Daniel Henrique Barboza2024-02-091-56/+22
| * | hw/riscv/virt.c: use g_autofree in virt_machine_init()Daniel Henrique Barboza2024-02-091-3/+2
| * | hw/riscv/virt.c: use g_autofree in create_fdt_virtio()Daniel Henrique Barboza2024-02-091-3/+2
| * | hw/riscv/virt.c: use g_autofree in create_fdt_sockets()Daniel Henrique Barboza2024-02-091-6/+3