Re: mmotm 2009-06-09-17-52 uploaded (kvm)

2009-06-10 Thread Randy Dunlap
a...@linux-foundation.org wrote: > The mm-of-the-moment snapshot 2009-06-09-17-52 has been uploaded to > >http://userweb.kernel.org/~akpm/mmotm/ > > and will soon be available at > >git://git.zen-sources.org/zen/mmotm.git > > It contains the following patches against 2.6.30-rc8: build-

Re: [patch] eventfd - revised interface and cleanups

2009-06-23 Thread Randy Dunlap
Davide Libenzi wrote: > The following patch changes the eventfd interface to de-couple the eventfd > memory context, from the file pointer instance. > Without such change, there is no clean way to racely free handle the > POLLHUP event sent when the last instance of the file* goes away. > Also, n

Re: KVM guest: fix build with CONFIG_KVM_GUEST=n

2011-07-19 Thread Randy Dunlap
On Tue, 19 Jul 2011 12:46:22 -0300 Marcelo Tosatti wrote: > > Fix build with CONFIG_KVM_GUEST=n. > > Signed-off-by: Marcelo Tosatti Reported-by: Randy Dunlap Acked-by: Randy Dunlap Thanks. > > diff --git a/arch/x86/include/asm/kvm_para.h b/arch/x86/include/asm/kvm_para

[PATCH -next] kvm: fix TASK_DELAY_ACCT kconfig warning

2011-07-25 Thread Randy Dunlap
From: Randy Dunlap Fix kconfig dependency warning: warning: (KVM) selects TASK_DELAY_ACCT which has unmet direct dependencies (TASKSTATS) Signed-off-by: Randy Dunlap --- arch/x86/kvm/Kconfig |1 + 1 file changed, 1 insertion(+) --- linux-next-20110725.orig/arch/x86/kvm/Kconfig

[PATCH -next] kvm: uses TASKSTATS, depends on NET

2011-08-02 Thread Randy Dunlap
From: Randy Dunlap CONFIG_TASKSTATS just had a change to use netlink, including a change to "depends on NET". Since "select" does not follow dependencies, KVM also needs to depend on NET to prevent build errors when CONFIG_NET is not enabled. Sample of the reported "u

Re: linux-next: Tree for Sept 29 (kvm)

2011-09-29 Thread Randy Dunlap
On 09/28/11 23:57, Stephen Rothwell wrote: > Hi all, > > The linux-next tree is now available from > git://github.com/sfrothwell/linux-next.git as a temporary measure while > the kernel.org servers are unavailable. kvm build on i386 says: ERROR: "__udivdi3" [arch/x86/kvm/kvm.ko] undefined! whi

Re: [PATCH] KVM: x86: Use do_div for tsc deadline calculation

2011-09-30 Thread Randy Dunlap
On 09/30/11 04:50, Jan Kiszka wrote: > Required on i386 hosts. > > Signed-off-by: Jan Kiszka Reported-by: Randy Dunlap Acked-by: Randy Dunlap Thanks. > --- > arch/x86/kvm/lapic.c |7 --- > 1 files changed, 4 insertions(+), 3 deletions(-) > > diff --git

Re: [PATCH 3.2] KVM: Make KVM_INTEL depend on CPU_SUP_INTEL

