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
/
ahci.h
Age
Commit message (
Expand
)
Author
2015-07-08
ahci: Fix CD-ROM signature
Hannes Reinecke
2015-07-04
ahci: add cmd header to ncq transfer state
John Snow
2015-07-04
ahci: correct ncq sector count
John Snow
2015-07-04
ahci: correct types in NCQTransferState
John Snow
2015-07-04
ahci: add rwerror=stop support for ncq
John Snow
2015-07-04
ahci: stash ncq command
John Snow
2015-07-04
ahci: separate prdtl from opts
John Snow
2015-07-04
ahci: Rename NCQFIS structure fields
John Snow
2015-03-27
AHCI: Protect cmd register
John Snow
2014-12-10
ahci: replace SATA FIS type magic numbers with constants
Stefan Hajnoczi
2014-11-14
ahci: add is_ncq predicate helper
John Snow
2014-11-03
ahci: Fix SDB FIS Construction
John Snow
2014-10-20
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
2014-10-03
q35/ahci: Pick up -cdrom and -hda options
John Snow
2014-08-15
ahci: remove duplicate PORT_IRQ_* constants
Paolo Bonzini
2014-07-07
ahci.c: mask unused flags when reading size PRDT DBC
Reza Jelveh
2014-03-07
hw/ide/ahci.h: Avoid shifting left into sign bit
Peter Maydell
2013-07-23
ide/ich: QOM parent field cleanup
Andreas Färber
2013-07-23
ide/ich: QOM Upcast Sweep
Peter Crosthwaite
2013-06-20
dma: eliminate DMAContext
Paolo Bonzini
2013-01-25
ahci: Add migration support
Jason Baron
2013-01-25
ahci: Change data types in preparation for migration
Kevin Wolf
2013-01-25
ahci: Remove unused AHCIDevice fields
Jason Baron
2012-06-27
ide/ahci: Use universal DMA helper functions
David Gibson
2012-06-07
ahci: Clean up reset functions
Jan Kiszka
2011-09-21
ahci: add port I/O index-data pair
Daniel Verkamp
2011-09-12
ahci: Remove unused struct member
Stefan Weil
2011-09-03
Use new macro QEMU_PACKED for packed structures
Stefan Weil
2011-08-25
block: explicit I/O accounting
Christoph Hellwig
2011-08-08
ahci: convert to memory API
Avi Kivity
2011-04-07
ich/ahci: convert to pci_register_bar_simple()
Avi Kivity
2011-02-07
ahci: make number of ports runtime determined
Alexander Graf
2011-02-07
ahci: send init d2h fis on fis enable
Alexander Graf
2011-02-07
ahci: add license header in ahci.h
Alexander Graf
2011-02-07
ahci: split ICH9 from core
Sebastian Herbszt