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
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
2009-07-16
qdev: rework device properties.
Gerd Hoffmann
1
-8
/
+6
2009-06-29
Revert "Introduce reset notifier order"
Jan Kiszka
1
-1
/
+1
2009-06-17
Don't set IRQs on device reset and loadvm/savevm
Blue Swirl
1
-2
/
+0
2009-06-16
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
1
-1
/
+1
2009-05-26
Remove qdev irq sink handling
Paul Brook
1
-1
/
+1
2009-05-22
Introduce reset notifier order
Jan Kiszka
1
-1
/
+1
2009-05-14
ESP SCSI qdev conversion
Paul Brook
1
-19
/
+42
2009-05-13
Replace gcc variadic macro extension with C99 version
Blue Swirl
1
-5
/
+5
2009-02-05
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
1
-2
/
+0
2008-12-02
Remove address masking
blueswir1
1
-2
/
+2
2008-11-30
Fix ICCS command (Herve Poussineau)
blueswir1
1
-0
/
+2
2008-11-29
Fix 'enable selection' command (esp_4_ensel.diff)
blueswir1
1
-0
/
+1
2008-11-29
Fix command len detection (esp_3_cmdlen.diff)
blueswir1
1
-4
/
+4
2008-11-29
Fix configuration 2 register (esp_2_cfg2.diff):
blueswir1
1
-6
/
+1
2008-11-29
Misc fixes (Herve Poussineau)
blueswir1
1
-14
/
+21
2008-10-02
Resurrect the safe part of r5274
blueswir1
1
-2
/
+2
2008-10-02
Sun ss20 OBP does 32bit register access to esp (Robert Reif)
blueswir1
1
-1
/
+1
2008-09-25
Revert r5274 which breaks savevm/loadvm
blueswir1
1
-2
/
+2
2008-09-20
Add signed versions of save/load functions
blueswir1
1
-2
/
+2
2008-06-25
Suppress OpenBSD warning messages for leftover fifo bytes
blueswir1
1
-0
/
+1
2008-06-01
Fix compilation warning
blueswir1
1
-2
/
+2
2008-05-10
Fix compiler warnings
blueswir1
1
-6
/
+6
2008-04-24
Fix irq handling (Hervé Poussineau)
blueswir1
1
-15
/
+33
2008-04-09
ESP: Add it_shift parameter (Hervé Poussineau)
blueswir1
1
-7
/
+7
2008-03-02
Let ESP SCSI adapter to be usable outside sun4m (Herv�oussineau)
blueswir1
1
-8
/
+13
2008-01-01
Register only valid register access widths
blueswir1
1
-4
/
+4
2007-12-24
Real SCSI device passthrough (v4), by Laurent Vivier.
ths
1
-1
/
+3
2007-12-10
SCSI cleanup, by Laurent Vivier.
ths
1
-8
/
+8
2007-12-02
Add -drive parameter, by Laurent Vivier.
ths
1
-7
/
+3
2007-12-01
Name the magic constants, wrap long lines
blueswir1
1
-73
/
+115
[next]