[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <52AED5BF020000780010D869@nat28.tlf.novell.com>
Date: Mon, 16 Dec 2013 09:28:15 +0000
From: "Jan Beulich" <JBeulich@...e.com>
To: "Konrad Rzeszutek Wilk" <konrad.wilk@...cle.com>
Cc: <gordan@...ich.net>, <xen-devel@...ts.xenproject.org>,
<linux-kernel@...r.kernel.org>
Subject: Re: [Xen-devel] [RFC PATCH 4/5] xen/pciback: Move the FLR code
to a function.
>>> On 13.12.13 at 17:09, Konrad Rzeszutek Wilk <konrad.wilk@...cle.com> wrote:
> +void pcistub_reset_pci_dev(struct pci_dev *dev)
> +{
> + /* This is OK - we are running from workqueue context
> + * and want to inhibit the user from fiddling with 'reset'
> + */
> +
> + dev_dbg(&dev->dev, "resetting (FLR, D3, etc) the device\n");
> +
> + pci_reset_function(dev);
> + pci_restore_state(dev);
> +
> + /* This disables the device. */
> + xen_pcibk_reset_device(dev);
> +
> + /* And cleanup up our emulated fields. */
> + xen_pcibk_config_reset_dev(dev);
> +}
Ah, here it comes. Improperly split series then...
Jan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists