Re: [PATCH] util: virdaemon: fix compilation on mingw

2020-03-29 Thread Marc-André Lureau
On Fri, Mar 27, 2020 at 6:41 PM Rafael Fonseca wrote: > > The daemons are not supported on Win32 and therefore were not compiled > in that platform. However, with the daemon code sharing, all the code in > utils *is* compiled and it failed because `waitpid`, `fork`, and > `setsid` are not availabl

Re: RFC: qemu: use uuid instead of name for misc filenames

2020-03-29 Thread nshirokovskiy
On 26.03.2020 20:50, Daniel P. Berrangé wrote: > On Fri, Feb 28, 2020 at 10:09:41AM +0300, Nikolay Shirokovskiy wrote: >> On 27.02.2020 16:48, Daniel P. Berrangé wrote: >>> On Thu, Feb 27, 2020 at 03:57:04PM +0300, Nikolay Shirokovskiy wrote: Hi, everyone.

[PATCH v2] tools: variables clean-up in libvirt-guests script

2020-03-29 Thread Prathamesh Chavan
Redeclared variables in script functions marked as local. Variables `guest_running` and `guests_shutting_down` in the functions 'guest_is_on` and `check_guests_shutdown` were untouched, as the functions returned values in these variables. Signed-off-by: Prathamesh Chavan --- New changes: All the

Re: [PATCH 4/4] docs: documentation for virtio packed option

2020-03-29 Thread Michael S. Tsirkin
On Fri, Mar 27, 2020 at 02:08:48AM +0100, Halil Pasic wrote: > On Thu, 26 Mar 2020 11:32:14 +0100 > Bjoern Walk wrote: > > > + > > + The attribute packed controls the usage of packed > > + virtqueues. > > This reads to me, like if packed='on' is specified, then packed > virtqueues

Re: [PATCH] tools: variables clean-up in libvirt-guests script

2020-03-29 Thread Prathamesh Chavan
> >For my project, 'Introducing job control to the storage driver', > >right now I'm going through the `/src/qemu/THREADS.txt` as well > >as previous work done by Tucker DiNapoli during GSoC'14, as well > >as the proposal of Taowei Luo for GSoC'15. Their email threads > >are surely helping me get a

[PATCH python] tox: Test with Python 3.6, 3.7 and 3.8

2020-03-29 Thread Radostin Stoyanov
Support for Python 2.X has been dropped with commit b22e4f2. Signed-off-by: Radostin Stoyanov --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e8c33f1..de683b9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py