]> git.proxmox.com Git - mirror_qemu.git/commit - Makefile.objs
e1000: Make little endian
authorAlexander Graf <agraf@suse.de>
Wed, 8 Dec 2010 11:05:42 +0000 (12:05 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 11 Dec 2010 15:24:26 +0000 (15:24 +0000)
commit32600a309f34ab173bbb79de73e85b7879d235bf
tree22bf8caf993e10e30e411715fd9c416269e5e1f0
parentf23cea4d04287c2e7c1bb614c84c3b0086bcb7d3
e1000: Make little endian

The e1000 has compatibility code to handle big endianness which makes it
mandatory to be recompiled on different targets.

With the generic mmio endianness solution, there's no need for that anymore.
We just declare all mmio to be little endian and call it a day.

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 <agraf@suse.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile.objs
Makefile.target
hw/e1000.c