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
*
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2011-12-19
1
-3
/
+3
|
\
|
*
ide: drop argument to dma_buf_commit
Paolo Bonzini
2011-12-16
1
-3
/
+3
*
|
block: dma_bdrv_* does not return NULL
Paolo Bonzini
2011-12-15
1
-6
/
+0
*
|
block: bdrv_aio_* do not return NULL
Paolo Bonzini
2011-12-15
1
-6
/
+1
|
/
*
fix spelling in hw sub directory
Dong Xu Wang
2011-12-06
1
-1
/
+1
*
atapi: implement eject requests
Paolo Bonzini
2011-11-11
1
-0
/
+13
*
atapi/scsi: unify definitions for MMC
Paolo Bonzini
2011-10-28
1
-2
/
+2
*
ide: Fix off-by-one error in array index check
Kevin Wolf
2011-10-28
1
-1
/
+1
*
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2011-10-14
1
-0
/
+2
|
\
|
*
ide: Support I/O status
Luiz Capitulino
2011-10-11
1
-0
/
+2
*
|
Merge remote-tracking branch 'qemu-kvm-tmp/memory/batch' into staging
Anthony Liguori
2011-10-14
1
-11
/
+19
|
\
\
|
|
/
|
/
|
|
*
ide: Convert to isa_register_portio_list
Richard Henderson
2011-10-11
1
-11
/
+19
*
|
RunState: Rename enum values as generated by the QAPI
Luiz Capitulino
2011-10-04
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2011-09-20
1
-1
/
+1
|
\
|
*
dma-helpers: rename is_write to to_dev
Paolo Bonzini
2011-09-19
1
-1
/
+1
*
|
Replace the VMSTOP macros with a proper state type
Luiz Capitulino
2011-09-15
1
-2
/
+2
|
/
*
ide/atapi scsi-disk: Make monitor eject -f, then change work
Markus Armbruster
2011-09-12
1
-0
/
+1
*
block: New change_media_cb() parameter load
Markus Armbruster
2011-09-12
1
-1
/
+1
*
block: New bdrv_set_buffer_alignment()
Markus Armbruster
2011-09-12
1
-1
/
+1
*
block: Move BlockConf & friends from block_int.h to block.h
Markus Armbruster
2011-09-12
1
-0
/
+1
*
block: Show whether the virtual tray is open in info block
Markus Armbruster
2011-09-12
1
-0
/
+6
*
block: Drop BlockDriverState member removable
Markus Armbruster
2011-09-12
1
-1
/
+0
*
ide/atapi: Preserve tray state on migration
Markus Armbruster
2011-09-12
1
-0
/
+32
*
block: Drop medium lock tracking, ask device models instead
Markus Armbruster
2011-09-12
1
-0
/
+6
*
ide: Reject ATA commands specific to drive kinds
Markus Armbruster
2011-09-12
1
-25
/
+25
*
ide: Use a table to declare which drive kinds accept each command
Markus Armbruster
2011-09-12
1
-25
/
+80
*
ide: Fix ATA command READ to set ATAPI signature for CD-ROM
Markus Armbruster
2011-09-12
1
-1
/
+3
*
ide: Give vmstate structs internal linkage where possible
Markus Armbruster
2011-09-06
1
-3
/
+3
*
ide: Clean up case label indentation in ide_exec_cmd()
Markus Armbruster
2011-09-06
1
-6
/
+6
*
ide: Update command code definitions as per ACS-2 Table B.2
Markus Armbruster
2011-09-06
1
-2
/
+2
*
block: Split change_cb() into change_media_cb(), resize_cb()
Markus Armbruster
2011-09-06
1
-6
/
+2
*
block: Generalize change_cb() to BlockDevOps
Markus Armbruster
2011-09-06
1
-1
/
+5
*
block: Attach non-qdev devices as well
Markus Armbruster
2011-09-06
1
-0
/
+1
*
block: explicit I/O accounting
Christoph Hellwig
2011-08-25
1
-1
/
+26
*
ide: Initialise buffers with zeros
Kevin Wolf
2011-07-05
1
-1
/
+5
*
ide: Ignore reads during PIO in and writes during PIO out
Kevin Wolf
2011-07-05
1
-8
/
+36
*
ide: add TRIM support
Christoph Hellwig
2011-06-15
1
-2
/
+95
*
ide: allow other dma comands than read and write
Christoph Hellwig
2011-06-15
1
-11
/
+14
*
ide: Add forgotten VMSTATE_END_OF_LIST in subsection
Kevin Wolf
2011-06-15
1
-0
/
+1
*
ide: Fix ide_drive_pio_state_needed()
Kevin Wolf
2011-06-15
1
-1
/
+2
*
ide: Split error status from status register
Kevin Wolf
2011-06-15
1
-1
/
+27
*
ide/core: Remove explicit setting of BM_STATUS_INT
Kevin Wolf
2011-06-08
1
-3
/
+4
*
blockdev: Store -drive option media in DriveInfo
Markus Armbruster
2011-05-19
1
-2
/
+1
*
ide: Split qdev "ide-drive" into "ide-hd" and "ide-cd"
Markus Armbruster
2011-05-19
1
-4
/
+7
*
ide: Split atapi.c out
Kevin Wolf
2011-04-27
1
-1061
/
+4
*
atapi: Add 'medium ready' to 'medium not ready' transition on cd change
Amit Shah
2011-04-27
1
-4
/
+16
*
atapi: GESN: implement 'media' subcommand
Amit Shah
2011-04-13
1
-4
/
+109
*
atapi: GESN: Standardise event response handling for future additions
Amit Shah
2011-04-13
1
-6
/
+19
*
atapi: GESN: Use structs for commonly-used field types
Amit Shah
2011-04-13
1
-2
/
+14
*
atapi: Move GET_EVENT_STATUS_NOTIFICATION command handling to its own function
Amit Shah
2011-04-13
1
-13
/
+24
[next]