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-07-06
ide: Reject invalid CHS geometry
Markus Armbruster
2010-07-06
ide: Reject readonly drives unless CD-ROM
Markus Armbruster
2010-07-06
ide: Make ide_init_drive() return success
Markus Armbruster
2010-07-06
ide: Replace IDEState members is_cdrom, is_cf by drive_kind
Markus Armbruster
2010-07-02
block: Fix virtual media change for if=none
Markus Armbruster
2010-07-02
qdev: Decouple qdev_prop_drive from DriveInfo
Markus Armbruster
2010-06-15
block: Move error actions from DriveInfo to BlockDriverState
Markus Armbruster
2010-06-04
blockdev: Collect block device code in new blockdev.c
Markus Armbruster
2010-06-04
ide: Turn drive serial into a qdev property ide-drive.serial
Markus Armbruster
2010-06-04
ide: Split non-qdev code off ide_init2()
Markus Armbruster
2010-06-04
ide: Change ide_init_drive() to require valid dinfo argument
Markus Armbruster
2010-06-04
ide: Split ide_init1() off ide_init2()
Markus Armbruster
2010-06-04
ide: Remove redundant IDEState member conf
Markus Armbruster
2010-05-17
ide: Fix ide_dma_cancel
Kevin Wolf
2010-05-14
ide: make a table 'const'
Blue Swirl
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