Statistics
| Branch: | Revision:

root / hw / empty_slot.c @ ba7cb5a8

History | View | Annotate | Download (2.3 kB)

# Date Author Comment
1a00282a 04/15/2011 09:16 pm Stefan Weil

sparc: Fix assertion caused by empty memory slot with 0 byte

If the memory size given on the command line is equal to the
maximum size of memory defined by the hardware, there is no
"empty slot" after physical memory.

The following command

qemu-system-sparc -m 256...
2507c12a 12/11/2010 05:24 pm Alexander Graf

Add endianness as io mem parameter

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...

da9fcfa5 04/18/2010 11:55 am Artyom Tarasenko

create empty_slot device

The empty_slot device emulates known to a bus but not connected devices.

Signed-off-by: Artyom Tarasenko <>
Signed-off-by: Blue Swirl <>