2011-12-16 Thread Randy Dunlap
4): undefined reference to `perf_guest_get_msrs' > > Reported-by: Ingo Molnar > Reported-by: Randy Dunlap > Signed-off-by: Avi Kivity Acked-by: Randy Dunlap Thanks. > --- > arch/x86/kvm/Kconfig |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff -

Re: linux-next: Tree for Feb 2 (kvmtool)

2012-02-02 Thread Randy Dunlap
On 02/01/2012 07:45 PM, Stephen Rothwell wrote: > Hi all, > > Changes since 20120201: On some randconfig i386 builds, I am seeing this: warning: (KVMTOOL_TEST_ENABLE && AMD_IOMMU) selects PCI_MSI which has unmet direct dependencies (PCI && ARCH_SUPPORTS_MSI) because ARCH_SUPPORTS_MSI needs bo

Re: linux-next: Tree for Apr 24 (kvm)

2012-04-24 Thread Randy Dunlap
On 04/23/2012 10:43 PM, Stephen Rothwell wrote: > Hi all, > > There will probably be no linux-next release until April 30 as I am > taking a break. > > Changes since 20120423: on i386: CC [M] arch/x86/kvm/emulate.o arch/x86/kvm/emulate.c: Assembler messages: arch/x86/kvm/emulate.c:4122: Er

Re: [PATCH] Documentation/kvm : Add documentation on Hypercalls

2012-05-31 Thread Randy Dunlap
On 05/31/2012 01:01 AM, Raghavendra K T wrote: > From: Raghavendra K T > > Thanks Alex for KVM_HC_FEATURES inputs and Jan for VAPIC_POLL_IRQ > > Signed-off-by: Raghavendra K T > --- > diff --git a/Documentation/virtual/kvm/hypercalls.txt > b/Documentation/virtual/kvm/hypercalls.txt > new fi

Re: [PATCH] apic: fix kvm build on UP without IOAPIC

2012-07-01 Thread Randy Dunlap
iler. > > Warning: a .config with apic disabled doesn't seem to boot > for me (even without this patch). Still verifying why, > meanwhile this patch is compile-tested only. > > Signed-off-by: Michael S. Tsirkin Reported-by: Randy Dunlap Acked-by: Randy Dunlap Thanks. &

Re: linux-next: Tree for June 29 (kvm)

2012-07-01 Thread Randy Dunlap
On 07/01/2012 03:56 AM, Michael S. Tsirkin wrote: > On Sun, Jul 01, 2012 at 12:49:53PM +0300, Avi Kivity wrote: >> On 07/01/2012 12:44 PM, Michael S. Tsirkin wrote: >>> On Sun, Jul 01, 2012 at 12:41:45PM +0300, Avi Kivity wrote: >>>> On 06/29/2012 09:05 PM, Randy Dun

Re: linux-next: Tree for Mar 7 (kvm)

2012-03-07 Thread Randy Dunlap
On 03/06/2012 11:10 PM, Stephen Rothwell wrote: > Hi all, > > Changes since 20120306: > > The kvm tree lost its build failure. I'm getting this build error on X86_32 (i386): arch/x86/kvm/x86.c:1042: Error: no instruction mnemonic suffix given and no register operands; can't size instruction

Re: linux-next: Tree for November 22 (kvm)

2010-11-22 Thread Randy Dunlap
On Mon, 22 Nov 2010 13:49:11 +1100 Stephen Rothwell wrote: > Hi all, > > Changes since 20101119: kvm.c:(.init.text+0x11f49): undefined reference to `kvm_register_clock' when CONFIG_KVM_CLOCK is not enabled. --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code **

Re: linux-next: Tree for November 22 (kvm)

