Re: [libvirt] [PATCH 12/12] Insert access control checks for virDomainObjPtr into QEMU driver

2012-05-04 Thread Daniel P. Berrange
On Thu, May 03, 2012 at 05:32:05PM -0600, Eric Blake wrote: On 05/02/2012 05:44 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com Inserts the minimal access control checks to the QEMU driver to protect usage of virDomainObjPtr objects. ---

Re: [libvirt] [PATCH 12/12] Insert access control checks for virDomainObjPtr into QEMU driver

2012-05-03 Thread Eric Blake
On 05/02/2012 05:44 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com Inserts the minimal access control checks to the QEMU driver to protect usage of virDomainObjPtr objects. --- src/qemu/qemu_driver.c| 626 +++-- 600

[libvirt] [PATCH 12/12] Insert access control checks for virDomainObjPtr into QEMU driver

2012-05-02 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com Inserts the minimal access control checks to the QEMU driver to protect usage of virDomainObjPtr objects. --- src/qemu/qemu_driver.c| 626 +++-- src/qemu/qemu_migration.c |5 + 2 files changed, 605