diff options
| author | Peter Crosthwaite | 2015-11-06 20:09:01 +0100 |
|---|---|---|
| committer | John Snow | 2015-11-06 20:09:01 +0100 |
| commit | 377e2145392e5787d35e58d643bd3de4838006b4 (patch) | |
| tree | 6e8557d3bfd73d327940d8a93c5741fc1a50de6d /include | |
| parent | ahci: split realize and init (diff) | |
| download | qemu-377e2145392e5787d35e58d643bd3de4838006b4.tar.gz qemu-377e2145392e5787d35e58d643bd3de4838006b4.tar.xz qemu-377e2145392e5787d35e58d643bd3de4838006b4.zip | |
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 d961362d36..2cdce1866e 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; |
