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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-12
atapi: Switch to byte-based block access
Eric Blake
1
-8
/
+11
2016-05-12
ide: Switch to byte-based aio block access
Eric Blake
3
-12
/
+9
2016-05-12
block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writev
Kevin Wolf
1
-2
/
+2
2016-04-12
ide: really restart pending and in-flight atapi dma
Pavel Butsykin
4
-22
/
+43
2016-04-12
ide: restart atapi dma by re-evaluating command packet
Pavel Butsykin
1
-7
/
+6
2016-04-12
ide: don't lose pending dma state
Pavel Butsykin
3
-8
/
+20
2016-04-12
xen: Fix IDE unplug
Anthony PERARD
1
-0
/
+1
2016-04-07
xen: piix reuse pci generic class init function
Michael S. Tsirkin
1
-13
/
+1
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+1
2016-03-22
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
1
-2
/
+2
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-02-10
ahci: prohibit "restarting" the FIS or CLB engines
John Snow
1
-19
/
+20
2016-02-10
ahci: explicitly reject bad engine states on post_load
John Snow
1
-8
/
+13
2016-02-10
ahci: handle LIST_ON and FIS_ON in map helpers
John Snow
1
-10
/
+18
2016-02-10
ahci: Do not unmap NULL addresses
John Snow
1
-0
/
+8
2016-02-10
ide: fix device_reset to not ignore pending AIO
John Snow
1
-10
/
+17
2016-02-10
ide: Add silent DRQ cancellation
John Snow
1
-3
/
+18
2016-02-10
ide: replace blk_drain_all by blk_drain
John Snow
1
-1
/
+1
2016-02-10
ide: move buffered DMA cancel to core
John Snow
3
-35
/
+47
2016-02-10
ide: code motion
John Snow
1
-58
/
+58
2016-02-10
ide: Prohibit RESET on IDE drives
John Snow
1
-3
/
+7
2016-02-08
qom: Swap 'name' next to visitor in ObjectPropertyAccessor
Eric Blake
1
-4
/
+4
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
1
-2
/
+2
2016-01-30
macio: add dma_active to VMStateDescription
Mark Cave-Ayland
1
-1
/
+2
2016-01-30
macio: use the existing IDEDMA aiocb to hold the active DMA aiocb
Mark Cave-Ayland
1
-8
/
+12
2016-01-29
ide: Clean up includes
Peter Maydell
13
-0
/
+13
2016-01-25
ide: Correct the CHS 'cyls_max' limit to be 65535
Shmulik Ladkani
1
-1
/
+1
2016-01-13
hw: Inline the qdev_prop_set_drive_nofail() wrapper
Markus Armbruster
1
-1
/
+2
2016-01-11
ide: ahci: reset ncq object to unused on error
Prasad J Pandit
1
-0
/
+1
2016-01-11
macio: fix overflow in lba to offset conversion for ATAPI devices
Mark Cave-Ayland
1
-1
/
+1
2016-01-11
hw/ide: Remove superfluous return statements
Thomas Huth
2
-3
/
+0
2015-11-24
atapi: Fix code indentation
Alberto Garcia
1
-1
/
+1
2015-11-24
atapi: Account for failed and invalid operations in cd_read_sector()
Alberto Garcia
1
-2
/
+4
2015-11-17
ide: enable buffered requests for PIO read requests
Peter Lieven
1
-2
/
+2
2015-11-17
ide: enable buffered requests for ATAPI devices
Peter Lieven
1
-5
/
+5
2015-11-17
ide: orphan all buffered requests on DMA cancel
Peter Lieven
1
-0
/
+19
2015-11-17
ide: add support for IDEBufferedRequest
Peter Lieven
2
-0
/
+61
2015-11-17
ide/atapi: make PIO read requests async
Peter Lieven
1
-13
/
+82
2015-11-13
atapi: Prioritize unknown cmd error over BCL error
John Snow
1
-10
/
+10
2015-11-13
atapi: add byte_count_limit helper
John Snow
1
-5
/
+13
2015-11-12
macio: Account for failed operations
Alberto Garcia
1
-2
/
+10
2015-11-12
ide: Account for failed and invalid operations
Alberto Garcia
1
-2
/
+8
2015-11-12
atapi: Account for failed and invalid operations
Alberto Garcia
1
-12
/
+19
2015-11-12
ide: Account for write operations correctly
Alberto Garcia
1
-1
/
+1
2015-11-06
ahci: Add allwinner AHCI
Peter Crosthwaite
2
-0
/
+111
2015-11-06
ahci: split realize and init
Peter Crosthwaite
3
-15
/
+34
2015-11-06
ahci: Add some MMIO debug printfs
Peter Crosthwaite
1
-6
/
+15
2015-11-06
ide: remove hardcoded 2GiB transactional limit
John Snow
3
-24
/
+15
2015-11-04
osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version()
Eduardo Habkost
1
-1
/
+1
2015-10-23
macio-ide: add to storage category
Laurent Vivier
1
-0
/
+1
[next]