2010-11-29 Thread Randy Dunlap
On Mon, 22 Nov 2010 13:26:27 -0800 Randy Dunlap wrote: > On Mon, 22 Nov 2010 13:49:11 +1100 Stephen Rothwell wrote: > > > Hi all, > > > > Changes since 20101119: > > > kvm.c:(.init.text+0x11f49): undefined reference to `kvm_register_clock' > > w

Re: linux-next: Tree for November 22 (kvm)

2010-11-29 Thread Randy Dunlap
On 11/29/10 09:47, Zachary Amsden wrote: > On 11/29/2010 06:35 AM, Avi Kivity wrote: >> On 11/29/2010 06:33 PM, Randy Dunlap wrote: >>> On Mon, 22 Nov 2010 13:26:27 -0800 Randy Dunlap wrote: >>> >>> > On Mon, 22 Nov 2010 13:49:11 +1100 Stephe

Re: linux-next: Tree for November 22 (kvm)

2010-11-29 Thread Randy Dunlap
On 11/29/10 10:08, Zachary Amsden wrote: > On 11/29/2010 07:52 AM, Randy Dunlap wrote: >> On 11/29/10 09:47, Zachary Amsden wrote: >> >>> On 11/29/2010 06:35 AM, Avi Kivity wrote: >>> >>>> On 11/29/2010 06:33 PM, Randy Dunlap wrote: >>

Re: [PATCH v16 14/17]Add a kconfig entry and make entry for mp device.

2010-12-01 Thread Randy Dunlap
On Wed, 1 Dec 2010 16:08:25 +0800 xiaohui@intel.com wrote: > From: Xin Xiaohui > > Signed-off-by: Xin Xiaohui > Reviewed-by: Jeff Dike > --- > drivers/vhost/Kconfig | 10 ++ > drivers/vhost/Makefile |2 ++ > 2 files changed, 12 insertions(+), 0 deletions(-) > > diff --git

Re: linux-next: Tree for November 22 (kvm)

2010-12-10 Thread Randy Dunlap
On Mon, 29 Nov 2010 08:08:30 -1000 Zachary Amsden wrote: > On 11/29/2010 07:52 AM, Randy Dunlap wrote: > > On 11/29/10 09:47, Zachary Amsden wrote: > > > >> On 11/29/2010 06:35 AM, Avi Kivity wrote: > >> > >>> On 11/29/2010 06:33 PM, Randy

Re: linux-next: Tree for December 17 (kvm)

2010-12-17 Thread Randy Dunlap
On Fri, 17 Dec 2010 17:32:37 +1100 Stephen Rothwell wrote: > Hi all, > > [The mirroring on kernel.org is running slowly] > > Changes since 20101216: on i386 builds, I'm seeing this build error: arch/x86/kvm/vmx.c:488: Error:bad register name `%sil' but I don't see what is causing it... ker

Re: [PATCH] KVM: VMX: Correct asm constraint in vmcs_load()

2010-12-20 Thread Randy Dunlap
On 12/20/10 01:06, Avi Kivity wrote: > 'error' is byte sized, so use a byte register constraint. Hm, OK, but I still get the same build error. > Signed-off-by: Avi Kivity > --- > arch/x86/kvm/vmx.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/x86/kvm/vmx

Re: [PATCH] KVM: VMX: Correct asm constraint in vmcs_load()

2010-12-20 Thread Randy Dunlap
On 12/20/10 09:47, Avi Kivity wrote: > On 12/20/2010 06:56 PM, Randy Dunlap wrote: >> On 12/20/10 01:06, Avi Kivity wrote: >> > 'error' is byte sized, so use a byte register constraint. >> >> Hm, OK, but I still get the same build error. > > Not o

Re: [PATCH] KVM: VMX: Correct asm constraint in vmcs_load()

2010-12-20 Thread Randy Dunlap
On 12/20/10 09:58, Avi Kivity wrote: > On 12/20/2010 07:57 PM, Avi Kivity wrote: >> On 12/20/2010 07:53 PM, Randy Dunlap wrote: >>> On 12/20/10 09:47, Avi Kivity wrote: >>> > On 12/20/2010 06:56 PM, Randy Dunlap wrote: >>> >> On 12/20/10 01:06, Avi K

Re: [PATCH] KVM: VMX: Correct asm constraint in vmcs_load()

2010-12-20 Thread Randy Dunlap
On 12/20/10 10:26, Avi Kivity wrote: > On 12/20/2010 08:22 PM, Randy Dunlap wrote: >> On 12/20/10 09:58, Avi Kivity wrote: >> > On 12/20/2010 07:57 PM, Avi Kivity wrote: >> >> On 12/20/2010 07:53 PM, Randy Dunlap wrote: >> >>> On 12/20/10 09:47, Avi

Re: [PATCH v2] KVM: VMX: Correct asm constraint in vmcs_load()/vmcs_clear()

