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-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
2009-10-24
esp: convert to reset + vmsd
Blue Swirl
1
-8
/
+16
2009-10-07
New qdev_init_nofail()
Markus Armbruster
1
-1
/
+1
2009-10-05
switch scsi bus to inplace allocation.
Gerd Hoffmann
1
-5
/
+5
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-3
/
+3
2009-10-01
Get rid of _t suffix
malc
1
-3
/
+3
2009-09-19
ESP: convert to VMState
Blue Swirl
1
-42
/
+22
2009-09-09
qdev/scsi: add scsi bus support to qdev, convert drivers.
Gerd Hoffmann
1
-40
/
+14
2009-09-05
esp: handle "select without attention"
Artyom Tarasenko
1
-5
/
+23
2009-08-31
esp (sparc32) Extra scsi data.
Artyom Tarasenko
1
-1
/
+2
2009-08-27
qdev: add return value to init() callbacks.
Gerd Hoffmann
1
-1
/
+2
2009-08-25
Make CPURead/WriteFunc structure 'const'
Blue Swirl
1
-2
/
+2
2009-08-22
ESP: implement Transfer Pad
Blue Swirl
1
-0
/
+7
2009-08-22
ESP: Implement select without ATN, fix comments
Blue Swirl
1
-2
/
+7
2009-08-08
Sparc32: move sparc32_dma init to sun4m.c
Blue Swirl
1
-0
/
+1
2009-07-31
esp: fix interrupt register read
Blue Swirl
1
-4
/
+9
[next]