[Qemu-devel] [PATCH 15/15] usb_ohci: Always use little endian

2010-12-08 Thread Alexander Graf
This patch replaces explicit bswaps with endianness hints to the mmio layer. Because we don't depend on the target endianness anymore, we can also move the driver over to Makefile.objs. Signed-off-by: Alexander Graf --- Makefile.objs |1 + Makefile.target |3 --- hw/usb-ohci.c |

[Qemu-devel] [PATCH 15/15] usb_ohci: Always use little endian

2010-11-30 Thread Alexander Graf
This patch replaces explicit bswaps with endianness hints to the mmio layer. Because we don't depend on the target endianness anymore, we can also move the driver over to Makefile.objs. Signed-off-by: Alexander Graf --- Makefile.objs |1 + Makefile.target |3 --- hw/usb-ohci.c |

[Qemu-devel] [PATCH 15/15] usb_ohci: Always use little endian

2010-11-25 Thread Alexander Graf
This patch replaces explicit bswaps with endianness hints to the mmio layer. Because we don't depend on the target endianness anymore, we can also move the driver over to Makefile.objs. Signed-off-by: Alexander Graf --- Makefile.objs |1 + Makefile.target |3 --- hw/usb-ohci.c |