summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/kvm/1358287
blob: f71d6fab59a7e630a77492b50f882c4f80fa7b9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
-readconfig file doesn't interpret memory size correctly

I'm running Qemu 2.1 and have issues with the config file format.

Specifically Qemu wrote the following snippet with '-writeconfig':

[memory]
  size = "1024"

However, upon starting a VM with this setting it only receives 128MiB (the default size).

I'm reverting back to using the command line option now - that works.