On Feb 12, 2008 11:13 AM, Peter Stuge peter@stuge.se wrote:
mainboard-vendor = "Emulation"; mainboard-name = "QEMU x86"; enabled;
Again, is this enabled still needed?
no, it is the default, I keep forgetting to yank it. Fixed.
constructor = "qemuvga_constructors"; cpus {}; domain@0 {
domain@0 --> domain 0
/config/("northbridge/intel/i440bxemulation/dts"); bus@0 {
bus@0 --> bus 0
pci@0,0 {
pci@0,0 --> dev 0 function 1
}; pci@1,0 {
pci@1,0 --> dev 1 function 0
I'm very happy with the above except for the x@y syntax.
I'm happy to see an alternate, although I don't have a problem with the @ myself. I'm used to it from Suns. But propose something reasonable that won't break the parser and we can try it.
I don't even understand all the path types. What are they for the different node types?
see comments above, do they make sense?
ron