On 07/30/10 - 11:55:39AM, Eric Blake wrote:
On 07/30/2010 11:37 AM, Chris Lalancette wrote:
> Signed-off-by: Chris Lalancette <clalance(a)redhat.com>
> ---
> src/conf/domain_conf.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
> index 04c417e..ca4bc6e 100644
> --- a/src/conf/domain_conf.c
> +++ b/src/conf/domain_conf.c
> @@ -99,7 +99,7 @@ VIR_ENUM_IMPL(virDomainDeviceAddress,
VIR_DOMAIN_DEVICE_ADDRESS_TYPE_LAST,
> "none",
> "pci",
> "drive",
> - "virtio-serial");
> + "virtio-serial")
>
ACK; practically qualifies as trivial.
Yeah, I was going to push it as trivial, but I was posting other patches
anyway so I just posted it as well. Thanks, pushed.
--
Chris Lalancette