On Thu, Jun 28, 2012 at 6:59 PM, Jack Sitnikov <[email protected]> wrote:
> Thank you all.
> Generate from git format-patch:
>
> From 7565c856efe5ddda635e4723724cc7118ac28151 Mon Sep 17 00:00:00 2001
> From: Jack <[email protected]>
> Date: Thu, 28 Jun 2012 20:39:17 +0400
> Subject: [PATCH] Add PCI passthrough for hvm xen


> +    if pci_pass:
> +        pci_pass_arr = pci_pass.split(";")
> +        config.write("pci = %s \n" % pci_pass_arr)

Is that a space before the newline? If it's not useful, it's better to
avoid it, as it might create problems with parsing.

Bernardo

Reply via email to