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