diff options
Diffstat (limited to 'results/scraper/launchpad-without-comments/1358287')
| -rw-r--r-- | results/scraper/launchpad-without-comments/1358287 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1358287 b/results/scraper/launchpad-without-comments/1358287 new file mode 100644 index 00000000..861eccb8 --- /dev/null +++ b/results/scraper/launchpad-without-comments/1358287 @@ -0,0 +1,12 @@ +-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. \ No newline at end of file |