index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
ide
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Remove deprecated -drive option serial
Kevin Wolf
2018-06-15
1
-1
/
+0
*
Purge uses of banned g_assert_FOO()
Markus Armbruster
2018-06-13
1
-1
/
+1
*
ide: introduce ide_transfer_start_norecurse
Paolo Bonzini
2018-06-08
2
-23
/
+35
*
atapi: call ide_set_irq before ide_transfer_start
Paolo Bonzini
2018-06-08
1
-2
/
+2
*
ide: make ide_transfer_stop idempotent
Paolo Bonzini
2018-06-08
1
-10
/
+4
*
ide: call ide_cmd_done from ide_transfer_stop
Paolo Bonzini
2018-06-08
1
-7
/
+4
*
ide: push end_transfer_func out of start_transfer callback, rename callback
Paolo Bonzini
2018-06-08
3
-11
/
+12
*
ahci: move PIO Setup FIS before transfer, fix it for ATAPI commands
John Snow
2018-06-08
1
-11
/
+5
*
ahci: make ahci_mem_write traces more descriptive
John Snow
2018-06-08
2
-2
/
+17
*
ahci: delete old host register address definitions
John Snow
2018-06-08
1
-6
/
+0
*
ahci: adjust ahci_mem_write to work on registers
John Snow
2018-06-08
1
-6
/
+9
*
ahci: fix spacing damage on ahci_mem_write
John Snow
2018-06-08
1
-24
/
+23
*
ahci: make mem_read_32 traces more descriptive
John Snow
2018-06-08
2
-2
/
+8
*
ahci: modify ahci_mem_read_32 to work on register numbers
John Snow
2018-06-08
1
-6
/
+11
*
ahci: fix host register max address
John Snow
2018-06-08
1
-2
/
+1
*
ahci: add host register enumeration
John Snow
2018-06-08
2
-0
/
+30
*
ahci: delete old port register address definitions
John Snow
2018-06-08
1
-18
/
+0
*
ahci: make port write traces more descriptive
John Snow
2018-06-08
2
-2
/
+9
*
ahci: modify ahci_port_write to use register numbers
John Snow
2018-06-08
1
-15
/
+17
*
ahci: combine identical clauses in port write
John Snow
2018-06-08
1
-4
/
+0
*
ahci: fix spacing damage on ahci_port_write
John Snow
2018-06-08
1
-73
/
+73
*
ahci: make port read traces more descriptive
John Snow
2018-06-08
2
-3
/
+5
*
ahci: modify ahci_port_read to use register numbers
John Snow
2018-06-08
1
-19
/
+19
*
ahci: add port register enumeration
John Snow
2018-06-08
2
-0
/
+54
*
ahci: don't schedule unnecessary BH
John Snow
2018-06-08
1
-2
/
+1
*
ahci: fix PxCI register race
John Snow
2018-06-08
1
-7
/
+6
*
ahci: trim signatures on raise/lower
John Snow
2018-06-08
1
-4
/
+4
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2018-06-04
3
-3
/
+3
|
\
|
*
ide: use local path for local headers
Michael S. Tsirkin
2018-06-01
3
-3
/
+3
*
|
hw/ide: Remove unused include
Philippe Mathieu-Daudé
2018-06-01
1
-1
/
+0
*
|
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Philippe Mathieu-Daudé
2018-06-01
2
-2
/
+0
|
/
*
hw/ide/ahci: Keep ALLWINNER_AHCI() macro internal
Philippe Mathieu-Daudé
2018-05-20
2
-3
/
+3
*
misc, ide: remove use of HWADDR_PRIx in trace events
Daniel P. Berrangé
2018-05-20
1
-2
/
+2
*
macio: fix NULL pointer dereference when issuing IDE trim
Mark Cave-Ayland
2018-03-27
1
-1
/
+1
*
ide: fix invalid TRIM range abortion for macio
Anton Nefedov
2018-03-27
1
-8
/
+9
*
sii3112: Remove unneeded exit function
BALATON Zoltan
2018-03-18
1
-12
/
+0
*
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Thomas Huth
2018-03-12
6
-6
/
+0
*
Revert "IDE: Do not flush empty CDROM drives"
Stefan Hajnoczi
2018-03-02
1
-9
/
+1
*
Include qapi/error.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+2
*
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2018-02-09
1
-2
/
+2
*
Merge remote-tracking branch 'remotes/huth/tags/pull-request-2018-01-22' into...
Peter Maydell
2018-01-23
2
-3
/
+3
|
\
|
*
Replace all occurances of __FUNCTION__ with __func__
Alistair Francis
2018-01-22
2
-3
/
+3
*
|
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180121' int...
Peter Maydell
2018-01-22
1
-5
/
+5
|
\
\
|
*
|
sii3112: Add explicit type casts to avoid unintended sign extension
BALATON Zoltan
2018-01-20
1
-5
/
+5
|
|
/
*
|
hw/ide: Remove duplicated definitions from ahci_internal.h
John Snow
2018-01-19
1
-4
/
+0
*
|
ide: abort TRIM operation for invalid range
Anton Nefedov
2018-01-19
1
-2
/
+13
*
|
ide: move ide_sect_range_ok() up
Anton Nefedov
2018-01-19
1
-12
/
+12
*
|
ide: pass IDEState to trim AIO callback
Anton Nefedov
2018-01-19
1
-6
/
+8
|
/
*
hw/ide: Emulate SiI3112 SATA controller
BALATON Zoltan
2018-01-10
3
-0
/
+374
*
hw/block: Use errp directly rather than local_err
Mao Zhongyi
2017-12-19
1
-8
/
+4
[next]