Re: [Qemu-devel] [PATCH 1/2] dec.c - move to pci-bridge

2013-05-30 Thread Michael S. Tsirkin
On Thu, May 30, 2013 at 05:27:46PM +0200, Andreas Färber wrote: > Am 30.05.2013 11:30, schrieb Michael S. Tsirkin: > > Looks like dec.c is in pci-host by mistake. > > Moving it over to pci-bridge. > > > > Cc: Andreas Färber > > Signed-off-by: Michael S. Tsirkin > > --- > > hw/pci-bridge/Makefil

Re: [Qemu-devel] [PATCH 1/2] dec.c - move to pci-bridge

2013-05-30 Thread Andreas Färber
Am 30.05.2013 11:30, schrieb Michael S. Tsirkin: > Looks like dec.c is in pci-host by mistake. > Moving it over to pci-bridge. > > Cc: Andreas Färber > Signed-off-by: Michael S. Tsirkin > --- > hw/pci-bridge/Makefile.objs | 2 + > hw/pci-bridge/dec.c | 156 > +

[Qemu-devel] [PATCH 1/2] dec.c - move to pci-bridge

2013-05-30 Thread Michael S. Tsirkin
Looks like dec.c is in pci-host by mistake. Moving it over to pci-bridge. Cc: Andreas Färber Signed-off-by: Michael S. Tsirkin --- hw/pci-bridge/Makefile.objs | 2 + hw/pci-bridge/dec.c | 156 hw/pci-bridge/dec.h | 10 +++ hw/pci-h