]> git.proxmox.com Git - mirror_qemu.git/commit
ahci: Isolate public AHCI interface
authorJohn Snow <jsnow@redhat.com>
Tue, 18 Jul 2017 15:47:57 +0000 (11:47 -0400)
committerJohn Snow <jsnow@redhat.com>
Tue, 18 Jul 2017 15:47:57 +0000 (11:47 -0400)
commit5402fda5adff0860fbaffd2228405f6e9c2cb889
tree314d6883ec209ce34bb89dfb2492bf6b83fdb842
parentbbe3179a13599296807b735797d0e76792021f24
ahci: Isolate public AHCI interface

Begin separating the public/private interface by removing the minimum
set of information used by code outside of hw/ide/ and calling this
a new ahci_public.h file, which will be renamed to ahci.h in a future
patch.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20170623220926.11479-3-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
include/hw/ide/ahci.h
include/hw/ide/ahci_public.h [new file with mode: 0644]