[Qemu-devel] [Bug 1358287] Re: -readconfig file doesn't interpret memory size correctly

2017-10-28 Thread Christian Theune
Good question. Over time I've got some feedback that the whole config file mechanism is really just a second class citizen anyway. I'm happy for now (running 2.7) and don't really care too much. Nevertheless: I'd be absolutely excited if I could reliably configure (and have nice documentation that

[Qemu-devel] [Bug 1587065] Re: btrfs qemu-ga - multiple mounts block fsfreeze

2017-06-21 Thread Christian Theune
This has been merged in upstream Qemu a while ago. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1587065 Title: btrfs qemu-ga - multiple mounts block fsfreeze Status in QEMU: New Bug descriptio

Re: [Qemu-devel] [PATCH] qga: ignore EBUSY when freezing a filesystem

2017-02-03 Thread Christian Theune
f we try to freeze an >> already frozen filesystem. This can happen if a filesystem >> is mounted more than once (e.g. with a bind mount). >> >> Suggested-by: Christian Theune >> Cc: qemu-sta...@nongnu.org >> Signed-off-by: Peter Lieven > > What happens when y

Re: [Qemu-devel] [PATCH] qga: ignore EBUSY when freezing a filesystem

2017-02-03 Thread Christian Theune
r idea would > > be to track all devices which have been successfully frozen and skip > consecutive > > tries to freeze them. Which will be subject to race conditions as other processes may call freeze/thaw on any device. Those are completely out of our control. Christian -- C

[Qemu-devel] [Bug 1587065] Re: btrfs qemu-ga - multiple mounts block fsfreeze

2016-05-30 Thread Christian Theune
I'm the responder from the Qemu list. I reviewed that C code a while ago when I stumbled over it. If someone helps me through the Qemu patch acceptance process then I'm willing to provide a patch. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribe

[Qemu-devel] [Bug 1358287] Re: -readconfig file doesn't interpret memory size correctly

2014-08-18 Thread Christian Theune
duplicate -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1358287 Title: -readconfig file doesn't interpret memory size correctly Status in QEMU: New Bug description: I'm running Qemu 2.1 and h

[Qemu-devel] [Bug 1358286] [NEW] -readconfig file doesn't interpret memory size correctly

2014-08-18 Thread Christian Theune
*** This bug is a duplicate of bug 1358287 *** https://bugs.launchpad.net/bugs/1358287 Public bug reported: 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

[Qemu-devel] [Bug 1358287] [NEW] -readconfig file doesn't interpret memory size correctly

2014-08-18 Thread Christian Theune
Public bug reported: 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 usi

[Qemu-devel] Selective block migration (still on 0.13)

2012-09-13 Thread Christian Theune
Hi, we're currently still on 0.13, looking forward to a large update soon. :) We haven't been using live migration up until now, but are investigating it to multiple downtimes (restarting updated hosts and restarting updated guests) when doing system updates. So, we're trying to find out whet