Re: [Qemu-devel] [PATCH v5 1/2] Add TEWS TPCI200 IndustryPack emulation

2013-01-14 Thread Alberto Garcia
On Fri, Jan 11, 2013 at 09:28:48PM +0100, Andreas Färber wrote: > I do wonder if adjust_value() can be replaced by switching > MemoryRegion endianness between DEVICE_LITTLE_ENDIAN and > DEVICE_BIG_ENDIAN rather than having it as DEVICE_NATIVE_ENDIAN and > doing a manual bswap16()? Avi had actuall

Re: [Qemu-devel] [PATCH v5 1/2] Add TEWS TPCI200 IndustryPack emulation

2013-01-11 Thread Andreas Färber
Am 11.01.2013 18:25, schrieb Alberto Garcia: > The TPCI200 is a PCI board that supports up to 4 IndustryPack modules. > > A new bus type called 'IndustryPack' has been created so any > compatible module can be attached to this board. > > Signed-off-by: Alberto Garcia Reviewed-by: Andreas Färber

[Qemu-devel] [PATCH v5 1/2] Add TEWS TPCI200 IndustryPack emulation

2013-01-11 Thread Alberto Garcia
The TPCI200 is a PCI board that supports up to 4 IndustryPack modules. A new bus type called 'IndustryPack' has been created so any compatible module can be attached to this board. Signed-off-by: Alberto Garcia --- default-configs/pci.mak |1 + hw/Makefile.objs|3 + hw/ipack.c