mirror of https://github.com/xqemu/xqemu.git
s390x/virtio: old machine leftovers
Remove some now unused #defines. Reviewed-By: Sascha Silbe <silbe@linux.vnet.ibm.com> Reviewed-by: Halil Pasic <pasic@linux.vnet.ibm.com> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
This commit is contained in:
parent
fe345a3d5d
commit
99abd0d6f7
|
@ -54,8 +54,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define MAX_BLK_DEVS 10
|
#define MAX_BLK_DEVS 10
|
||||||
#define S390_MACHINE "s390-virtio"
|
|
||||||
#define TYPE_S390_MACHINE MACHINE_TYPE_NAME(S390_MACHINE)
|
|
||||||
|
|
||||||
#define S390_TOD_CLOCK_VALUE_MISSING 0x00
|
#define S390_TOD_CLOCK_VALUE_MISSING 0x00
|
||||||
#define S390_TOD_CLOCK_VALUE_PRESENT 0x01
|
#define S390_TOD_CLOCK_VALUE_PRESENT 0x01
|
||||||
|
|
Loading…
Reference in New Issue