search for: bossart

Displaying 20 results from an estimated 50 matches for "bossart".

2023 Aug 25
1
[PATCH 2/5] ALSA: hda/intel: Use pci_get_base_class() to reduce duplicated code
From: Sui Jingfeng <suijingfeng at loongson.cn> Should be no functional change Cc: Jaroslav Kysela <perex at perex.cz> Cc: Takashi Iwai <tiwai at suse.com> Cc: Fred Oh <fred.oh at linux.intel.com> Cc: Pierre-Louis Bossart <pierre-louis.bossart at linux.intel.com> Cc: Kai Vehmanen <kai.vehmanen at linux.intel.com> Cc: Bjorn Helgaas <bhelgaas at google.com> Signed-off-by: Sui Jingfeng <suijingfeng at loongson.cn> --- sound/pci/hda/hda_intel.c | 16 +++++----------- 1 file changed, 5 insertions...
2020 Sep 18
2
[PATCH v6 0/4] Add a vhost RPMsg API
...; Sent: jeudi 17 septembre 2020 07:47 > > To: Arnaud POULIQUEN <arnaud.pouliquen at st.com> > > Cc: kvm at vger.kernel.org; linux-remoteproc at vger.kernel.org; > > virtualization at lists.linux-foundation.org; sound-open-firmware at alsa- > > project.org; Pierre-Louis Bossart <pierre-louis.bossart at linux.intel.com>; Liam > > Girdwood <liam.r.girdwood at linux.intel.com>; Michael S. Tsirkin > > <mst at redhat.com>; Jason Wang <jasowang at redhat.com>; Ohad Ben-Cohen > > <ohad at wizery.com>; Bjorn Andersson <bjorn.ande...
2020 Sep 18
2
[PATCH v6 0/4] Add a vhost RPMsg API
...; Sent: jeudi 17 septembre 2020 07:47 > > To: Arnaud POULIQUEN <arnaud.pouliquen at st.com> > > Cc: kvm at vger.kernel.org; linux-remoteproc at vger.kernel.org; > > virtualization at lists.linux-foundation.org; sound-open-firmware at alsa- > > project.org; Pierre-Louis Bossart <pierre-louis.bossart at linux.intel.com>; Liam > > Girdwood <liam.r.girdwood at linux.intel.com>; Michael S. Tsirkin > > <mst at redhat.com>; Jason Wang <jasowang at redhat.com>; Ohad Ben-Cohen > > <ohad at wizery.com>; Bjorn Andersson <bjorn.ande...
2020 Sep 17
4
[PATCH v6 0/4] Add a vhost RPMsg API
...warnings > > - address comments from Mathieu Poirier > > > > v2: > > - update patch #5 with a correct vhost_dev_init() prototype > > - drop patch #6 - it depends on a different patch, that is currently > > an RFC > > - address comments from Pierre-Louis Bossart: > > * remove "default n" from Kconfig > > > > Linux supports RPMsg over VirtIO for "remote processor" / AMP use > > cases. It can however also be used for virtualisation scenarios, > > e.g. when using KVM to run Linux on both the host and the gu...
2020 Sep 17
4
[PATCH v6 0/4] Add a vhost RPMsg API
...warnings > > - address comments from Mathieu Poirier > > > > v2: > > - update patch #5 with a correct vhost_dev_init() prototype > > - drop patch #6 - it depends on a different patch, that is currently > > an RFC > > - address comments from Pierre-Louis Bossart: > > * remove "default n" from Kconfig > > > > Linux supports RPMsg over VirtIO for "remote processor" / AMP use > > cases. It can however also be used for virtualisation scenarios, > > e.g. when using KVM to run Linux on both the host and the gu...
2020 Sep 17
0
[PATCH v6 0/4] Add a vhost RPMsg API
...ux.intel.com> > Sent: jeudi 17 septembre 2020 07:47 > To: Arnaud POULIQUEN <arnaud.pouliquen at st.com> > Cc: kvm at vger.kernel.org; linux-remoteproc at vger.kernel.org; > virtualization at lists.linux-foundation.org; sound-open-firmware at alsa- > project.org; Pierre-Louis Bossart <pierre-louis.bossart at linux.intel.com>; Liam > Girdwood <liam.r.girdwood at linux.intel.com>; Michael S. Tsirkin > <mst at redhat.com>; Jason Wang <jasowang at redhat.com>; Ohad Ben-Cohen > <ohad at wizery.com>; Bjorn Andersson <bjorn.andersson at linaro...
2020 Sep 18
0
[PATCH v6 0/4] Add a vhost RPMsg API
...i 17 septembre 2020 07:47 >>> To: Arnaud POULIQUEN <arnaud.pouliquen at st.com> >>> Cc: kvm at vger.kernel.org; linux-remoteproc at vger.kernel.org; >>> virtualization at lists.linux-foundation.org; sound-open-firmware at alsa- >>> project.org; Pierre-Louis Bossart <pierre-louis.bossart at linux.intel.com>; Liam >>> Girdwood <liam.r.girdwood at linux.intel.com>; Michael S. Tsirkin >>> <mst at redhat.com>; Jason Wang <jasowang at redhat.com>; Ohad Ben-Cohen >>> <ohad at wizery.com>; Bjorn Andersson <b...
2020 May 26
0
[Sound-open-firmware] [PATCH 5/6] vhost: add an rpmsg API
Hi Pierre, On Tue, May 26, 2020 at 01:30:24PM -0500, Pierre-Louis Bossart wrote: > > > On 5/25/20 8:53 AM, Guennadi Liakhovetski wrote: > > Hi Pierre, > > > > On Sat, May 16, 2020 at 12:00:35PM -0500, Pierre-Louis Bossart wrote: > > > > > > > +config VHOST_RPMSG > > > > + tristate > > > > + depen...
2020 May 29
1
[PATCH v3 0/5] Add a vhost RPMsg API
...warnings > > - address comments from Mathieu Poirier > > > > v2: > > - update patch #5 with a correct vhost_dev_init() prototype > > - drop patch #6 - it depends on a different patch, that is currently > > an RFC > > - address comments from Pierre-Louis Bossart: > > * remove "default n" from Kconfig > > > > Linux supports RPMsg over VirtIO for "remote processor" /AMP use > > cases. It can however also be used for virtualisation scenarios, > > e.g. when using KVM to run Linux on both the host and the gu...
2020 Aug 04
2
[PATCH v4 0/4] Add a vhost RPMsg API
...warnings > > - address comments from Mathieu Poirier > > > > v2: > > - update patch #5 with a correct vhost_dev_init() prototype > > - drop patch #6 - it depends on a different patch, that is currently > > an RFC > > - address comments from Pierre-Louis Bossart: > > * remove "default n" from Kconfig > > > > Linux supports RPMsg over VirtIO for "remote processor" / AMP use > > cases. It can however also be used for virtualisation scenarios, > > e.g. when using KVM to run Linux on both the host and the gu...
2020 Aug 04
2
[PATCH v4 0/4] Add a vhost RPMsg API
...warnings > > - address comments from Mathieu Poirier > > > > v2: > > - update patch #5 with a correct vhost_dev_init() prototype > > - drop patch #6 - it depends on a different patch, that is currently > > an RFC > > - address comments from Pierre-Louis Bossart: > > * remove "default n" from Kconfig > > > > Linux supports RPMsg over VirtIO for "remote processor" / AMP use > > cases. It can however also be used for virtualisation scenarios, > > e.g. when using KVM to run Linux on both the host and the gu...
2020 Sep 18
3
[PATCH v6 0/4] Add a vhost RPMsg API
...07:47 > >>> To: Arnaud POULIQUEN <arnaud.pouliquen at st.com> > >>> Cc: kvm at vger.kernel.org; linux-remoteproc at vger.kernel.org; > >>> virtualization at lists.linux-foundation.org; sound-open-firmware at alsa- > >>> project.org; Pierre-Louis Bossart <pierre-louis.bossart at linux.intel.com>; Liam > >>> Girdwood <liam.r.girdwood at linux.intel.com>; Michael S. Tsirkin > >>> <mst at redhat.com>; Jason Wang <jasowang at redhat.com>; Ohad Ben-Cohen > >>> <ohad at wizery.com>; Bjorn...
2020 Sep 18
3
[PATCH v6 0/4] Add a vhost RPMsg API
...07:47 > >>> To: Arnaud POULIQUEN <arnaud.pouliquen at st.com> > >>> Cc: kvm at vger.kernel.org; linux-remoteproc at vger.kernel.org; > >>> virtualization at lists.linux-foundation.org; sound-open-firmware at alsa- > >>> project.org; Pierre-Louis Bossart <pierre-louis.bossart at linux.intel.com>; Liam > >>> Girdwood <liam.r.girdwood at linux.intel.com>; Michael S. Tsirkin > >>> <mst at redhat.com>; Jason Wang <jasowang at redhat.com>; Ohad Ben-Cohen > >>> <ohad at wizery.com>; Bjorn...
2020 May 27
10
[PATCH v3 0/5] Add a vhost RPMsg API
v3: - address several checkpatch warnings - address comments from Mathieu Poirier v2: - update patch #5 with a correct vhost_dev_init() prototype - drop patch #6 - it depends on a different patch, that is currently an RFC - address comments from Pierre-Louis Bossart: * remove "default n" from Kconfig Linux supports RPMsg over VirtIO for "remote processor" /AMP use cases. It can however also be used for virtualisation scenarios, e.g. when using KVM to run Linux on both the host and the guests. This patch set adds a wrapper API to facilita...
2020 May 27
10
[PATCH v3 0/5] Add a vhost RPMsg API
v3: - address several checkpatch warnings - address comments from Mathieu Poirier v2: - update patch #5 with a correct vhost_dev_init() prototype - drop patch #6 - it depends on a different patch, that is currently an RFC - address comments from Pierre-Louis Bossart: * remove "default n" from Kconfig Linux supports RPMsg over VirtIO for "remote processor" /AMP use cases. It can however also be used for virtualisation scenarios, e.g. when using KVM to run Linux on both the host and the guests. This patch set adds a wrapper API to facilita...
2020 Jul 22
13
[PATCH v4 0/4] Add a vhost RPMsg API
...s to comply with the VirtIO standard v3: - address several checkpatch warnings - address comments from Mathieu Poirier v2: - update patch #5 with a correct vhost_dev_init() prototype - drop patch #6 - it depends on a different patch, that is currently an RFC - address comments from Pierre-Louis Bossart: * remove "default n" from Kconfig Linux supports RPMsg over VirtIO for "remote processor" / AMP use cases. It can however also be used for virtualisation scenarios, e.g. when using KVM to run Linux on both the host and the guests. This patch set adds a wrapper API to facilit...
2020 Jul 22
13
[PATCH v4 0/4] Add a vhost RPMsg API
...s to comply with the VirtIO standard v3: - address several checkpatch warnings - address comments from Mathieu Poirier v2: - update patch #5 with a correct vhost_dev_init() prototype - drop patch #6 - it depends on a different patch, that is currently an RFC - address comments from Pierre-Louis Bossart: * remove "default n" from Kconfig Linux supports RPMsg over VirtIO for "remote processor" / AMP use cases. It can however also be used for virtualisation scenarios, e.g. when using KVM to run Linux on both the host and the guests. This patch set adds a wrapper API to facilit...
2004 Aug 26
5
GLMM
...---------------------------- ------------------------------------------------ This appears to be problem with the grouping variable, yet there are no missing values and the data were sorted on this variable prior to being read into R. Any suggestions would be greatly appreciated. Robert Bossarte, PhD EIS Officer Division of Violence Prevention National Center for Injury Prevention and Control Centers for Disease Control and Prevention 4770 Buford Highway, NE - Mailstop K-60 Atlanta, GA 30341 (770) 488-1529 [[alternative HTML version deleted]]
2020 May 25
0
[Sound-open-firmware] [PATCH 5/6] vhost: add an rpmsg API
Hi Pierre, On Sat, May 16, 2020 at 12:00:35PM -0500, Pierre-Louis Bossart wrote: > > > +config VHOST_RPMSG > > + tristate > > + depends on VHOST > > depends on RPMSG_VIRTIO? No, RPMSG_VIRTIO is used on the guest side, VHOST_RPMSG (as well as all other vhost drivers) on the host side. > > + default n > > not needed Ok, will re...
2020 May 29
0
[PATCH v3 0/5] Add a vhost RPMsg API
...: > - address several checkpatch warnings > - address comments from Mathieu Poirier > > v2: > - update patch #5 with a correct vhost_dev_init() prototype > - drop patch #6 - it depends on a different patch, that is currently > an RFC > - address comments from Pierre-Louis Bossart: > * remove "default n" from Kconfig > > Linux supports RPMsg over VirtIO for "remote processor" /AMP use > cases. It can however also be used for virtualisation scenarios, > e.g. when using KVM to run Linux on both the host and the guests. > This patch set...