Daniel P. Berrange 4ae4ae4ba4 Store parsed query parameters directly in the virURIPtr struct
Avoid the need for each driver to parse query parameters itself
by storing them directly in the virURIPtr struct. The parsing
code is a copy of that from src/util/qparams.c  The latter will
be removed in a later patch

* src/util/viruri.h: Add query params to virURIPtr
* src/util/viruri.c: Parse query parameters when creating virURIPtr
* tests/viruritest.c: Expand test to cover params

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2012-03-23 13:23:12 +00:00
..
2011-12-05 13:02:54 +01:00
2012-03-15 12:24:56 +08:00
2012-03-15 12:24:56 +08:00
2012-02-06 09:35:47 +01:00
2011-12-01 13:49:20 -07:00
2012-03-23 12:59:16 +00:00
2011-12-01 13:49:20 -07:00
2011-12-01 14:12:59 -07:00
2011-12-01 14:12:59 -07:00
2012-03-07 18:24:44 -07:00