All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] netbsd: disable CONFIG_SYSTEM_LIBAIO
@ 2012-01-06 15:42 Christoph Egger
  2012-01-07 22:41 ` Roger Pau Monné
  2012-01-08  8:48 ` Ian Campbell
  0 siblings, 2 replies; 4+ messages in thread
From: Christoph Egger @ 2012-01-06 15:42 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 363 bytes --]


Disable CONFIG_SYSTEM_LIBAIO on NetBSD.

Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>

-- 
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Einsteinring 24, 85689 Dornach b. Muenchen
Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632

[-- Attachment #2: xen_libaio.diff --]
[-- Type: text/plain, Size: 246 bytes --]

diff -r 4086e4811547 config/NetBSD.mk
--- a/config/NetBSD.mk	Thu Jan 05 17:25:23 2012 +0000
+++ b/config/NetBSD.mk	Fri Jan 06 16:39:18 2012 +0100
@@ -16,3 +16,5 @@ XEN_LOCK_DIR = $(PREFIX)/var/lib
 endif
 
 WGET = ftp
+
+CONFIG_SYSTEM_LIBAIO = n

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] netbsd: disable CONFIG_SYSTEM_LIBAIO
  2012-01-06 15:42 [PATCH] netbsd: disable CONFIG_SYSTEM_LIBAIO Christoph Egger
@ 2012-01-07 22:41 ` Roger Pau Monné
  2012-01-08  8:48 ` Ian Campbell
  1 sibling, 0 replies; 4+ messages in thread
From: Roger Pau Monné @ 2012-01-07 22:41 UTC (permalink / raw)
  To: Christoph Egger; +Cc: xen-devel

2012/1/6 Christoph Egger <Christoph.Egger@amd.com>:
>
> Disable CONFIG_SYSTEM_LIBAIO on NetBSD.
>
> Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>

Acked-by: Roger Pau Monne <roger.pau@entel.upc.edu>

Although this probably won't be necessary once we migrate to autoconf
and are able to detect system configuration properly.

>
> --
> ---to satisfy European Law for business letters:
> Advanced Micro Devices GmbH
> Einsteinring 24, 85689 Dornach b. Muenchen
> Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd
> Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
> Registergericht Muenchen, HRB Nr. 43632
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] netbsd: disable CONFIG_SYSTEM_LIBAIO
  2012-01-06 15:42 [PATCH] netbsd: disable CONFIG_SYSTEM_LIBAIO Christoph Egger
  2012-01-07 22:41 ` Roger Pau Monné
@ 2012-01-08  8:48 ` Ian Campbell
       [not found]   ` <4F0B1672.5080304@amd.com>
  1 sibling, 1 reply; 4+ messages in thread
From: Ian Campbell @ 2012-01-08  8:48 UTC (permalink / raw)
  To: Christoph Egger; +Cc: xen-devel

On Fri, 2012-01-06 at 15:42 +0000, Christoph Egger wrote:
> Disable CONFIG_SYSTEM_LIBAIO on NetBSD.
> 
> Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>

There's no libaio in NetBSD? Could you add it? I hope that one day we
might be able to get rid of these sorts of bundled system libraries.

Ian.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] netbsd: disable CONFIG_SYSTEM_LIBAIO
       [not found]   ` <4F0B1672.5080304@amd.com>
@ 2012-01-09 16:37     ` Ian Campbell
  0 siblings, 0 replies; 4+ messages in thread
From: Ian Campbell @ 2012-01-09 16:37 UTC (permalink / raw)
  To: Christoph Egger, xen-devel

(resending with the list CC that you dropped put back)

On Mon, 2012-01-09 at 16:31 +0000, Christoph Egger wrote:
> On 01/08/12 09:48, Ian Campbell wrote:
> > On Fri, 2012-01-06 at 15:42 +0000, Christoph Egger wrote:
> >> Disable CONFIG_SYSTEM_LIBAIO on NetBSD.
> >>
> >> Signed-off-by: Christoph Egger<Christoph.Egger@amd.com>
> >
> > There's no libaio in NetBSD? Could you add it? I hope that one day we
> > might be able to get rid of these sorts of bundled system libraries.
> 
> NetBSD provides the aio interface (IEEE Std 1003.1-2001 (``POSIX.1''))
> via the POSIX real-time library (-lrt).

Any why can't Xen use that then?

Your patch makes netbsd use tools/libaio instead which we would like to
avoid.

Ian.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-01-09 16:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-06 15:42 [PATCH] netbsd: disable CONFIG_SYSTEM_LIBAIO Christoph Egger
2012-01-07 22:41 ` Roger Pau Monné
2012-01-08  8:48 ` Ian Campbell
     [not found]   ` <4F0B1672.5080304@amd.com>
2012-01-09 16:37     ` Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.