git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4055 c046a42c-6fe2-441c-8c8c-71466251a162
ds1225y nvram: Fix some bugs
- whole nvram was erased in some conditions- fix out of range accesses- improve reading speed by keeping contents in memory- rename capacity to chip_size
(Hervé Poussineau)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4051 c046a42c-6fe2-441c-8c8c-71466251a162
e1000: fix endianness issues
This patch fixes endianness issues in the e1000 nic emulation, whichcurrently only works on little endian hosts with little endian targets.
Byte swapping does not depend on host endianness, so this patch removethe use of cpu_to_le32 and le32_to_cpu functions. It depends on the path...
rtl8139: fix endianness on big endian targets
On big endian targets with mmio accesses, the values are not alwaysswapped, depending on the accessed register. The Linux 8139too modulewas able to cope with that, but not the 8139cp one.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4045 c046a42c-6fe2-441c-8c8c-71466251a162
Convert from DOS to UNIX format, no code change.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4043 c046a42c-6fe2-441c-8c8c-71466251a162
GT64XXX: fix endianness issues:
- Byte swapping for internal GT64XXX registers is controlled by the bit 12 of the Configuration Register and not by the PCI Internal Command register.- The bit 0 of the PCI Internal Command register controls byte swapping...
Change the e1000 mmio addr space according to spec.
According to the Intel 82540EM manual, the mmio space is128k size.Copied from Xen list and noted by tina..yang@oracle.com
Signed-off-by: Dor Laor <dor.laor@qumranet.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4032 c046a42c-6fe2-441c-8c8c-71466251a162
Fix some functions declared () rather than (void) (Ian Jackson)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4029 c046a42c-6fe2-441c-8c8c-71466251a162
Split OMAP DMA out to a file apart.Rename omap files to better reflect OMAP1-specific parts.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4025 c046a42c-6fe2-441c-8c8c-71466251a162
Check for out of range update regions (original patch from Anthony Liguori).
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4024 c046a42c-6fe2-441c-8c8c-71466251a162
View revisions
Also available in: Atom