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
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-03
ide: Update ide_drive_get to be HBA agnostic
John Snow
1
-5
/
+17
2014-09-22
block: Rename qemu_aio_release -> qemu_aio_unref
Fam Zheng
1
-1
/
+1
2014-09-22
ide: Convert trim_aiocb_info.cancel to .cancel_async
Fam Zheng
1
-7
/
+5
2014-09-22
ide/ahci: Check for -ECANCELED in aio callbacks
Fam Zheng
1
-0
/
+12
2014-09-10
block: Make the block accounting functions operate on BlockAcctStats
Benoît Canet
1
-11
/
+13
2014-09-10
block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_
Benoît Canet
1
-5
/
+5
2014-09-08
ide: Add resize callback to ide/core
John Snow
1
-10
/
+59
2014-09-08
IDE: Fill the IDENTIFY request consistently
John Snow
1
-13
/
+15
2014-09-08
ide: Add wwn support to IDE-ATAPI drive
John Snow
1
-0
/
+14
2014-08-15
ide: only constrain read/write requests to drive size, not other types
Michael Tokarev
1
-1
/
+2
2014-08-15
ide: Fix segfault when flushing a device that doesn't exist
Kevin Wolf
1
-1
/
+3
2014-08-15
ide: make all commands go through cmd_done
Paolo Bonzini
1
-9
/
+11
2014-08-15
ide: stop PIO transfer on errors
Paolo Bonzini
1
-3
/
+2
2014-08-15
ide: move retry constants out of BM_STATUS_* namespace
Paolo Bonzini
1
-10
/
+10
2014-08-15
ide: fold add_status callback into set_inactive
Paolo Bonzini
1
-8
/
+4
2014-08-15
ide: wrap start_dma callback
Paolo Bonzini
1
-7
/
+8
2014-08-15
ide: simplify start_transfer callbacks
Paolo Bonzini
1
-7
/
+3
2014-08-15
ide: simplify set_inactive callbacks
Paolo Bonzini
1
-2
/
+3
2014-08-15
ide: simplify reset callbacks
Paolo Bonzini
1
-2
/
+3
2014-08-15
ide: stash aiocb for flushes
Paolo Bonzini
1
-1
/
+3
2014-07-14
ide: Treat read/write beyond end as invalid
Markus Armbruster
1
-0
/
+28
2014-06-23
qapi: adjust existing defines
Wenchao Xia
1
-3
/
+3
2014-05-14
savevm: Remove all the unneeded version_minimum_id_old (rest)
Juan Quintela
1
-11
/
+5
2014-04-14
ide: Correct improper smart self test counter reset in ide core.
Benoît Canet
1
-1
/
+1
2014-01-30
Merge remote-tracking branch 'mjt/tags/trivial-patches-2014-01-16' into staging
Peter Maydell
1
-0
/
+1
2014-01-24
block: rename buffer_alignment to guest_block_size
Paolo Bonzini
1
-1
/
+1
2014-01-15
ide: cmd_exec_dev_diagnostic() always set error register to 0x01
David du Colombier
1
-0
/
+1
2013-11-05
ide: Drop ide_init2_with_non_qdev_drives()
Andreas Färber
1
-49
/
+0
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
1
-3
/
+3
2013-07-15
ahci: Fix FLUSH command
Kevin Wolf
1
-0
/
+9
2013-06-24
ide: Clean up ide_exec_cmd()
Kevin Wolf
1
-24
/
+12
2013-06-24
ide: Convert SMART commands to ide_cmd_table handler
Kevin Wolf
1
-151
/
+174
2013-06-24
ide: Convert CF-ATA commands to ide_cmd_table handler
Kevin Wolf
1
-75
/
+95
2013-06-24
ide: Convert ATAPI commands to ide_cmd_table handler
Kevin Wolf
1
-39
/
+61
2013-06-24
ide: Convert SEEK to ide_cmd_table handler
Kevin Wolf
1
-6
/
+7
2013-06-24
ide: Convert FLUSH CACHE to ide_cmd_table handler
Kevin Wolf
1
-6
/
+8
2013-06-24
ide: Convert SET FEATURES to ide_cmd_table handler
Kevin Wolf
1
-72
/
+75
2013-06-24
ide: Convert CHECK POWER MDOE to ide_cmd_table handler
Kevin Wolf
1
-9
/
+8
2013-06-24
ide: Convert READ NATIVE MAX ADDRESS to ide_cmd_table handler
Kevin Wolf
1
-17
/
+18
2013-06-24
ide: Convert DMA read/write commands to ide_cmd_table handler
Kevin Wolf
1
-31
/
+38
2013-06-24
ide: Convert PIO read/write commands to ide_cmd_table handler
Kevin Wolf
1
-43
/
+50
2013-06-24
ide: Convert read/write multiple commands to ide_cmd_table handler
Kevin Wolf
1
-59
/
+60
2013-06-24
ide: Convert verify commands to ide_cmd_table handler
Kevin Wolf
1
-14
/
+13
2013-06-24
ide: Convert cmd_nop commands to ide_cmd_table handler
Kevin Wolf
1
-31
/
+17
2013-06-24
ide: Convert WIN_IDENTIFY to ide_cmd_table handler
Kevin Wolf
1
-17
/
+23
2013-06-24
ide: Convert WIN_DSM to ide_cmd_table handler
Kevin Wolf
1
-13
/
+16
2013-06-24
ide: Add handler to ide_cmd_table
Kevin Wolf
1
-58
/
+86
2013-06-06
ide: Set BSY bit during FLUSH
Andreas Färber
1
-0
/
+1
2013-04-15
ide: refuse WIN_READ_NATIVE_MAX on empty device
Stefan Hajnoczi
1
-0
/
+4
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-3
/
+3
[next]