1. 14 3月, 2008 1 次提交
    • A
      e1000: fix endianness issues · 6b59fc74
      aurel32 提交于
      This patch fixes endianness issues in the e1000 nic emulation, which
      currently only works on little endian hosts with little endian targets.
      
      Byte swapping does not depend on host endianness, so this patch remove
      the use of cpu_to_le32 and le32_to_cpu functions. It depends on the path
      from the CPU to the device, which is currently and *wrongly* implemented
      in Qemu as a byteswap on big endian targets. This patch does the same
      as in other devices emulation as all the currently implemented targets
      work with this implementation.
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4046 c046a42c-6fe2-441c-8c8c-71466251a162
      6b59fc74
  2. 10 3月, 2008 1 次提交
  3. 10 2月, 2008 2 次提交
  4. 03 2月, 2008 1 次提交