]> Git Repo - qemu.git/commit - hw/ide/microdrive.c
ide: move code to hw/ide/
authorGerd Hoffmann <[email protected]>
Thu, 20 Aug 2009 13:22:26 +0000 (15:22 +0200)
committerAnthony Liguori <[email protected]>
Fri, 28 Aug 2009 01:46:50 +0000 (20:46 -0500)
commit59f2a78793b6d17634f39646d604e84af51e0919
treeda46ccf772b699b442b81147ded89cf75e97cb3b
parent2bcbf7e4dd73fb7811ee0899f7a578412d045e81
ide: move code to hw/ide/

Signed-off-by: Gerd Hoffmann <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
16 files changed:
Makefile.target
configure
hw/ide-internal.h [deleted file]
hw/ide-isa.c [deleted file]
hw/ide-macio.c [deleted file]
hw/ide-microdrive.c [deleted file]
hw/ide-mmio.c [deleted file]
hw/ide-pci.c [deleted file]
hw/ide.c [deleted file]
hw/ide/core.c [new file with mode: 0644]
hw/ide/internal.h [new file with mode: 0644]
hw/ide/isa.c [new file with mode: 0644]
hw/ide/macio.c [new file with mode: 0644]
hw/ide/microdrive.c [new file with mode: 0644]
hw/ide/mmio.c [new file with mode: 0644]
hw/ide/pci.c [new file with mode: 0644]
This page took 0.02723 seconds and 4 git commands to generate.