>> +## >> +{ 'struct': 'VirtioMEMDeviceInfo', >> + 'data': { '*id': 'str', >> + 'memaddr': 'size', >> + 'requested-size': 'size', >> + 'size': 'size', >> + 'max-size': 'size', >> + 'block-size': 'size', >> + 'node': 'int', >> + 'memdev': 'str' >> + } >> +} >> + >> ## >> # @MemoryDeviceInfo: >> # >> # Union containing information about a memory device >> # >> # nvdimm is included since 2.12. virtio-pmem is included since 4.1. >> +# virtio-mem is included since 5.2. > > but here 5.2. They should probably be the same :) > Thanks! I've been changing these numbers for a couple of releases already, it was meant to go wrong at one point :) -- Thanks, David / dhildenb