2010-12-21 Thread Randy Dunlap
On 12/21/10 06:51, Avi Kivity wrote: > 'error' is byte sized, so use a byte register constraint. > > Signed-off-by: Avi Kivity Acked-by: Randy Dunlap Thanks. > --- > arch/x86/kvm/vmx.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >

[PATCH -next] kvm: fix const value warning on i386

2011-04-21 Thread Randy Dunlap
From: Randy Dunlap arch/x86/kvm/emulate.c:2598: warning: integer constant is too large for 'long' type Signed-off-by: Randy Dunlap --- arch/x86/kvm/emulate.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20110421.orig/arch/x86/kvm/emulate.c +++ linux-nex

Re: linux-next: Tree for Jan 25 (kvm)

2013-01-25 Thread Randy Dunlap
On 01/24/13 21:26, Stephen Rothwell wrote: > Hi all, > > Changes since 20130124: > Seeing lots of this error on i386: arch/x86/kvm/emulate.c:1016: Error: unsupported for `push' -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...

Re: [PATCH] fix 32-bit compile warning from printk()

2013-02-13 Thread Randy Dunlap
r of its > largest possible type and explicitly cast to it. > > So, we'll do just that. We will consider it an unsigned long > long, and cast to it explicitly. > > Signed-off-by: Dave Hansen This warning is still present in linux-next (20130213). Acked-by: Randy D

Re: linux-next: Tree for Apr 17 (kvm)

2013-04-17 Thread Randy Dunlap
On 04/17/13 00:04, Stephen Rothwell wrote: > Hi all, > > Changes since 20130416: > on i386, SMP is disabled, X86_UP_APIC is not enabled, but CONFIG_KVM_APIC_ARCHITECTURE=y: arch/x86/kvm/vmx.c: In function 'vmx_deliver_posted_interrupt': arch/x86/kvm/vmx.c:3950:3: error: 'apic' undeclared (firs

Re: [patch] x86, kvm: fix build failure with CONFIG_SMP disabled

2013-04-17 Thread Randy Dunlap
; > Fix it by including the necessary header. Sorry, i386 build still fails with the same error message plus this one: ERROR: "apic" [arch/x86/kvm/kvm-intel.ko] undefined! > Reported-by: Randy Dunlap > Signed-off-by: David Rientjes > --- > arch/x86/kvm/vmx.c | 1 + > 1

Re: [patch] x86, kvm: fix build failure with CONFIG_SMP disabled

2013-04-17 Thread Randy Dunlap
On 04/17/13 17:35, Zhang, Yang Z wrote: > David Rientjes wrote on 2013-04-18: >> On Wed, 17 Apr 2013, Randy Dunlap wrote: >> >>> On 04/17/13 16:12, David Rientjes wrote: >>>> The build fails when CONFIG_SMP is disabled: >>>> >>>>a

Re: linux-next: Tree for Apr 29 (kvm)

2013-04-29 Thread Randy Dunlap
On 04/29/13 02:17, Stephen Rothwell wrote: > Hi all, > > Changes since 20130426: > on x86_64: arch/x86/kvm/x86.c: In function 'kvm_dev_ioctl_check_extension': arch/x86/kvm/x86.c:2547:22: error: 'pci_bus_type' undeclared (first use in this function) Oops, CONFIG_PCI is not enabled. Full ran

Re: [PATCH] kvm: KVM_CAP_IOMMU only available with device assignment

2013-04-29 Thread Randy Dunlap
On 04/29/13 09:54, Alex Williamson wrote: > Fix build with CONFIG_PCI unset by linking KVM_CAP_IOMMU to > device assignment config option. It has no purpose otherwise. > > Signed-off-by: Alex Williamson Reported-by: Randy Dunlap Acked-by: Randy Dunlap Thanks. > --- >

Re: [PATCH] vhost-scsi: Depend on NET for memcpy_fromiovec

2013-05-16 Thread Randy Dunlap
o /lib. E.g., drivers/misc/vmw_vmci/Kconfig uses "depends on NET" because the code there uses both memcpy_toiovec() and memcpy_fromiovec(). See commit ID 6d4f0139d642c45411a47879325891ce2a7c164a. > Subject: Hoist memcpy_fromiovec into lib/ > > ERROR: "memcpy_fromiovec"

Re: [PATCH] [trivial] doc: kvm: Fix typo in doc/virtual/kvm

2013-12-21 Thread Randy Dunlap
On 12/21/13 08:21, Masanari Iida wrote: > Correct spelling typo in Documentations/virtual/kvm > > Signed-off-by: Masanari Iida Acked-by: Randy Dunlap Thanks. > --- > Documentation/virtual/kvm/api.txt | 4 ++-- > Documentation/virtual/kvm/hypercalls.txt | 2 +

[PATCH] kvm: make KVM_MMU_AUDIT help text more readable

2014-01-17 Thread Randy Dunlap
From: Randy Dunlap Make KVM_MMU_AUDIT kconfig help text readable and collapse two spaces between words down to one space. Signed-off-by: Randy Dunlap --- arch/x86/kvm/Kconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- lnx-313-rc8.orig/arch/x86/kvm/Kconfig +++ lnx-313-rc8

Re: [was: mmotm 2009-10-09-01-07 uploaded]

2009-10-09 Thread Randy Dunlap
> because of > CONFIG_KVM=m > ... > # CONFIG_CPU_FREQ is not set > > Should cpufreq_get be defined as inline return 0 the same as > cpufreq_quick_get on !CONFIG_CPU_FREQ? I submitted a patch for that several days ago, against linux-next-20091006. (below again) --- From

Re: [PATCH 5/5] add documentation about kvmclock

2010-04-15 Thread Randy Dunlap
On Thu, 15 Apr 2010 14:37:28 -0400 Glauber Costa wrote: > This patch adds a new file, kvm/kvmclock.txt, describing > the mechanism we use in kvmclock. > > Signed-off-by: Glauber Costa > --- > Documentation/kvm/kvmclock.txt | 138 > > 1 files changed, 1

Re: [PATCH] Add Documentation/kvm/msr.txt

2010-05-26 Thread Randy Dunlap
On Wed, 26 May 2010 14:04:48 -0400 Glauber Costa wrote: > This patch adds a file that documents the usage of KVM-specific > MSRs. > > Signed-off-by: Glauber Costa > --- > Documentation/kvm/msr.txt | 115 > + > 1 files changed, 115 insertions(+), 0 d

Re: [PATCH v3] Add Documentation/kvm/msr.txt

2010-05-27 Thread Randy Dunlap
On Thu, 27 May 2010 12:33:48 -0400 Glauber Costa wrote: > This patch adds a file that documents the usage of KVM-specific > MSRs. > > [ v2: added comments from Randy ] > [ v2: added comments from Avi ] > > Signed-off-by: Glauber Costa Reviewed-by: Randy Dunlap >

Re: [PATCH] VFIO driver: Non-privileged user level PCI drivers

2010-05-28 Thread Randy Dunlap
Hi, On Fri, 28 May 2010 16:07:38 -0700 Tom Lyon wrote: Missing diffstat -p1 -w 70: Documentation/vfio.txt | 176 MAINTAINERS|7 drivers/Kconfig|2 drivers/Makefile |1 drivers/vfio/Kconfig |9 dri

Re: [PATCH] VFIO driver: Non-privileged user level PCI drivers

2010-05-28 Thread Randy Dunlap
On Fri, 28 May 2010 16:07:38 -0700 Tom Lyon wrote: > diff -uprN linux-2.6.34/Documentation/vfio.txt > vfio-linux-2.6.34/Documentation/vfio.txt > --- linux-2.6.34/Documentation/vfio.txt 1969-12-31 16:00:00.0 > -0800 > +++ vfio-linux-2.6.34/Documentation/vfio.txt 2010-05-28 14:03:05

Re: [PATCH V2] VFIO driver: Non-privileged user level PCI drivers

2010-06-08 Thread Randy Dunlap
On Tue, 08 Jun 2010 14:21:52 -0700 Tom Lyon wrote: one missing piece (again): Documentation/ioctl/ioctl-number.txt |1 Documentation/vfio.txt | 177 +++ MAINTAINERS |7 drivers/Kconfig |2 drivers/Makefile

Re: [PATCH V2] VFIO driver: Non-privileged user level PCI drivers

2010-06-08 Thread Randy Dunlap
On Tue, 08 Jun 2010 14:21:52 -0700 Tom Lyon wrote: > diff -uprN linux-2.6.34/Documentation/vfio.txt > vfio-linux-2.6.34/Documentation/vfio.txt > --- linux-2.6.34/Documentation/vfio.txt 1969-12-31 16:00:00.0 > -0800 > +++ vfio-linux-2.6.34/Documentation/vfio.txt 2010-06-07 15:05:42

Re: [PATCH 4/4 v2] PCI: document the change

2008-09-08 Thread Randy Dunlap
On Mon, 1 Sep 2008 19:21:06 +0800 Zhao, Yu wrote: > Complete the hotplug ABI document, and add SR-IOV HOWTO. > > Signed-off-by: Yu Zhao <[EMAIL PROTECTED]> > Signed-off-by: Eddie Dong <[EMAIL PROTECTED]> > > --- > Documentation/ABI/testing/sysfs-bus-pci | 67 > Documentation/DocB

Re: linux-next: Tree for September 19 (kvm + intel_iommu)

2008-09-19 Thread Randy Dunlap
On Fri, 19 Sep 2008 14:38:20 +1000 Stephen Rothwell wrote: kvm calls intel_iommu_found(), which won't exist if CONFIG_DMAR=n: arch/x86/kvm/built-in.o: In function `kvm_dev_ioctl_check_extension': (.text+0x5588): undefined reference to `intel_iommu_found' make[1]: *** [.tmp_vmlinux1] Error 1 --

