index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
esp.c: consolidate async_len and TC == 0 checks in do_dma_pdma_cb() and esp_d...
Mark Cave-Ayland
2024-02-13
1
-13
/
+31
*
|
esp.c: update end of transfer logic at the end of esp_transfer_data()
Mark Cave-Ayland
2024-02-13
1
-10
/
+4
*
|
esp.c: remove unneeded if() check in esp_transfer_data()
Mark Cave-Ayland
2024-02-13
1
-10
/
+7
*
|
esp.c: remove unaligned adjustment in do_dma_pdma_cb() to device path
Mark Cave-Ayland
2024-02-13
1
-9
/
+0
*
|
esp.c: remove TC adjustment in esp_do_dma() from device path
Mark Cave-Ayland
2024-02-13
1
-5
/
+0
*
|
esp.c: don't immediately raise INTR_BS if SCSI data needed in esp_do_dma()
Mark Cave-Ayland
2024-02-13
1
-0
/
+1
*
|
esp.c: ensure that the PDMA callback is called for every device read
Mark Cave-Ayland
2024-02-13
1
-5
/
+3
*
|
esp.c: update condition for esp_dma_done() in esp_do_dma() to device path
Mark Cave-Ayland
2024-02-13
1
-3
/
+5
*
|
esp.c: update condition for esp_dma_done() in esp_do_dma() from device path
Mark Cave-Ayland
2024-02-13
1
-11
/
+5
*
|
esp.c: remove zero transfer size check from esp_do_dma()
Mark Cave-Ayland
2024-02-13
1
-1
/
+1
*
|
esp.c: don't clear RFLAGS register when DMA is complete
Mark Cave-Ayland
2024-02-13
1
-1
/
+0
*
|
esp.c: don't reset the TC and ESP_RSEQ state when executing a SCSI command
Mark Cave-Ayland
2024-02-13
1
-3
/
+0
*
|
esp.c: remove MacOS TI workaround that pads FIFO transfers to ESP_FIFO_SZ
Mark Cave-Ayland
2024-02-13
1
-12
/
+0
*
|
esp.c: remove another set of manual STAT_TC updates
Mark Cave-Ayland
2024-02-13
1
-10
/
+0
*
|
esp.c: introduce esp_set_phase() helper function
Mark Cave-Ayland
2024-02-13
2
-16
/
+36
*
|
esp.c: decrement the TC during MESSAGE OUT and COMMAND phases
Mark Cave-Ayland
2024-02-13
1
-0
/
+2
*
|
esp.c: don't accumulate directly into cmdfifo
Mark Cave-Ayland
2024-02-13
1
-7
/
+42
*
|
esp.c: remove unused case from esp_pdma_read()
Mark Cave-Ayland
2024-02-13
1
-6
/
+1
*
|
esp.c: move buffer and TC logic into separate to/from device paths in esp_do_...
Mark Cave-Ayland
2024-02-13
1
-25
/
+40
*
|
esp.c: update TC check logic in do_dma_pdma_cb() to check for TC == 0
Mark Cave-Ayland
2024-02-13
1
-13
/
+11
*
|
esp.c: move command execution logic to new esp_run_cmd() function
Mark Cave-Ayland
2024-02-13
1
-85
/
+92
*
|
esp.c: start removal of manual STAT_TC setting when transfer counter reaches ...
Mark Cave-Ayland
2024-02-13
1
-9
/
+2
*
|
esp.c: update esp_set_tc() to set STAT_TC flag
Mark Cave-Ayland
2024-02-13
1
-0
/
+6
*
|
esp.c: move esp_select() to ESP selection commands from get_cmd()
Mark Cave-Ayland
2024-02-13
1
-7
/
+18
*
|
esp.c: remove FIFO clear from esp_select()
Mark Cave-Ayland
2024-02-13
1
-1
/
+0
*
|
esp.c: add FIFO wraparound support to esp_fifo_pop_buf()
Mark Cave-Ayland
2024-02-13
1
-2
/
+15
*
|
esp.c: move existing request cancel check into esp_select()
Mark Cave-Ayland
2024-02-13
1
-5
/
+5
*
|
esp.c: don't clear cmdfifo when esp_select() fails in get_cmd()
Mark Cave-Ayland
2024-02-13
1
-3
/
+0
*
|
Merge tag 'hppa64-pull-request' of https://github.com/hdeller/qemu-hppa into ...
Peter Maydell
2024-02-13
4
-40
/
+65
|
\
\
|
*
|
hw/hppa/machine: Load 64-bit firmware on 64-bit machines
Helge Deller
2024-02-13
1
-22
/
+30
|
*
|
hw/net/tulip: add chip status register values
Sven Schnelle
2024-02-11
1
-2
/
+2
|
*
|
lasi: Add reset I/O ports for LASI audio and FDC
Helge Deller
2024-02-11
1
-0
/
+11
|
*
|
lasi: allow access to LAN MAC address registers
Helge Deller
2024-02-11
1
-0
/
+2
|
*
|
hw/pci-host/astro: Implement Hard Fail and Soft Fail mode
Helge Deller
2024-02-11
1
-6
/
+15
|
*
|
hw/pci-host/astro: Avoid aborting on access failure
Helge Deller
2024-02-11
1
-16
/
+11
*
|
|
hw/smbios: Fix port connector option validation
Akihiko Odaki
2024-02-13
1
-0
/
+6
*
|
|
hw/smbios: Fix OEM strings table option validation
Akihiko Odaki
2024-02-13
1
-0
/
+6
*
|
|
hw/arm/smmuv3: Consolidate the use of device_class_set_parent_realize()
Zhao Liu
2024-02-13
1
-2
/
+2
*
|
|
hw/intc/s390_flic: Consolidate the use of device_class_set_parent_realize()
Zhao Liu
2024-02-13
1
-2
/
+3
*
|
|
hw/isa/pc87312: Consolidate the use of device_class_set_parent_realize()
Zhao Liu
2024-02-13
1
-2
/
+2
*
|
|
hw/isa/vt82c686: Consolidate the use of device_class_set_parent_realize()
Zhao Liu
2024-02-13
1
-2
/
+2
|
|
/
|
/
|
*
|
Merge tag 'pull-riscv-to-apply-20240209' of https://github.com/alistair23/qem...
Peter Maydell
2024-02-09
8
-92
/
+104
|
\
\
|
*
|
target/riscv: SMBIOS support for RISC-V virt machine
Heinrich Schuchardt
2024-02-09
2
-0
/
+43
|
*
|
smbios: function to set default processor family
Heinrich Schuchardt
2024-02-09
1
-0
/
+7
|
*
|
smbios: add processor-family option
Heinrich Schuchardt
2024-02-09
1
-2
/
+11
|
*
|
target/riscv: support new isa extension detection devicetree properties
Conor Dooley
2024-02-09
3
-12
/
+5
|
*
|
hw/riscv/virt.c: use g_autofree in create_fdt_*
Daniel Henrique Barboza
2024-02-09
1
-56
/
+22
|
*
|
hw/riscv/virt.c: use g_autofree in virt_machine_init()
Daniel Henrique Barboza
2024-02-09
1
-3
/
+2
|
*
|
hw/riscv/virt.c: use g_autofree in create_fdt_virtio()
Daniel Henrique Barboza
2024-02-09
1
-3
/
+2
|
*
|
hw/riscv/virt.c: use g_autofree in create_fdt_sockets()
Daniel Henrique Barboza
2024-02-09
1
-6
/
+3
[prev]
[next]