Re: [Qemu-devel] [PATCH for-2.6 0/4] qemu-iotests: don't use /tmp

2016-04-14 Thread Sascha Silbe
Dear Max, Max Reitz writes: [...] > Thanks Sascha, I applied the series to my block tree: Thanks! I've just sent out the last patch from my local queue (fixing =/var/tmp= usage). Barring further discoveries during testing, I'm done for 2.6 now. Sascha -- Softwareentwicklung Sascha Silbe, Nied

Re: [Qemu-devel] [PATCH for-2.6 0/4] qemu-iotests: don't use /tmp

2016-04-12 Thread Max Reitz
On 12.04.2016 16:56, Sascha Silbe wrote: > During review of my other qemu-iotests fixes, Max Reitz noticed a > couple of additional places where qemu-iotests hardcode /tmp. This is > both a security issue and cumbersome when running multiple instances > of qemu-iotests (e.g. different users on a sh

[Qemu-devel] [PATCH for-2.6 0/4] qemu-iotests: don't use /tmp

2016-04-12 Thread Sascha Silbe
During review of my other qemu-iotests fixes, Max Reitz noticed a couple of additional places where qemu-iotests hardcode /tmp. This is both a security issue and cumbersome when running multiple instances of qemu-iotests (e.g. different users on a shared development machine like tuxmaker). Fix them