RE: [PATCH 4/4] drivers:pci:hv: New paravirtual PCI front-end for Hyper-V VMs

2015-08-03 Thread Thomas Gleixner
On Mon, 3 Aug 2015, Jake Oshins wrote: > I do have a question about your last point, though. If I build this > into the kernel, it will need to depend on sending and receiving > messages through the hv_vmbus driver, which isn't built in. It Fair enough. I missed that detail. > seemed like the

RE: [PATCH 4/4] drivers:pci:hv: New paravirtual PCI front-end for Hyper-V VMs

2015-08-03 Thread Jake Oshins
edhat.com; linux- > p...@vger.kernel.org; bhelg...@google.com; x...@kernel.org; Jiang Liu > > Subject: Re: [PATCH 4/4] drivers:pci:hv: New paravirtual PCI front-end for > Hyper-V VMs > > > +static int hv_msi_domain_ops_prepare(struct irq_domain *domain, > > +

Re: [PATCH 4/4] drivers:pci:hv: New paravirtual PCI front-end for Hyper-V VMs

2015-08-03 Thread Dan Carpenter
On Mon, Aug 03, 2015 at 11:18:12AM +0200, Paul Bolle wrote: > On zo, 2015-08-02 at 00:54 +, ja...@microsoft.com wrote: > > --- /dev/null > > +++ b/drivers/pci/host/hv_pcifront.c > > > +static void exit_hv_pci_drv(void) > > +{ > > + vmbus_driver_unregister(&hv_pci_drv); > > +} > > + > > +stat

Re: [PATCH 4/4] drivers:pci:hv: New paravirtual PCI front-end for Hyper-V VMs

2015-08-03 Thread Paul Bolle
On zo, 2015-08-02 at 00:54 +, ja...@microsoft.com wrote: > --- /dev/null > +++ b/drivers/pci/host/hv_pcifront.c > +static void exit_hv_pci_drv(void) > +{ > + vmbus_driver_unregister(&hv_pci_drv); > +} > + > +static int __init init_hv_pci_drv(void) > +{ > + int ret; > + > + /* Regis

Re: [PATCH 4/4] drivers:pci:hv: New paravirtual PCI front-end for Hyper-V VMs

2015-08-02 Thread Thomas Gleixner
On Sun, 2 Aug 2015, ja...@microsoft.com wrote: > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include I seriously doubt, that you ne