Sign in
qemu
/
qemu
/
70478cef837e86b1cff08073153081ce480e0e6c
/
hw
/
ide
e47f9eb
ahci: clean up initial d2h semantics
by John Snow
· 10 years ago
28ee825
ahci: remove cmd_fis argument from write_fis_d2h
by John Snow
· 10 years ago
33a983c
ahci: fix signature generation
by John Snow
· 10 years ago
f91a0aa
ahci: remove dead reset code
by John Snow
· 10 years ago
9ef2e93
atapi: abort transfers with 0 byte limits
by John Snow
· 9 years ago
d9033e1
ide: fix ATAPI command permissions
by John Snow
· 9 years ago
aaeda4a
ide: unify io_buffer_offset increments
by John Snow
· 9 years ago
594fd21
trivial: remove trailing newline from error_report
by John Snow
· 10 years ago
bb639f8
ahci.c: Don't assume AHCIState's parent is AHCIPCIState
by Alistair Francis
· 9 years ago
5ea8b9c
ahci: Separate the AHCI state structure into the header
by Alistair Francis
· 9 years ago
6cd3878
Fix release_drive on unplugged devices (pci_piix3_xen_ide_unplug)
by Stefano Stabellini
· 10 years ago
91ced51
ahci: fix ICC mask definition
by John Snow
· 10 years ago
0e826a0
macio: re-add TRIM support
by Aurelien Jarno
· 10 years ago
cb72cba
ide: Clear DRQ after handling all expected accesses
by Kevin Wolf
· 10 years ago
03441c3
ide/atapi: Fix START STOP UNIT command completion
by Kevin Wolf
· 10 years ago
d2ff858
ide: Check array bounds before writing to io_buffer (CVE-2015-5154)
by Kevin Wolf
· 10 years ago
09b61db
ahci: Force ICC bits in PxCMD to zero
by Stefan Fritsch
· 10 years ago
702c8c8
ahci: Fix CD-ROM signature
by Hannes Reinecke
· 10 years ago
7c649ac
ahci: fix sdb fis semantics
by John Snow
· 10 years ago
dd62822
ahci: Do not map cmd_fis to generate response
by John Snow
· 10 years ago
684d501
ahci: ncq migration
by John Snow
· 10 years ago
ee36441
ahci: add get_cmd_header helper
by John Snow
· 10 years ago
c82bd3c
ahci: add cmd header to ncq transfer state
by John Snow
· 10 years ago
e08a983
ahci: correct ncq sector count
by John Snow
· 10 years ago
9364384
ahci: correct types in NCQTransferState
by John Snow
· 10 years ago
7c03a69
ahci: add rwerror=stop support for ncq
by John Snow
· 10 years ago
54f3223
ahci: factor ncq_finish out of ncq_cb
by John Snow
· 10 years ago
631ddc2
ahci: refactor process_ncq_command
by John Snow
· 10 years ago
922f893
ahci: assert is_ncq for process_ncq
by John Snow
· 10 years ago
4614619
ahci: stash ncq command
by John Snow
· 10 years ago
a718978
ide: add limit to .prepare_buf()
by John Snow
· 10 years ago
0437d32
ahci: ncq sector count correction
by John Snow
· 10 years ago
5d5f892
ahci: add ncq debug checks
by John Snow
· 10 years ago
d56f4d6
ahci: separate prdtl from opts
by John Snow
· 10 years ago
3bcbe4a
ahci: check for ncq prdtl overflow
by John Snow
· 10 years ago
a55c823
ahci: add ncq_err helper
by John Snow
· 10 years ago
b6fe41f
ahci: use shorter variables
by John Snow
· 10 years ago
7763ed1
ahci: Rename NCQFIS structure fields
by John Snow
· 10 years ago
e9ebb2f
ahci: Do not ignore memory access read size
by John Snow
· 10 years ago
a0b1a66
Include monitor/monitor.h exactly where needed
by Markus Armbruster
· 10 years ago
d49b683
qerror: Move #include out of qerror.h
by Markus Armbruster
· 10 years ago
5cd8cad
migration: Use normal VMStateDescriptions for Subsections
by Juan Quintela
· 10 years ago
2e29dd7
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
by Peter Maydell
· 10 years ago
0ba9888
macio: remove remainder_len DBDMA_io property
by Mark Cave-Ayland
· 10 years ago
b01d44c
macio: update comment/constants to reflect the new code
by Mark Cave-Ayland
· 10 years ago
ac58fe7
macio: switch pmac_dma_write() over to new offset/len implementation
by Mark Cave-Ayland
· 10 years ago
0389b8f
macio: switch pmac_dma_read() over to new offset/len implementation
by Mark Cave-Ayland
· 10 years ago
6e38a4b
hw/ide/pci: Fix memory leak
by Shannon Zhao
· 10 years ago
cd6cb73
ahci: do not remap clb/fis unconditionally
by John Snow
· 10 years ago
bd4214f
macio: move unaligned DMA write code into separate pmac_dma_write() function
by Mark Cave-Ayland
· 10 years ago
4827ac1
macio: move unaligned DMA read code into separate pmac_dma_read() function
by Mark Cave-Ayland
· 10 years ago
0432902
ich9/ahci: Enable Migration
by John Snow
· 10 years ago
e477317
ide: there is only one data port
by Paolo Bonzini
· 10 years ago
fc3d8e1
AHCI: Protect cmd register
by John Snow
· 10 years ago
a13ab5a
AHCI: Do not (re)map FB/CLB buffers while not running
by John Snow
· 10 years ago
ac38123
ahci: Fix sglist offset manipulation for BE machines
by John Snow
· 10 years ago
dd0bf7b
ide: fix cmd_read_pio when nsectors > 1
by John Snow
· 10 years ago
6aff22c
ide: fix cmd_write_pio when nsectors > 1
by John Snow
· 10 years ago
1976058
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
by Peter Maydell
· 10 years ago
c27c73a
ahci: Recompute cur_cmd on migrate post load
by John Snow
· 10 years ago
e8ef874
ahci: add support for restarting non-queued commands
by Paolo Bonzini
· 10 years ago
bd66491
ahci: Migrate IDEStatus
by John Snow
· 10 years ago
d32c76b
ide: support PIO restart for the ISA controller
by Paolo Bonzini
· 10 years ago
4e2b8b4
ide: make more functions static
by Paolo Bonzini
· 10 years ago
c71c06d
ide: commonize io_buffer_index initialization
by Paolo Bonzini
· 10 years ago
d12b9ff
ide: migrate initial request state via IDEBus
by Paolo Bonzini
· 10 years ago
dc5d0af
ide: place initial state of the current request to IDEBus
by Paolo Bonzini
· 10 years ago
a96cb23
ide: replace set_unit callback with more IDEBus state
by Paolo Bonzini
· 10 years ago
fe09c7c
ide: remove restart_cb callback
by Paolo Bonzini
· 10 years ago
9898586
ide: move restart callback to common code
by Paolo Bonzini
· 10 years ago
d34fced
ide: pass IDEBus to the restart_cb
by Paolo Bonzini
· 10 years ago
2745df8
ide: do not use BMDMA in restart callback
by Paolo Bonzini
· 10 years ago
f878c91
ide: introduce ide_register_restart_cb
by Paolo Bonzini
· 10 years ago
bd8892c
ide: prepare to move restart to common code
by Paolo Bonzini
· 10 years ago
06b95b1
ide: start extracting ide_restart_dma out of bmdma_restart_dma
by Paolo Bonzini
· 10 years ago
0eb28a4
BlockConf: Call backend functions to detect geometry and blocksizes
by Ekaterina Tumanova
· 10 years ago
81b0735
Remove superfluous '\n' around error_report()
by Gonglei
· 10 years ago
0048fa6
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 10 years ago
5de0904
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging
by Peter Maydell
· 10 years ago
b8a2dac
ide/ich: Convert to realize
by Markus Armbruster
· 10 years ago
9af21db
pci: Trivial device model conversions to realize
by Markus Armbruster
· 10 years ago
e25b89e
ide/isa: Replace unchecked qdev_init() by qdev_init_nofail()
by Markus Armbruster
· 10 years ago
565f65d
error: Use error_report_err() where appropriate
by Markus Armbruster
· 10 years ago
a71754e
atapi migration: Throw recoverable error to avoid recovery
by Dr. David Alan Gilbert
· 10 years ago
819fa27
Restore atapi_dma flag across migration
by Dr. David Alan Gilbert
· 10 years ago
9a50256
ide: Implement VPD response for ATAPI
by John Snow
· 10 years ago
d200518
ide: Check validity of logical block size
by Kevin Wolf
· 10 years ago
17fcb74
ahci: replace SATA FIS type magic numbers with constants
by Stefan Hajnoczi
· 10 years ago
192cf55
ahci: avoid #ifdef DEBUG_AHCI bitrot
by Stefan Hajnoczi
· 10 years ago
6b896ab
hw/ide/core.c: Prevent SIGSEGV during migration
by Don Slutz
· 10 years ago
107f0d4
ahci: factor out FIS decomposition from handle_cmd
by John Snow
· 10 years ago
102e562
ahci: Check cmd_fis[1] more explicitly
by John Snow
· 10 years ago
36ab3c3
ahci: Reorder error cases in handle_cmd
by John Snow
· 10 years ago
1cbdd96
ahci: Fix FIS decomposition
by John Snow
· 10 years ago
72a065d
ahci: add is_ncq predicate helper
by John Snow
· 10 years ago
3251bdc
ide: Correct handling of malformed/short PRDTs
by John Snow
· 10 years ago
bef1301
ahci: unify sglist preparation
by John Snow
· 10 years ago
36334fa
ide: repair PIO transfers for cases where nsector > 1
by John Snow
· 10 years ago
a395f3f
ahci: Fix byte count regression for ATAPI/PIO
by John Snow
· 10 years ago
54a7f8f
ahci: Fix SDB FIS Construction
by John Snow
· 10 years ago
Next »