On Wed, Dec 1, 2010 at 7:17 PM, Alexander Graf <ag...@suse.de> wrote: > Due to popular request, this patch moves pieces that are successfully > identified > as PATA only to a new file called pata.c. > > Signed-off-by: Alexander Graf <ag...@suse.de> > > --- > > v6 -> v7: > > - stick to new IDEBusOps (stefanha, kwolf) > --- > Makefile.objs | 2 +- > hw/ide/core.c | 144 +------------------------------------------ > hw/ide/internal.h | 3 + > hw/ide/pata.c | 178 > +++++++++++++++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 184 insertions(+), 143 deletions(-) > create mode 100644 hw/ide/pata.c
Reviewed-by: Stefan Hajnoczi <stefa...@linux.vnet.ibm.com>