diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 19:39:53 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 19:39:53 +0200 |
| commit | dee4dcba78baf712cab403d47d9db319ab7f95d6 (patch) | |
| tree | 418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/deepseek-r1:14b/output/files/726619 | |
| parent | 4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff) | |
| download | qemu-analysis-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz qemu-analysis-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip | |
restructure results
Diffstat (limited to 'results/classifier/deepseek-r1:14b/output/files/726619')
| -rw-r--r-- | results/classifier/deepseek-r1:14b/output/files/726619 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/results/classifier/deepseek-r1:14b/output/files/726619 b/results/classifier/deepseek-r1:14b/output/files/726619 new file mode 100644 index 000000000..8ff39576b --- /dev/null +++ b/results/classifier/deepseek-r1:14b/output/files/726619 @@ -0,0 +1,14 @@ + +loadvm does not load (offline) snapshot anymore + +qemu Version: 0.14.0 +The problem is present in the current code from git master as well. + +Loading a snapshot that was created while qemu was not running (using qemu-img) does not seem to work anymore. + +Using "loadvm <snapshot-id>" in the qemu monitor does not have the desired effect. Not even an error message is displayed. + +I was able to track down the problem (using git bisect) to this commit: +http://git.qemu.org/qemu.git/commit/?id=f0aa7a8b2d518c54430e4382309281b93e51981a + +After reverting that commit in my local git checkout everything is workin as expected again. \ No newline at end of file |