index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ide
/
internal.h
Age
Commit message (
Expand
)
Author
2011-10-28
atapi/scsi: unify definitions for MMC
Paolo Bonzini
2011-10-11
ide: Convert to isa_register_portio_list
Richard Henderson
2011-09-15
Replace the VMSTOP macros with a proper state type
Luiz Capitulino
2011-09-12
block: Move BlockConf & friends from block_int.h to block.h
Markus Armbruster
2011-09-12
ide/atapi: Track tray locked state
Markus Armbruster
2011-09-12
ide/atapi: Track tray open/close state
Markus Armbruster
2011-09-06
ide: Update command code definitions as per ACS-2 Table B.2
Markus Armbruster
2011-08-25
block: explicit I/O accounting
Christoph Hellwig
2011-06-15
ide: add TRIM support
Christoph Hellwig
2011-06-15
ide: allow other dma comands than read and write
Christoph Hellwig
2011-06-15
ide: Split error status from status register
Kevin Wolf
2011-05-19
ide: Split qdev "ide-drive" into "ide-hd" and "ide-cd"
Markus Armbruster
2011-04-27
ide: Split atapi.c out
Kevin Wolf
2011-04-13
atapi: GESN: implement 'media' subcommand
Amit Shah
2011-01-24
ide: factor dma handling helpers
Christoph Hellwig
2010-12-17
ide: add ncq identify data for ahci sata drives
Roland Elek
2010-12-17
ide: Split out BMDMA code from ATA core
Alexander Graf
2010-12-17
ide: split ide command interpretation off
Alexander Graf
2010-12-11
Store IDE bus id in IDEBus structure for easy access.
Gleb Natapov
2010-11-24
ide: convert bmdma address ioport to ioport_register()
Avi Kivity
2010-10-22
ide: Handle flush failure
Kevin Wolf
2010-07-26
ide: fix migration in the middle of pio operation
Juan Quintela
2010-07-26
Revert "ide save/restore pio/atapi cmd transfer fields and io buffer"
Juan Quintela
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
qdev: Decouple qdev_prop_drive from DriveInfo
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: Remove redundant IDEState member conf
Markus Armbruster
2010-06-04
ide: Remove useless IDEDeviceInfo members unit, drive
Markus Armbruster
2010-05-01
cmd646: pass pci_dev as it needs it
Igor V. Kovalenko
2010-02-19
ide save/restore pio/atapi cmd transfer fields and io buffer
Marcelo Tosatti
2010-02-10
block: add topology qdev properties
Christoph Hellwig
2010-01-19
ide: device version property
Gerd Hoffmann
2009-12-13
workaround for cmd646 bmdma register access while no dma is active
Igor V. Kovalenko
2009-12-03
ide: Implement rerror option
Kevin Wolf
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 pci ide to vmstate
Juan Quintela
2009-10-27
ide: add VMSTATE_IDE_BUS and VMSTATE_IDE_DRIVES
Juan Quintela
2009-10-27
ide: change identify_data type to uint8_t
Juan Quintela
2009-10-12
ide: BMDMAState don't need a pci_dev field anymore
Juan Quintela
2009-10-12
ide: Remove duplicated definitions
Juan Quintela
2009-10-05
switch ide bus to inplace allocation.
Gerd Hoffmann
2009-09-15
ide/qdev: add ide bus.
Gerd Hoffmann
2009-09-15
split away drive init from ide_init2()
Gerd Hoffmann
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-29
Fix gcc 3 warning: comparison is always true due to limited range of data type
Blue Swirl
2009-08-27
ide: move code to hw/ide/
Gerd Hoffmann