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