v2 - fix things spotted by Daniel. 1, 3, and 4 are unchanged;
2 and 5 modified slightly (see patch for detail), and 6 dropped.
Eric Blake (5):
libvirt: introduce domainCreateWithFlags API
remote: protocol implementation for virDomainCreateWithFlags
drivers: add virDomainCreateWithFlags if virDomainCreate exists
qemu: support starting persistent domain paused
virsh: add start --paused support
daemon/remote.c | 27 +++++++++++++++++++++
daemon/remote_dispatch_args.h | 1 +
daemon/remote_dispatch_prototypes.h | 8 ++++++
daemon/remote_dispatch_ret.h | 1 +
daemon/remote_dispatch_table.h | 5 ++++
include/libvirt/libvirt.h.in | 2 +
src/driver.h | 6 ++++-
src/esx/esx_driver.c | 11 +++++++-
src/libvirt.c | 45 ++++++++++++++++++++++++++++++++++-
src/libvirt_public.syms | 6 ++++
src/lxc/lxc_driver.c | 21 ++++++++++++++-
src/opennebula/one_driver.c | 10 +++++++-
src/openvz/openvz_driver.c | 11 +++++++-
src/phyp/phyp_driver.c | 1 +
src/qemu/qemu_driver.c | 26 +++++++++++++++----
src/remote/remote_driver.c | 33 +++++++++++++++++++++++++
src/remote/remote_protocol.c | 20 +++++++++++++++
src/remote/remote_protocol.h | 16 ++++++++++++
src/remote/remote_protocol.x | 14 +++++++++-
src/remote_protocol-structs | 7 +++++
src/test/test_driver.c | 9 ++++++-
src/uml/uml_driver.c | 8 +++++-
src/vbox/vbox_tmpl.c | 9 ++++++-
src/xen/xen_driver.c | 11 +++++++-
src/xenapi/xenapi_driver.c | 20 ++++++++++++++-
tools/virsh.c | 9 ++++++-
tools/virsh.pod | 7 ++++-
27 files changed, 319 insertions(+), 25 deletions(-)