228,232d227
< # Use SimpleMemory with the null option since this memory is only used
< # for determining which addresses are within the range of the memory.
< # No space allocation is required.
< system.physmem = SimpleMemory(range=AddrRange(options.mem_size),
< null = True)