[libvirt] [PATCH] domain: Fix PCI address decimal parsing regression

2010-04-30 Thread Cole Robinson
hostdev address parsing previously attempted to detect the number base: currently it is hardcoded to base 16, which can break PCI assignment via virt-manager. Revert to the previous behavior. Signed-off-by: Cole Robinson crobi...@redhat.com --- src/conf/domain_conf.c |8 1 files

Re: [libvirt] [PATCH] domain: Fix PCI address decimal parsing regression

2010-04-30 Thread Daniel Veillard
On Fri, Apr 30, 2010 at 11:44:18AM -0400, Cole Robinson wrote: hostdev address parsing previously attempted to detect the number base: currently it is hardcoded to base 16, which can break PCI assignment via virt-manager. Revert to the previous behavior. Signed-off-by: Cole Robinson