login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
June
»
17
Re: [Xen-devel] [PATCH 06/12] Allow xen platform pci device to be compiled as a module
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Stefano Stabellini
Subject:
Re: [Xen-devel] [PATCH 06/12] Allow xen platform pci device to be compiled as a module
Date: Thursday, June 17, 2010 - 8:42 am
On Tue, 15 Jun 2010, Jeremy Fitzhardinge wrote:
quoted text
> On 06/14/2010 10:20 PM, Konrad Rzeszutek Wilk wrote: > >> -static inline unsigned int max_nr_grant_frames(void) > >> +unsigned int gnttab_max_nr_grant_frames(void) > >> { > >> unsigned int xen_max = __max_nr_grant_frames(); > >> > >> @@ -444,6 +445,7 @@ static inline unsigned int max_nr_grant_frames(void) > >> return boot_max_nr_grant_frames; > >> return xen_max; > >> } > >> +EXPORT_SYMBOL_GPL(gnttab_max_nr_grant_frames); > >> > > Prefix the name with 'xen_' ? That is a mouthfull thought: > > > > Xen Grant Table Max Nr Grant Frames. How about 'xen_gnttab_max_frames' ? > > > > Unfortunately the gnttab API is generally lacking xen_ prefixes. It's > better to keep this consistent, and then maybe sort them all out together. >
I renamed it to gnttab_max_grant_frames for now. --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 01/12] Add support for hvm_op
, stefano.stabellini
, (Thu Jun 3, 6:10 am)
[PATCH 02/12] early PV on HVM
, stefano.stabellini
, (Thu Jun 3, 6:10 am)
[PATCH 03/12] evtchn delivery on HVM
, stefano.stabellini
, (Thu Jun 3, 6:10 am)
[PATCH 04/12] Xen PCI platform device driver
, stefano.stabellini
, (Thu Jun 3, 6:10 am)
[PATCH 05/12] Add suspend\resume support for PV on HVM guests.
, stefano.stabellini
, (Thu Jun 3, 6:10 am)
[PATCH 06/12] Allow xen platform pci device to be compiled ...
, stefano.stabellini
, (Thu Jun 3, 6:10 am)
[PATCH 07/12] Fix find_unbound_irq in presence of ioapic irqs.
, stefano.stabellini
, (Thu Jun 3, 6:10 am)
[PATCH 08/12] Fix possible NULL pointer dereference in pri ...
, stefano.stabellini
, (Thu Jun 3, 6:10 am)
[PATCH 09/12] __setup_vector_irq: handle NULL chip_data
, stefano.stabellini
, (Thu Jun 3, 6:10 am)
[PATCH 10/12] Do not try to disable hpet if it hasn't been ...
, stefano.stabellini
, (Thu Jun 3, 6:10 am)
[PATCH 11/12] Use xen_vcpuop_clockevent, xen_clocksource a ...
, stefano.stabellini
, (Thu Jun 3, 6:10 am)
[PATCH 12/12] Unplug emulated disks and nics
, stefano.stabellini
, (Thu Jun 3, 6:10 am)
Re: [Xen-devel] [PATCH 02/12] early PV on HVM
, Konrad Rzeszutek Wilk
, (Fri Jun 4, 1:20 pm)
Re: [Xen-devel] [PATCH 02/12] early PV on HVM
, Konrad Rzeszutek Wilk
, (Fri Jun 4, 1:23 pm)
Re: [Xen-devel] [PATCH 02/12] early PV on HVM
, Stefano Stabellini
, (Mon Jun 7, 7:38 am)
Re: [Xen-devel] [PATCH 02/12] early PV on HVM
, Stefano Stabellini
, (Mon Jun 7, 7:39 am)
Re: [Xen-devel] [PATCH 02/12] early PV on HVM
, Konrad Rzeszutek Wilk
, (Tue Jun 8, 6:46 am)
Re: [Xen-devel] [PATCH 02/12] early PV on HVM
, Stefano Stabellini
, (Tue Jun 8, 8:55 am)
Re: [Xen-devel] [PATCH 02/12] early PV on HVM
, Jeremy Fitzhardinge
, (Tue Jun 8, 9:09 am)
Re: [Xen-devel] [PATCH 02/12] early PV on HVM
, Konrad Rzeszutek Wilk
, (Tue Jun 8, 9:12 am)
Re: [Xen-devel] [PATCH 02/12] early PV on HVM
, Stefano Stabellini
, (Tue Jun 8, 9:25 am)
Re: [Xen-devel] [PATCH 02/12] early PV on HVM
, Konrad Rzeszutek Wilk
, (Tue Jun 8, 12:05 pm)
Re: [Xen-devel] [PATCH 02/12] early PV on HVM
, Stefano Stabellini
, (Thu Jun 10, 6:36 am)
Re: [Xen-devel] [PATCH 12/12] Unplug emulated disks and nics
, Konrad Rzeszutek Wilk
, (Mon Jun 14, 2:20 pm)
Re: [Xen-devel] [PATCH 05/12] Add suspend\resume support f ...
, Konrad Rzeszutek Wilk
, (Mon Jun 14, 2:20 pm)
Re: [Xen-devel] [PATCH 03/12] evtchn delivery on HVM
, Konrad Rzeszutek Wilk
, (Mon Jun 14, 2:20 pm)
Re: [Xen-devel] [PATCH 06/12] Allow xen platform pci devic ...
, Konrad Rzeszutek Wilk
, (Mon Jun 14, 2:20 pm)
Re: [Xen-devel] [PATCH 06/12] Allow xen platform pci devic ...
, Jeremy Fitzhardinge
, (Tue Jun 15, 9:22 am)
Re: [Xen-devel] [PATCH 03/12] evtchn delivery on HVM
, Stefano Stabellini
, (Thu Jun 17, 8:41 am)
Re: [Xen-devel] [PATCH 06/12] Allow xen platform pci devic ...
, Stefano Stabellini
, (Thu Jun 17, 8:42 am)
Re: [Xen-devel] [PATCH 05/12] Add suspend\resume support f ...
, Stefano Stabellini
, (Thu Jun 17, 8:42 am)
Re: [Xen-devel] [PATCH 12/12] Unplug emulated disks and nics
, Stefano Stabellini
, (Thu Jun 17, 8:42 am)
Re: [Xen-devel] [PATCH 03/12] evtchn delivery on HVM
, Konrad Rzeszutek Wilk
, (Thu Jun 17, 10:38 am)
Re: [Xen-devel] [PATCH 03/12] evtchn delivery on HVM
, Stefano Stabellini
, (Thu Jun 17, 10:40 am)
Re: [Xen-devel] [PATCH 12/12] Unplug emulated disks and nics
, Konrad Rzeszutek Wilk
, (Thu Jun 17, 10:46 am)
Re: [Xen-devel] [PATCH 12/12] Unplug emulated disks and nics
, Stefano Stabellini
, (Thu Jun 17, 11:00 am)
Re: [Xen-devel] [PATCH 12/12] Unplug emulated disks and nics
, Jeremy Fitzhardinge
, (Thu Jun 17, 4:35 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Fortier,Vincent [Montreal]
2.6.21.5 june 30th to july 1st date hang?
Jeff Dike
[ PATCH 2/6 ] UML - Formatting fixes around os_{read_write}_file callers
Liam Girdwood
[PATCH 07/13] regulator: regulator test harness
Oleg Nesterov
Re: Getting the new RxRPC patches upstream
Stefan Seyfried
Re: 2.6.19-rc5: grub is much slower resuming from suspend-to-disk than in 2.6.18
linux-netdev
:
Arnaud Ebalard
Re: [REGRESSION,BISECTED] MIPv6 support broken by f4f914b58019f0
Jan Engelhardt
Re: [PATCH iptables] extension: add xt_cpu match
Jarek Poplawski
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Sebastian Andrzej Siewior
[PATCH 8/8] net/emergency: remove locking from reycling pool if emergncy pools are...
David Miller
Re: [PATCH] qlcnic: dont assume NET_IP_ALIGN is 2
git
:
Jakub Narebski
Re: git on MacOSX and files with decomposed utf-8 file names
Brandon Casey
Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the def...
Christian Couder
[PATCH 1/3] rev-parse: add test script for "--verify"
Ramkumar Ramachandra
Re: [GSoC update] git-remote-svn: The final one
Junio C Hamano
Re: git-rm isn't the inverse action of git-add
openbsd-misc
:
Joachim Schipper
Re: UVC Webcams
Florin Andrei
SOLVED [was: firewall is very slow, something's wrong]
Todd Alan Smith
Re: Microsoft gets the Most Secure Operating Systems award
Neal Hogan
Re: Need Advice: Thinkpad T60 or T61?
Sam Fourman Jr.
Re: Real men don't attack straw men
git-commits-head
:
Linux Kernel Mailing List
ACPI: Disable ARB_DISABLE on platforms where it is not needed
Linux Kernel Mailing List
m68knommu: add read_barrier_depends() and irqs_disabled_flags()
Linux Kernel Mailing List
[MTD] Add mtd panic_write function pointer
Linux Kernel Mailing List
[ARM] pxa: remove duplicate select statements from Kconfig
Linux Kernel Mailing List
mlx4_core: Don't read reserved fields in mlx4_QUERY_ADAPTER()
Colocation donated by:
Syndicate