]> git.proxmox.com Git - mirror_qemu.git/commit
ide: split ioport registration to a separate file
authorPaolo Bonzini <pbonzini@redhat.com>
Sat, 2 Feb 2019 07:24:31 +0000 (15:24 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 5 Feb 2019 15:50:19 +0000 (16:50 +0100)
commit83d14054f95554fd4bdcf88b3c269b8aa13413f6
tree9fc8c6440e353ee0e5321feed632a5a91bf4c2e1
parentd9bf2c5535b207c34d7b67ad93285f42bcd34aca
ide: split ioport registration to a separate file

This is not needed on ARM, and brings in ISA bus code which is otherwise not
necessary.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20190202072456.6468-3-yang.zhong@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/ide/Makefile.objs
hw/ide/core.c
hw/ide/ioport.c [new file with mode: 0644]