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
*
isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...
Hervé Poussineau
2011-12-20
3
-4
/
+4
*
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
2
-9
/
+1
*
|
block: bdrv_aio_* do not return NULL
Paolo Bonzini
2011-12-15
3
-20
/
+2
|
/
*
Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging
Anthony Liguori
2011-12-14
2
-2
/
+2
|
\
|
*
fix spelling in hw sub directory
Dong Xu Wang
2011-12-06
1
-1
/
+1
|
*
fix typo: delete redundant semicolon
Dong Xu Wang
2011-12-06
1
-1
/
+1
*
|
Remove unnecessary casts from PCI DMA code in PCI IDE
David Gibson
2011-12-12
1
-2
/
+2
|
/
*
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2011-12-05
2
-3
/
+4
|
\
|
*
block: convert qemu_aio_flush() calls to bdrv_drain_all()
Stefan Hajnoczi
2011-12-05
2
-3
/
+4
*
|
ide/mmio: convert to memory API
Avi Kivity
2011-11-24
1
-33
/
+24
|
/
*
atapi: kill MODE SENSE(6), fix MODE SENSE(10)
Paolo Bonzini
2011-11-18
1
-12
/
+8
*
atapi: implement eject requests
Paolo Bonzini
2011-11-11
2
-3
/
+21
*
PCI IDE: Use PCI DMA stub functions
David Gibson
2011-11-01
1
-9
/
+10
*
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2011-10-31
4
-148
/
+50
|
\
|
*
atapi/scsi-disk: make mode page values coherent between the two
Paolo Bonzini
2011-10-28
1
-7
/
+7
|
*
atapi: cleanup/fix mode sense results
Paolo Bonzini
2011-10-28
1
-4
/
+6
|
*
atapi: move GESN definitions to scsi-defs.h
Paolo Bonzini
2011-10-28
1
-37
/
+6
|
*
atapi/scsi: unify definitions for MMC
Paolo Bonzini
2011-10-28
4
-99
/
+30
|
*
ide: Fix off-by-one error in array index check
Kevin Wolf
2011-10-28
1
-1
/
+1
*
|
ahci: fix DPRINTF format strings
Max Filippov
2011-10-26
1
-6
/
+10
|
/
*
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
5
-21
/
+30
|
\
\
|
|
/
|
/
|
|
*
ide: Convert to isa_register_portio_list
Richard Henderson
2011-10-11
5
-21
/
+30
*
|
RunState: Rename enum values as generated by the QAPI
Luiz Capitulino
2011-10-04
1
-1
/
+1
|
/
*
ahci: add port I/O index-data pair
Daniel Verkamp
2011-09-21
3
-3
/
+75
*
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2011-09-20
3
-5
/
+7
|
\
|
*
AHCI Port Interrupt Enable register cleaning on soft reset
Alexander Motin
2011-09-20
1
-3
/
+5
|
*
dma-helpers: rename is_write to to_dev
Paolo Bonzini
2011-09-19
2
-2
/
+2
*
|
Replace the VMSTOP macros with a proper state type
Luiz Capitulino
2011-09-15
4
-5
/
+6
|
/
*
ahci: Remove unused struct member
Stefan Weil
2011-09-12
2
-3
/
+0
*
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
*
hw: Trim superfluous #include "block_int.h"
Markus Armbruster
2011-09-12
8
-8
/
+0
*
block: Move BlockConf & friends from block_int.h to block.h
Markus Armbruster
2011-09-12
2
-1
/
+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
*
ide/atapi: Don't fail eject when tray is already open
Markus Armbruster
2011-09-12
1
-1
/
+1
*
block: Rename bdrv_set_locked() to bdrv_lock_medium()
Markus Armbruster
2011-09-12
1
-1
/
+1
*
block: Drop medium lock tracking, ask device models instead
Markus Armbruster
2011-09-12
1
-0
/
+6
*
block: Leave enforcing tray lock to device models
Markus Armbruster
2011-09-12
1
-20
/
+9
*
ide/atapi: Track tray locked state
Markus Armbruster
2011-09-12
2
-1
/
+4
*
block: Revert entanglement of bdrv_is_inserted() with tray status
Markus Armbruster
2011-09-12
1
-7
/
+8
*
ide/atapi: Track tray open/close state
Markus Armbruster
2011-09-12
2
-1
/
+6
*
ide/atapi: Clean up misleading name in cmd_start_stop_unit()
Markus Armbruster
2011-09-12
1
-4
/
+4
*
ide: Reject ATA commands specific to drive kinds
Markus Armbruster
2011-09-12
1
-25
/
+25
[next]