index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
ide
Commit message (
Expand
)
Author
Age
Files
Lines
*
atapi migration: Throw recoverable error to avoid recovery
Dr. David Alan Gilbert
2015-02-06
3
-0
/
+30
*
Restore atapi_dma flag across migration
Dr. David Alan Gilbert
2015-02-06
1
-0
/
+1
*
ide: Implement VPD response for ATAPI
John Snow
2015-01-13
2
-12
/
+100
*
ide: Check validity of logical block size
Kevin Wolf
2014-12-10
1
-0
/
+5
*
ahci: replace SATA FIS type magic numbers with constants
Stefan Hajnoczi
2014-12-10
2
-4
/
+7
*
ahci: avoid #ifdef DEBUG_AHCI bitrot
Stefan Hajnoczi
2014-12-10
1
-10
/
+8
*
hw/ide/core.c: Prevent SIGSEGV during migration
Don Slutz
2014-11-18
1
-1
/
+1
*
ahci: factor out FIS decomposition from handle_cmd
John Snow
2014-11-14
1
-83
/
+86
*
ahci: Check cmd_fis[1] more explicitly
John Snow
2014-11-14
1
-11
/
+12
*
ahci: Reorder error cases in handle_cmd
John Snow
2014-11-14
1
-15
/
+14
*
ahci: Fix FIS decomposition
John Snow
2014-11-14
1
-38
/
+26
*
ahci: add is_ncq predicate helper
John Snow
2014-11-14
2
-4
/
+27
*
ide: Correct handling of malformed/short PRDTs
John Snow
2014-11-14
5
-22
/
+68
*
ahci: unify sglist preparation
John Snow
2014-11-14
1
-2
/
+2
*
ide: repair PIO transfers for cases where nsector > 1
John Snow
2014-11-14
2
-1
/
+5
*
ahci: Fix byte count regression for ATAPI/PIO
John Snow
2014-11-14
1
-0
/
+1
*
ahci: Fix SDB FIS Construction
John Snow
2014-11-03
2
-9
/
+17
*
ahci: Update byte count after DMA completion
John Snow
2014-11-03
3
-14
/
+40
*
ahci: Correct PIO/D2H FIS responses
John Snow
2014-11-03
1
-23
/
+25
*
fix off-by-one error in pci_piix3_xen_ide_unplug
James Harper
2014-10-30
1
-2
/
+2
*
hmp: Remove "info pcmcia"
Markus Armbruster
2014-10-24
1
-1
/
+0
*
blockdev: Fix blockdev-add not to create DriveInfo
Markus Armbruster
2014-10-20
1
-1
/
+1
*
ide: Complete conversion from BlockDriverState to BlockBackend
Markus Armbruster
2014-10-20
1
-2
/
+4
*
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-10-20
14
-164
/
+173
*
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
2014-10-20
6
-9
/
+9
*
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
2014-10-20
3
-8
/
+8
*
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
Markus Armbruster
2014-10-20
2
-3
/
+6
*
blockdev: Eliminate drive_del()
Markus Armbruster
2014-10-20
1
-1
/
+3
*
ide: add calling add_boot_device_patch in bootindex setter function
Gonglei
2014-10-15
1
-0
/
+5
*
ide: add bootindex to qom property
Gonglei
2014-10-15
1
-0
/
+42
*
q35/ahci: Pick up -cdrom and -hda options
John Snow
2014-10-03
2
-0
/
+17
*
ide: Update ide_drive_get to be HBA agnostic
John Snow
2014-10-03
1
-5
/
+17
*
ahci: properly shadow the TFD register
John Snow
2014-09-22
1
-14
/
+28
*
ahci: MSI capability should be at 0x80, not 0x50.
John Snow
2014-09-22
1
-1
/
+6
*
block: Rename qemu_aio_release -> qemu_aio_unref
Fam Zheng
2014-09-22
1
-1
/
+1
*
ide: Convert trim_aiocb_info.cancel to .cancel_async
Fam Zheng
2014-09-22
1
-7
/
+5
*
ide/ahci: Check for -ECANCELED in aio callbacks
Fam Zheng
2014-09-22
2
-0
/
+15
*
ide/atapi: Mark non-data commands as complete
John Snow
2014-09-22
1
-4
/
+3
*
block: Make the block accounting functions operate on BlockAcctStats
Benoît Canet
2014-09-10
4
-27
/
+37
*
block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_
Benoît Canet
2014-09-10
4
-15
/
+15
*
IDE: MMIO IDE device control should be little endian
Valentin Manea
2014-09-10
1
-2
/
+2
*
xen: Drop redundant bdrv_close() from pci_piix3_xen_ide_unplug()
Markus Armbruster
2014-09-10
1
-1
/
+0
*
ide: Add resize callback to ide/core
John Snow
2014-09-08
1
-10
/
+59
*
IDE: Fill the IDENTIFY request consistently
John Snow
2014-09-08
1
-13
/
+15
*
ide: Add wwn support to IDE-ATAPI drive
John Snow
2014-09-08
1
-0
/
+14
*
ide: Fix bootindex for bus_id > 9
Markus Armbruster
2014-08-29
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2014-08-28
1
-3
/
+8
|
\
|
*
block: Pass errp in blkconf_geometry
Fam Zheng
2014-08-26
1
-3
/
+8
*
|
block: Drop some superfluous casts from void *
Markus Armbruster
2014-08-20
1
-1
/
+1
*
|
block: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2014-08-20
1
-1
/
+1
|
/
[next]