Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add endianness as io mem parameter | Alexander Graf | 2010-12-11 | 1 | -1/+2 |
| | | | | | | | | | | | | | As stated before, devices can be little, big or native endian. The target endianness is not of their concern, so we need to push things down a level. This patch adds a parameter to cpu_register_io_memory that allows a device to choose its endianness. For now, all devices simply choose native endian, because that's the same behavior as before. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Blue Swirl <blauwirbel@gmail.com> | ||||
* | create empty_slot device | Artyom Tarasenko | 2010-04-18 | 1 | -0/+92 |
The empty_slot device emulates known to a bus but not connected devices. Signed-off-by: Artyom Tarasenko <atar4qemu@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com> |