Statistics
| Branch: | Revision:

root / default-configs / sparc-softmmu.mak @ 2c50e26e

History | View | Annotate | Download (168 Bytes)

# Date Author Comment
676d9b9b 04/18/2010 11:55 am Artyom Tarasenko

sparc32 use empty_slot for missing RAM v1

use empty_slot device for the RAM which is not installed

Models without ECC don't trap when missing ram is accessed.

v0->v1 compile only once and fix indentation

Signed-off-by: Artyom Tarasenko <>...

61d3cf93 04/05/2010 09:57 pm Paul Brook

OHCI qdev conversion

Convert remaining OHCI devices to QDEV interface.

Signed-off-by: Paul Brook <>

b305b9d7 03/27/2010 12:41 am Alexander Graf

target-s390: Don't compile in virtio-pci

As soon as virtio-pci.c gets compiled and used on S390 the internal qdev magic
gets confused and tries to give us PCI devices instead of S390 virtio devices.

Since we don't have PCI on S390, we can safely not compile virtio-pci at all....

35da37e1 03/21/2010 09:47 pm Blue Swirl

Compile fdc only once

Signed-off-by: Blue Swirl <>

5f74377c 10/09/2009 05:17 am Juan Quintela

Only compile ptimer when one target uses it

Patchworks-ID: 35207
Signed-off-by: Juan Quintela <>
Signed-off-by: Anthony Liguori <>

065c7a36 10/09/2009 05:17 am Juan Quintela

Only compile ecc when one target uses it

Patchworks-ID: 35203
Signed-off-by: Juan Quintela <>
Signed-off-by: Anthony Liguori <>

9f376df1 10/09/2009 05:17 am Juan Quintela

Only compile esp when one target uses it

Patchworks-ID: 35206
Signed-off-by: Juan Quintela <>
Signed-off-by: Anthony Liguori <>

2f3c407d 10/09/2009 05:17 am Juan Quintela

Only compile escc when one target uses it

Patchworks-ID: 35205
Signed-off-by: Juan Quintela <>
Signed-off-by: Anthony Liguori <>

626b2a65 10/09/2009 05:17 am Juan Quintela

Only compile m48t59 when one target uses it

Patchworks-ID: 35204
Signed-off-by: Juan Quintela <>
Signed-off-by: Anthony Liguori <>

86e1d113 10/09/2009 05:17 am Juan Quintela

Only compile qdev_addr when one target uses it

Patchworks-ID: 35201
Signed-off-by: Juan Quintela <>
Signed-off-by: Anthony Liguori <>

1f3d3c8f 10/09/2009 05:17 am Juan Quintela

Add new config-devices.mak for each target

We generate config-devices.h from there automatically.
We need to do it in main Makefile, because we are going to need a main
Makefile for them.

Patchworks-ID: 35196
Signed-off-by: Juan Quintela <>...