{
"arch": "$ARCH",
"memory": "1G",
+ "ncpu": 1,
"machine": "q35",
"cpu": {
"type": "base",
"addr": ":12345",
"logfile": "lunaix_ttyS0.log"
},
+ {
+ "class": "pci-serial",
+ "logfile": "ttyPCI0.log"
+ },
+ {
+ "class": "pci-serial",
+ "logfile": "ttyPCI1.log"
+ },
{
"class": "rtc",
"base": "utc"
"img": "$KIMG",
"ro": true,
"format": "raw"
+ },
+ {
+ "type": "ide-hd",
+ "img": "$EXT2_TEST_DISC",
+ "format": "raw"
}
]
},