diff options
author | Peter Crosthwaite <crosthwaitepeter@gmail.com> | 2015-11-06 14:09:01 -0500 |
---|---|---|
committer | John Snow <jsnow@redhat.com> | 2015-11-06 14:09:01 -0500 |
commit | 377e2145392e5787d35e58d643bd3de4838006b4 (patch) | |
tree | 6e8557d3bfd73d327940d8a93c5741fc1a50de6d /include | |
parent | 0487eea48ecc6e525d6e626d94da54e203089a95 (diff) | |
download | qemu-377e2145392e5787d35e58d643bd3de4838006b4.zip qemu-377e2145392e5787d35e58d643bd3de4838006b4.tar.gz qemu-377e2145392e5787d35e58d643bd3de4838006b4.tar.bz2 |
ahci: Add allwinner AHCI
Add a Sysbus AHCI subclass for the Allwinner AHCI. It has a few extra
vendor specific registers which are used for phy and power init.
Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-id: 833b5b05ed5ade38bf69656679b0a7575e79492b.1445917756.git.crosthwaite.peter@gmail.com
[resolved patch context on pull --js]
Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/qemu/typedefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qemu/typedefs.h b/include/qemu/typedefs.h index d961362d..2cdce18 100644 --- a/include/qemu/typedefs.h +++ b/include/qemu/typedefs.h @@ -9,6 +9,7 @@ struct Monitor; typedef struct AdapterInfo AdapterInfo; typedef struct AddressSpace AddressSpace; typedef struct AioContext AioContext; +typedef struct AllwinnerAHCIState AllwinnerAHCIState; typedef struct AudioState AudioState; typedef struct BlockBackend BlockBackend; typedef struct BlockBackendRootState BlockBackendRootState; |