]> git.proxmox.com Git - mirror_qemu.git/commit
ide: split cmd646 and piix from pci.c
authorJuan Quintela <quintela@redhat.com>
Wed, 7 Oct 2009 14:56:24 +0000 (16:56 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 12 Oct 2009 14:42:30 +0000 (09:42 -0500)
commit4c3df0ecc2e6a73440c9b934e33e3ed6e74c1153
tree358c20897ef7e41ea140756b1141eff7a4d8f78b
parent3e7e1558af1b6b4d02033369646efa08e04f9a95
ide: split cmd646 and piix from pci.c

This patch splits cmd646 specific code from pci.c.
This patch splits piix4 specific code from pci.c.
And compile new piix.o and cmd646.o when they are needed.
The only change that is not code movemet is removal of cmd646 specific parts
in bmdma_readb/writeb for piix.

Patchworks-ID: 35301
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile.target
hw/ide/cmd646.c [new file with mode: 0644]
hw/ide/pci.c
hw/ide/piix.c [new file with mode: 0644]