[libvirt] [PATCH] Initial implementation of new job control api

2014-06-18 Thread Tucker DiNapoli
\ diff --git a/src/util/virjobcontrol.c b/src/util/virjobcontrol.c new file mode 100644 index 000..04a5246 --- /dev/null +++ b/src/util/virjobcontrol.c @@ -0,0 +1,574 @@ +/* + * virjobcontrol.c Core implementation of job control + * + * Copyright (C) 2014 Tucker DiNapoli + * + * This library

[libvirt] [RFC] Atomic Operations

2014-06-04 Thread Tucker DiNapoli
be enhanced by having more comprehensive support for atomic operations. Tucker DiNapoli -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] Job Control API [RFC]

2014-05-21 Thread Tucker DiNapoli
My name is Tucker DiNapoli and I am working on implementing job control for the storage driver for the google summer of code, the first step in doing this is creating and implementing a unified api for job control. Currently there are several places where various aspects of job control

[libvirt] Job Control, Google Summer of Code

2014-05-20 Thread Tucker DiNapoli
Hello everyone, My name is Tucker DiNapoli and I'm going to be working on libvirt this summer for the google summer of code. My project is to implement job control in the storage driver. In order to do that I am first going to create a unified api for job control in libvirt (as it is currently