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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
ide
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-23
ahci: Fix sglist offset manipulation for BE machines
John Snow
1
-1
/
+1
2015-03-23
ide: fix cmd_read_pio when nsectors > 1
John Snow
1
-5
/
+3
2015-03-23
ide: fix cmd_write_pio when nsectors > 1
John Snow
1
-1
/
+1
2015-03-10
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
12
-153
/
+165
2015-03-10
ahci: Recompute cur_cmd on migrate post load
John Snow
1
-0
/
+7
2015-03-10
ahci: add support for restarting non-queued commands
Paolo Bonzini
1
-8
/
+15
2015-03-10
ahci: Migrate IDEStatus
John Snow
2
-0
/
+4
2015-03-10
ide: support PIO restart for the ISA controller
Paolo Bonzini
1
-1
/
+2
2015-03-10
ide: make more functions static
Paolo Bonzini
2
-8
/
+8
2015-03-10
ide: commonize io_buffer_index initialization
Paolo Bonzini
2
-4
/
+2
2015-03-10
ide: migrate initial request state via IDEBus
Paolo Bonzini
1
-1
/
+4
2015-03-10
ide: place initial state of the current request to IDEBus
Paolo Bonzini
4
-12
/
+16
2015-03-10
ide: replace set_unit callback with more IDEBus state
Paolo Bonzini
6
-26
/
+15
2015-03-10
ide: remove restart_cb callback
Paolo Bonzini
4
-16
/
+0
2015-03-10
ide: move restart callback to common code
Paolo Bonzini
4
-81
/
+81
2015-03-10
ide: pass IDEBus to the restart_cb
Paolo Bonzini
2
-6
/
+6
2015-03-10
ide: do not use BMDMA in restart callback
Paolo Bonzini
1
-3
/
+3
2015-03-10
ide: introduce ide_register_restart_cb
Paolo Bonzini
5
-6
/
+9
2015-03-10
ide: prepare to move restart to common code
Paolo Bonzini
2
-5
/
+8
2015-03-10
ide: start extracting ide_restart_dma out of bmdma_restart_dma
Paolo Bonzini
1
-10
/
+18
2015-03-10
BlockConf: Call backend functions to detect geometry and blocksizes
Ekaterina Tumanova
1
-0
/
+1
2015-03-10
Remove superfluous '\n' around error_report()
Gonglei
1
-1
/
+1
2015-03-09
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
4
-20
/
+14
2015-03-02
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...
Peter Maydell
1
-3
/
+1
2015-02-26
ide/ich: Convert to realize
Markus Armbruster
1
-7
/
+6
2015-02-26
pci: Trivial device model conversions to realize
Markus Armbruster
3
-13
/
+8
2015-02-24
ide/isa: Replace unchecked qdev_init() by qdev_init_nofail()
Markus Armbruster
1
-3
/
+1
2015-02-18
error: Use error_report_err() where appropriate
Markus Armbruster
1
-2
/
+1
2015-02-06
atapi migration: Throw recoverable error to avoid recovery
Dr. David Alan Gilbert
3
-0
/
+30
2015-02-06
Restore atapi_dma flag across migration
Dr. David Alan Gilbert
1
-0
/
+1
2015-01-13
ide: Implement VPD response for ATAPI
John Snow
2
-12
/
+100
2014-12-10
ide: Check validity of logical block size
Kevin Wolf
1
-0
/
+5
2014-12-10
ahci: replace SATA FIS type magic numbers with constants
Stefan Hajnoczi
2
-4
/
+7
2014-12-10
ahci: avoid #ifdef DEBUG_AHCI bitrot
Stefan Hajnoczi
1
-10
/
+8
2014-11-18
hw/ide/core.c: Prevent SIGSEGV during migration
Don Slutz
1
-1
/
+1
2014-11-14
ahci: factor out FIS decomposition from handle_cmd
John Snow
1
-83
/
+86
2014-11-14
ahci: Check cmd_fis[1] more explicitly
John Snow
1
-11
/
+12
2014-11-14
ahci: Reorder error cases in handle_cmd
John Snow
1
-15
/
+14
2014-11-14
ahci: Fix FIS decomposition
John Snow
1
-38
/
+26
2014-11-14
ahci: add is_ncq predicate helper
John Snow
2
-4
/
+27
2014-11-14
ide: Correct handling of malformed/short PRDTs
John Snow
5
-22
/
+68
2014-11-14
ahci: unify sglist preparation
John Snow
1
-2
/
+2
2014-11-14
ide: repair PIO transfers for cases where nsector > 1
John Snow
2
-1
/
+5
2014-11-14
ahci: Fix byte count regression for ATAPI/PIO
John Snow
1
-0
/
+1
2014-11-03
ahci: Fix SDB FIS Construction
John Snow
2
-9
/
+17
2014-11-03
ahci: Update byte count after DMA completion
John Snow
3
-14
/
+40
2014-11-03
ahci: Correct PIO/D2H FIS responses
John Snow
1
-23
/
+25
2014-10-30
fix off-by-one error in pci_piix3_xen_ide_unplug
James Harper
1
-2
/
+2
2014-10-24
hmp: Remove "info pcmcia"
Markus Armbruster
1
-1
/
+0
2014-10-20
blockdev: Fix blockdev-add not to create DriveInfo
Markus Armbruster
1
-1
/
+1
[next]