Re: [PATCH 4/5] kvm tools: initialize msi flags to zero even is not used yet

2012-10-25 Thread William Dauchy
On Oct25 10:07, Pekka Enberg wrote: > It is initialized to zero by default as per C struct initialization, isn't > it? Does this fix a problem you are experiencing? no, just a security since kvm checks it. Anyway you can ignore this patch if you want. -- William signature.asc Description: Digi

Re: [PATCH 4/5] kvm tools: initialize msi flags to zero even is not used yet

2012-10-25 Thread Pekka Enberg
On Wed, 24 Oct 2012, William Dauchy wrote: > kvm explictly checks if msi flags is equal to zero before going > further; just make sure it is correctly initialized. > > Signed-off-by: William Dauchy > --- > tools/kvm/virtio/pci.c |1 + > 1 file changed, 1 insertion(+) > > diff --git a/tools/

[PATCH 4/5] kvm tools: initialize msi flags to zero even is not used yet

2012-10-24 Thread William Dauchy
kvm explictly checks if msi flags is equal to zero before going further; just make sure it is correctly initialized. Signed-off-by: William Dauchy --- tools/kvm/virtio/pci.c |1 + 1 file changed, 1 insertion(+) diff --git a/tools/kvm/virtio/pci.c b/tools/kvm/virtio/pci.c index f4ea3c9..0297