index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ide
/
core.c
Age
Commit message (
Expand
)
Author
2010-03-27
Fix build
Blue Swirl
2010-03-27
Compile ide/core only once
Blue Swirl
2010-03-08
block: Emit BLOCK_IO_ERROR before vm_stop() call
Luiz Capitulino
2010-02-20
Fix warning on mingw32
Blue Swirl
2010-02-19
ide save/restore pio/atapi cmd transfer fields and io buffer
Marcelo Tosatti
2010-02-10
ide: add topology support
Christoph Hellwig
2010-02-10
block: add topology qdev properties
Christoph Hellwig
2010-02-10
ide: Generate BLOCK_IO_ERROR QMP event
Luiz Capitulino
2010-01-19
ide: device version property
Gerd Hoffmann
2009-12-03
ide: implement stub for audio control/volume read
Thadeu Lima de Souza Cascardo
2009-12-03
ide: Use some already defined page macros instead of constants
Thadeu Lima de Souza Cascardo
2009-12-03
ide: Implement rerror option
Kevin Wolf
2009-12-03
Rename DriveInfo.onerror to on_write_error
Kevin Wolf
2009-11-09
scsi: move scsi-disk.h -> scsi.h
Gerd Hoffmann
2009-11-07
IDE: Fix reset handling
Blue Swirl
2009-10-27
ide: pre VMState functions are not needed anymore
Juan Quintela
2009-10-27
ide: port ide_drive to vmstate
Juan Quintela
2009-10-27
ide: change identify_data type to uint8_t
Juan Quintela
2009-10-27
ide: port idebus to vmstate
Juan Quintela
2009-09-15
split away drive init from ide_init2()
Gerd Hoffmann
2009-09-11
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
2009-09-11
ide: use bdrv_aio_flush
Christoph Hellwig
2009-09-11
block: add enable_write_cache flag
Christoph Hellwig
2009-09-04
ide: move cmd+irq from IDEState to IDEBus.
Gerd Hoffmann
2009-09-04
ide: pass down DriveInfo instead of BlockDriverState
Gerd Hoffmann
2009-08-27
ide: move code to hw/ide/
Gerd Hoffmann