index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-14
apic: add support for x2APIC mode
Bui Quang Minh
3
-69
/
+233
2024-02-14
i386/tcg: implement x2APIC registers MSR access
Bui Quang Minh
2
-32
/
+94
2024-02-14
hw/virtio: derive vhost-user-input from vhost-user-base
Leo Yan
2
-99
/
+18
2024-02-14
hw/virtio: Move vhost-user-input into virtio folder
Leo Yan
3
-2
/
+3
2024-02-14
hw/virtio: Support set_config() callback in vhost-user-base
Leo Yan
1
-0
/
+17
2024-02-14
hw/virtio: add vhost-user-snd and vhost-user-snd-pci devices
Manos Pitsidianakis
4
-0
/
+150
2024-02-14
hw/virtio: derive vhost-user-i2c from vhost-user-base
Alex Bennée
2
-258
/
+19
2024-02-14
hw/virtio: derive vhost-user-gpio from vhost-user-base
Alex Bennée
2
-392
/
+20
2024-02-14
hw/virtio: derive vhost-user-rng from vhost-user-base
Alex Bennée
2
-274
/
+29
2024-02-14
hw/virtio: convert vhost-user-base to async shutdown
Alex Bennée
1
-4
/
+12
2024-02-14
virtio: split into vhost-user-base and vhost-user-device
Alex Bennée
4
-333
/
+365
2024-02-13
esp.c: add my copyright to the file
Mark Cave-Ayland
1
-0
/
+1
2024-02-13
esp.c: switch TypeInfo registration to use DEFINE_TYPES() macro
Mark Cave-Ayland
1
-22
/
+17
2024-02-13
esp.c: keep track of the DRQ state during DMA
Mark Cave-Ayland
1
-4
/
+11
2024-02-13
esp.c: rename irq_data IRQ to drq_irq
Mark Cave-Ayland
1
-4
/
+4
2024-02-13
esp.c: implement DMA Transfer Pad command for DATA phases
Mark Cave-Ayland
1
-28
/
+69
2024-02-13
esp.c: replace n variable with len in esp_do_nodma()
Mark Cave-Ayland
1
-20
/
+20
2024-02-13
esp.c: consolidate DMA and PDMA logic in STATUS and MESSAGE IN phases
Mark Cave-Ayland
1
-4
/
+3
2024-02-13
esp.c: remove redundant n variable in PDMA COMMAND phase
Mark Cave-Ayland
1
-5
/
+3
2024-02-13
esp.c: consolidate DMA and PDMA logic in MESSAGE OUT phase
Mark Cave-Ayland
1
-7
/
+5
2024-02-13
esp.c: consolidate DMA and PDMA logic in DATA IN phase
Mark Cave-Ayland
1
-34
/
+17
2024-02-13
esp.c: consolidate DMA and PDMA logic in DATA OUT phase
Mark Cave-Ayland
1
-23
/
+12
2024-02-13
esp.c: only transfer non-DMA MESSAGE OUT phase data for specific commands
Mark Cave-Ayland
1
-6
/
+15
2024-02-13
esp.c: only transfer non-DMA COMMAND phase data for specific commands
Mark Cave-Ayland
1
-6
/
+15
2024-02-13
esp.c: improve ESP_RSEQ logic consolidation
Mark Cave-Ayland
1
-6
/
+8
2024-02-13
esp.c: handle non-DMA FIFO writes used to terminate DMA commands
Mark Cave-Ayland
1
-0
/
+10
2024-02-13
esp.c: remove restriction on FIFO read access when DMA memory routines defined
Mark Cave-Ayland
1
-8
/
+1
2024-02-13
esp.c: handle TC underflow for DMA SCSI requests
Mark Cave-Ayland
1
-1
/
+24
2024-02-13
esp.c: don't clear the SCSI phase when reading ESP_RINTR
Mark Cave-Ayland
1
-1
/
+1
2024-02-13
esp.c: ensure that STAT_INT is cleared when reading ESP_RINTR
Mark Cave-Ayland
1
-1
/
+1
2024-02-13
esp.c: consolidate end of command sequence after ICCS command
Mark Cave-Ayland
1
-4
/
+3
2024-02-13
esp.c: move write_response() non-DMA logic to esp_do_nodma()
Mark Cave-Ayland
1
-9
/
+23
2024-02-13
esp.c: replace get_cmd() with esp_do_nodma()
Mark Cave-Ayland
1
-50
/
+4
2024-02-13
esp.c: process non-DMA FIFO writes in esp_do_nodma()
Mark Cave-Ayland
1
-35
/
+86
2024-02-13
esp.c: move non-DMA TI logic to separate esp_nodma_ti_dataout() function
Mark Cave-Ayland
1
-22
/
+29
2024-02-13
esp.c: don't raise INTR_BS interrupt in DATA IN phase until TI command issued
Mark Cave-Ayland
1
-0
/
+5
2024-02-13
esp.c: remove unneeded ti_cmd field
Mark Cave-Ayland
1
-6
/
+13
2024-02-13
esp.c: zero command register when TI command terminates due to phase change
Mark Cave-Ayland
1
-0
/
+8
2024-02-13
esp.c: remove DATA IN phase logic when reading from FIFO
Mark Cave-Ayland
1
-11
/
+0
2024-02-13
esp.c: use deferred interrupts for both DATA IN and DATA OUT phases
Mark Cave-Ayland
1
-17
/
+18
2024-02-13
esp.c: separate logic based upon ESP command in esp_transfer_data()
Mark Cave-Ayland
1
-6
/
+26
2024-02-13
esp.c: separate logic based upon ESP command in esp_command_complete()
Mark Cave-Ayland
1
-14
/
+16
2024-02-13
esp.c: rename data_in_ready to to data_ready
Mark Cave-Ayland
1
-4
/
+4
2024-02-13
esp.c: remove unused PDMA callback implementation
Mark Cave-Ayland
1
-50
/
+5
2024-02-13
esp.c: always use esp_do_dma() in pdma_cb()
Mark Cave-Ayland
1
-7
/
+1
2024-02-13
esp.c: move CMD_ICCS command logic to esp_do_dma()
Mark Cave-Ayland
1
-25
/
+57
2024-02-13
esp.c: replace do_dma_pdma_cb() with esp_do_dma()
Mark Cave-Ayland
1
-137
/
+1
2024-02-13
esp.c: move CMD_SELATNS end of command logic to esp_do_dma() and do_dma_pdma_...
Mark Cave-Ayland
1
-41
/
+41
2024-02-13
esp.c: don't use get_cmd() for CMD_SEL DMA commands
Mark Cave-Ayland
1
-12
/
+10
2024-02-13
esp.c: move CMD_TI end of message phase detection to esp_do_dma() and do_dma_...
Mark Cave-Ayland
1
-14
/
+18
[prev]
[next]