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
/
ide
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-17
hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointer
Philippe Mathieu-Daudé
1
-3
/
+3
2020-02-20
hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argument
Philippe Mathieu-Daudé
1
-1
/
+1
2020-01-27
ide: Fix incorrect handling of some PRDTs in ide_dma_cb()
Alexander Popov
1
-8
/
+22
2019-10-10
ide: account UNMAP (TRIM) operations
Anton Nefedov
1
-0
/
+12
2019-08-16
Revert "ide/ahci: Check for -ECANCELED in aio callbacks"
John Snow
1
-14
/
+0
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-1
/
+1
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-02-22
hw/ide: drop iov field from IDEBufferedRequest
Vladimir Sementsov-Ogievskiy
1
-5
/
+6
2019-02-22
hw/ide: drop iov field from IDEState
Vladimir Sementsov-Ogievskiy
1
-6
/
+2
2019-02-05
ide: split ioport registration to a separate file
Paolo Bonzini
1
-25
/
+0
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
1
-47
/
+47
2018-10-02
replay: replay BH for IDE trim operation
Pavel Dovgalyuk
1
-1
/
+2
2018-06-08
ide: introduce ide_transfer_start_norecurse
Paolo Bonzini
1
-4
/
+12
2018-06-08
ide: make ide_transfer_stop idempotent
Paolo Bonzini
1
-10
/
+4
2018-06-08
ide: call ide_cmd_done from ide_transfer_stop
Paolo Bonzini
1
-7
/
+4
2018-06-08
ide: push end_transfer_func out of start_transfer callback, rename callback
Paolo Bonzini
1
-3
/
+5
2018-06-01
hw/ide: Remove unused include
Philippe Mathieu-Daudé
1
-1
/
+0
2018-03-27
ide: fix invalid TRIM range abortion for macio
Anton Nefedov
1
-8
/
+9
2018-03-02
Revert "IDE: Do not flush empty CDROM drives"
Stefan Hajnoczi
1
-9
/
+1
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-0
/
+2
2018-01-19
ide: abort TRIM operation for invalid range
Anton Nefedov
1
-2
/
+13
2018-01-19
ide: move ide_sect_range_ok() up
Anton Nefedov
1
-12
/
+12
2018-01-19
ide: pass IDEState to trim AIO callback
Anton Nefedov
1
-6
/
+8
2017-12-18
hw/ide: remove old i386 dependency
Philippe Mathieu-Daudé
1
-2
/
+1
2017-10-31
ide: avoid referencing NULL dev in rotational rate setting
Daniel P. Berrange
1
-1
/
+3
2017-10-12
ide: support reporting of rotation rate
Daniel P. Berrange
1
-0
/
+1
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
1
-1
/
+3
2017-09-22
ide: fix enum comparison for gcc 4.7
John Snow
1
-1
/
+1
2017-09-18
hw/ide: Convert DeviceClass init to realize
Mao Zhongyi
1
-3
/
+4
2017-09-18
IDE: replace DEBUG_AIO with trace events
John Snow
1
-7
/
+17
2017-09-18
IDE: add tracing for data ports
John Snow
1
-1
/
+11
2017-09-18
IDE: Add register hints to tracing
John Snow
1
-20
/
+68
2017-09-18
IDE: replace DEBUG_IDE with tracing system
John Snow
1
-39
/
+26
2017-08-10
IDE: Do not flush empty CDROM drives
Stefan Hajnoczi
1
-1
/
+9
2017-03-15
ide: core: add cleanup function
Li Qiang
1
-0
/
+8
2017-02-28
block: Allow error return in BlockDevOps.change_media_cb()
Kevin Wolf
1
-1
/
+1
2017-02-21
hw: Drop superfluous special checks for orphaned -drive
Markus Armbruster
1
-17
/
+0
2016-10-27
dma-helpers: explicitly pass alignment into DMA helpers
Mark Cave-Ayland
1
-3
/
+3
2016-09-29
ide: Fix memory leak in ide_register_restart_cb()
Ashijeet Acharya
1
-1
/
+1
2016-09-29
ide: fix DMA register transitions
John Snow
1
-1
/
+1
2016-09-08
portio: keep references on portio
Marc-André Lureau
1
-2
/
+4
2016-08-08
ahci: fix sglist leak on retry
Marc-André Lureau
1
-0
/
+1
2016-07-28
ide: fix halted IO segfault at reset
John Snow
1
-0
/
+1
2016-07-20
block: Convert BB interface to byte-based discards
Eric Blake
1
-2
/
+4
2016-07-18
ide: set retry_unit for PIO and FLUSH requests
Evgeny Yakovlev
1
-0
/
+2
2016-07-18
ide: refactor retry_unit set and clear into separate function
Evgeny Yakovlev
1
-6
/
+16
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
1
-5
/
+5
2016-05-25
dma-helpers: change BlockBackend to opaque value in DMAIOFunc
Paolo Bonzini
1
-6
/
+8
[next]