Re: mmotm 2008-09-22-01-36 uploaded (kvm)

2008-09-22 Thread Randy Dunlap
On Mon, 22 Sep 2008 01:38:58 -0700 [EMAIL PROTECTED] wrote: > The mm-of-the-moment snapshot 2008-09-22-01-36 has been uploaded to > >http://userweb.kernel.org/~akpm/mmotm/ > > It contains the following patches against 2.6.27-rc7: ERROR: "intel_iommu_found" [arch/x86/kvm/kvm.ko] undefined!

Re: [PATCH 16/16 v6] PCI: document the new PCI boot parameters

2008-10-22 Thread Randy Dunlap
>> Cc: Ingo Molnar <[EMAIL PROTECTED]> >> Cc: Jesse Barnes <[EMAIL PROTECTED]> >> Cc: Matthew Wilcox <[EMAIL PROTECTED]> >> Cc: Randy Dunlap <[EMAIL PROTECTED]> >> Cc: Roland Dreier <[EMAIL PROTECTED]> >> Signed-off-by: Yu Zhao <[

[PATCH -next] kvm: fix build error: add missing semi-colon

2009-05-11 Thread Randy Dunlap
From: Randy Dunlap Add missing ; to fix build error: arch/x86/kvm/x86.c:1259: error: expected',' or ';' before 'const' Signed-off-by: Randy Dunlap --- arch/x86/kvm/x86.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20090511.orig/arc

Re: [PATCH][RF C/T/D] Unmapped page cache control - via boot parameter

2010-03-15 Thread Randy Dunlap
On Mon, 15 Mar 2010 12:52:15 +0530 Balbir Singh wrote: > Selectively control Unmapped Page Cache (nospam version) > > From: Balbir Singh > > This patch implements unmapped page cache control via preferred > page cache reclaim. The current patch hooks into kswapd and reclaims > page cache if the

Re: linux-next: Tree for January 20 (kvm warnings)

2010-01-20 Thread Randy Dunlap
On Wed, 20 Jan 2010 18:10:16 +1100 Stephen Rothwell wrote: > Hi all, > > Changes since 20100119: > > The kvm tree lost its build failure. on i386/X86_32: arch/x86/kvm/x86.c:3810: warning: left shift count >= width of type arch/x86/kvm/x86.c:3812: warning: left shift count >= width of type arc

Re: [PATCH 17/17] Add timekeeping documentation

2010-06-15 Thread Randy Dunlap
On Mon, 14 Jun 2010 21:34:19 -1000 Zachary Amsden wrote: > Basic informational document about x86 timekeeping and how KVM > is affected. Nice job/information. Thanks. Just some typos etc. inline below. > Signed-off-by: Zachary Amsden > --- > Documentation/kvm/timekeeping.txt | 599 > +

Re: [PATCH v10 4/7] PCI: add SR-IOV API for Physical Function driver

2009-03-06 Thread Randy Dunlap
Matthew Wilcox wrote: > On Fri, Feb 20, 2009 at 02:54:45PM +0800, Yu Zhao wrote: > >> +if (nres != iov->nres) { >> +dev_err(&dev->dev, "no enough MMIO for SR-IOV\n"); >> +return -ENOMEM; >> +} "not enough MMIO BARs for SR-IOV" or

Re: [PATCH v10 1/7] PCI: initialize and release SR-IOV capability

2009-03-06 Thread Randy Dunlap
Matthew Wilcox wrote: > On Fri, Feb 20, 2009 at 02:54:42PM +0800, Yu Zhao wrote: >> +config PCI_IOV >> +bool "PCI IOV support" >> +depends on PCI >> +select PCI_MSI > > My understanding is that having 'select' of a config symbol that the > user can choose is bad. I think we should pro

Re: [PATCH v10 6/7] PCI: document SR-IOV sysfs entries

2009-03-06 Thread Randy Dunlap
Matthew Wilcox wrote: > Randy, can you wordsmith this one? I'll try. > I think I'm starting to understand the difference between physfn and > dep_link, but an example would definitely help. It may or may not be > appropriate to put it in. > > On Fri, Feb 20, 2009 at 02:54:47PM +0800, Yu Zhao wr

Re: [PATCH v10 3/7] PCI: reserve bus range for SR-IOV device

2009-03-09 Thread Randy Dunlap
Yu Zhao wrote: > On Sat, Mar 07, 2009 at 04:20:24AM +0800, Matthew Wilcox wrote: >> On Fri, Feb 20, 2009 at 02:54:44PM +0800, Yu Zhao wrote: >>> +static inline void virtfn_bdf(struct pci_dev *dev, int id, u8 *busnr, u8 >>> *devfn) >>> +{ >>> + u16 bdf; >>> + >>> + bdf = (dev->bus->number << 8)

Re: SR-IOV: patches are available for Linux kernel [4/4]

2008-08-13 Thread Randy Dunlap
On Tue, 12 Aug 2008 16:46:39 +0800 Zhao, Yu wrote: > [PATCH 4/4] PCI: document SR-IOV > > SR-IOV Documentation. > > Signed-off-by: Yu Zhao <[EMAIL PROTECTED]> > Signed-off-by: Eddie Dong <[EMAIL PROTECTED]> > > --- > Documentation/ABI/testing/sysfs-bus-pci | 13 ++ > Documentation/PCI/00-IN

Re: linux-next: Tree for Oct 2 (kvm)

2015-10-02 Thread Randy Dunlap
On 10/01/15 22:27, Stephen Rothwell wrote: > Hi all, > > There will be no linux-next release on Monday. > > Changes since 20151001: > on x86_64: ERROR: "irq_set_vcpu_affinity" [arch/x86/kvm/kvm-intel.ko] undefined! Full randconfig file is attached. -- ~Randy # # Automatically generated fi