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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
esp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-4
/
+4
2012-08-28
esp: support 24-bit DMA
Paolo Bonzini
1
-5
/
+11
2012-08-09
esp: move PCI emulation to a new file esp-pci.c
Hervé Poussineau
1
-362
/
+0
2012-08-09
esp: move some definitions to header file
Hervé Poussineau
1
-117
/
+8
2012-08-03
esp: add missing const on TypeInfo structures
Hervé Poussineau
1
-2
/
+2
2012-07-29
Merge branch pci into master
Michael S. Tsirkin
1
-3
/
+1
2012-07-14
esp: add AMD PCscsi emulation (PCI SCSI adapter)
Hervé Poussineau
1
-0
/
+366
2012-07-14
esp: use trace framework instead of stderr output
Hervé Poussineau
1
-7
/
+6
2012-07-14
esp: split esp code into generic chip emulation and sysbus layer
Hervé Poussineau
1
-67
/
+95
2012-07-14
esp: use hba_private field instead of a complex cast
Hervé Poussineau
1
-4
/
+4
2012-07-14
esp: support future change of chip_id
Hervé Poussineau
1
-1
/
+3
2012-07-14
esp: implement Reset ATN command
Hervé Poussineau
1
-0
/
+4
2012-07-14
esp: implement Disable selection command
Hervé Poussineau
1
-0
/
+6
2012-07-14
esp: delay Transfer Information command if dma is not enabled
Hervé Poussineau
1
-0
/
+5
2012-07-14
esp: execute select commands immediately when it is a non-dma command
Hervé Poussineau
1
-3
/
+3
2012-02-22
scsi: pass residual amount to command_complete
Paolo Bonzini
1
-1
/
+2
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+2
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-8
/
+10
2012-01-27
sysbus: apic: ioapic: convert to QEMU Object Model
Anthony Liguori
1
-9
/
+18
2011-11-28
sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()
Avi Kivity
1
-1
/
+1
2011-11-24
esp: convert to memory API
Avi Kivity
1
-17
/
+20
2011-10-28
scsi: add channel to addressing
Paolo Bonzini
1
-2
/
+2
2011-10-28
scsi: allow arbitrary LUNs
Paolo Bonzini
1
-1
/
+2
2011-10-28
scsi: remove devs array from SCSIBus
Paolo Bonzini
1
-3
/
+5
2011-10-28
scsi: move tcq/ndev to SCSIBusOps (now SCSIBusInfo)
Paolo Bonzini
1
-2
/
+5
2011-10-01
ESP: convert to trace framework
Blue Swirl
1
-40
/
+30
2011-08-21
esp: avoid structure holes spotted by pahole
Blue Swirl
1
-5
/
+6
2011-08-12
scsi: pass cdb already to scsi_req_new
Paolo Bonzini
1
-2
/
+2
2011-07-19
scsi: Add 'hba_private' to SCSIRequest
Hannes Reinecke
1
-1
/
+1
2011-07-12
esp: cancel current request only if some request is in flight
Hervé Poussineau
1
-1
/
+1
2011-07-02
esp: correctly fill bus id with requested lun
Hervé Poussineau
1
-1
/
+1
2011-05-26
scsi: rename arguments to the new callbacks
Paolo Bonzini
1
-5
/
+5
2011-05-26
scsi: split command_complete callback in two
Paolo Bonzini
1
-28
/
+34
2011-05-26
esp: rename sense to status
Paolo Bonzini
1
-5
/
+5
2011-05-26
scsi: introduce scsi_req_get_buf
Paolo Bonzini
1
-1
/
+1
2011-05-26
scsi: introduce scsi_req_continue
Paolo Bonzini
1
-16
/
+10
2011-05-26
scsi: introduce scsi_req_new
Paolo Bonzini
1
-1
/
+1
2011-05-26
scsi: do not call send_command directly
Paolo Bonzini
1
-1
/
+1
2011-05-26
scsi: introduce scsi_req_cancel
Paolo Bonzini
1
-2
/
+14
2011-05-26
scsi: Use 'SCSIRequest' directly
Hannes Reinecke
1
-11
/
+16
2011-05-26
scsi: introduce SCSIBusOps
Paolo Bonzini
1
-1
/
+5
2010-12-11
Add endianness as io mem parameter
Alexander Graf
1
-1
/
+2
2010-09-11
ESP: fix ESP DMA access when DMA is not enabled
Blue Swirl
1
-2
/
+51
2010-07-02
scsi: scsi_bus_legacy_handle_cmdline() can fail, fix callers
Markus Armbruster
1
-2
/
+1
2010-06-10
esp: lower IRQ on soft reset
Blue Swirl
1
-5
/
+14
2010-02-07
esp: use CamelCaseFunc for function types
Blue Swirl
1
-4
/
+4
2010-01-16
ESP: improve IRQ debugging
Blue Swirl
1
-0
/
+2
2009-11-09
scsi: move scsi-disk.h -> scsi.h
Gerd Hoffmann
1
-1
/
+1
2009-11-09
scsi: move scsi.h -> esp.h
Gerd Hoffmann
1
-1
/
+1
2009-11-07
sparc32 (mostly): remove unneeded calls to device reset
Blue Swirl
1
-2
/
+0
[next]