]> git.proxmox.com Git - qemu.git/commit
ahci: add ahci emulation
authorAlexander Graf <agraf@suse.de>
Tue, 14 Dec 2010 00:34:40 +0000 (01:34 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 17 Dec 2010 15:11:02 +0000 (16:11 +0100)
commitf6ad2e32f8d833c7f1c75dc084a84a8f02704d64
treec15f8fa57da035bac23ed1aabf1f36edac3c9bdd
parent1a5a86fb7a9d98d05fe38c78d49a6fe4b923d3d2
ahci: add ahci emulation

This patch adds an emulation layer for an ICH-9 AHCI controller. For now
this controller does not do IDE legacy emulation. It is a pure AHCI controller.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Makefile.objs
hw/ide/ahci.c [new file with mode: 0644]