Re: ARM/ARM64 FreeBSD/Xen

2019-01-21 Thread Julien Grall
st regards, [1] https://xenbits.xen.org/gitweb/?p=people/julieng/freebsd.git;a=heads -- Julien Grall ___ freebsd-xen@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-xen To unsubscribe, send any mail to "freebsd-xen-unsubscr...@freebsd.org"

Re: [RFC v2] Add support for Xen ARM guest on FreeBSD

2014-12-03 Thread Julien Grall
if necessary. Regards, -- Julien Grall ___ freebsd-xen@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-xen To unsubscribe, send any mail to freebsd-xen-unsubscr...@freebsd.org

Re: [RFC v2] Add support for Xen ARM guest on FreeBSD

2014-12-02 Thread Julien Grall
Hello Andrew, On 28/11/2014 13:57, Andrew Turner wrote: On Sun, 23 Nov 2014 22:35:36 + Julien Grall julien.gr...@linaro.org wrote: Major changes in this new version: * Add Device Tree support via Linux Boot ABI * Add zImage support * Netfront support

[RFC v2] Add support for Xen ARM guest on FreeBSD

2014-11-23 Thread Julien Grall
$ cat freebsd.xl kernel=kernel memory=64 name=freebsd vcpus=1 autoballon=off disk=[ 'phy:/dev/loop0,xvda,w' ] $ losetup /dev/loop0 xenvm.img $ xl create freebsd.xl $ xl console freebsd -- Julien Grall ___ freebsd-xen@freebsd.org mailing list http

Building Freebsd i386 with Xen support

2014-04-19 Thread Julien Grall
/xen_apic.c optional xenhvm x86/xen/xenpv.coptional xen | xenhvm x86/xen/xen_nexus.coptional xen | xenhvm +x86/xen/xen_msi.c optionalxenhvm Regards, -- Julien Grall ___ freebsd-xen

Re: Building Freebsd i386 with Xen support

2014-04-19 Thread Julien Grall
On 19/04/14 18:57, Julien Grall wrote: Hi Roger, I'm unable to build FreeBSD i386 current with Xen support (i.e GENERIC file): Hrrmmm it's with your pvh DOM0 v3 branch. Sorry for the noise. -- Julien Grall ___ freebsd-xen@freebsd.org mailing

Re: [RFC] Add support for Xen ARM guest on FreeBSD

2014-01-18 Thread Julien Grall
Hello Nathan, On 01/17/2014 03:04 AM, Nathan Whitehorn wrote: On 01/16/14 18:36, Julien Grall wrote: On 01/16/2014 01:56 AM, Nathan Whitehorn wrote: As I understand, only the simple bus code (see simplebus_attach) is translating the interrupts in the device on a resource. So if you have

Re: [RFC] Add support for Xen ARM guest on FreeBSD

2014-01-18 Thread Julien Grall
On 01/17/2014 09:29 AM, Ian Campbell wrote: On Fri, 2014-01-17 at 00:36 +, Julien Grall wrote: IanC: I was reading the linux binding documentation (devicetree/booting-without-of.txt VII.2) and it seems that the explanation differs from the implementation, right? I vaguely recall someone

Re: [RFC] Add support for Xen ARM guest on FreeBSD

2014-01-17 Thread Julien Grall
On 01/17/2014 03:04 AM, Nathan Whitehorn wrote: On 01/16/14 18:36, Julien Grall wrote: The specification is actually a little unclear on this point, but FreeBSD follows the same rules as Linux in any case. Most, if not all, FreeBSD code should check any ancestor at this point as well

Re: [RFC] Add support for Xen ARM guest on FreeBSD

2014-01-16 Thread Julien Grall
an hypervisor node directly attach to the root which contains both MMIO and interrupt used by Xen to communicate with the guest. -- Julien Grall ___ freebsd-xen@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-xen

Re: [PATCH v10 14/20] xen: introduce xenpv bus and a dummy pvcpu device

2014-01-14 Thread Julien Grall
On 01/14/2014 04:08 PM, Roger Pau Monné wrote: On 14/01/14 16:41, Julien Grall wrote: On 01/14/2014 02:59 PM, Roger Pau Monne wrote: +static int +xenpv_attach(device_t dev) +{ + device_t child; + + if (xen_hvm_domain()) { + device_t xenpci; + devclass_t dc

Re: [PATCH v10 14/20] xen: introduce xenpv bus and a dummy pvcpu device

2014-01-14 Thread Julien Grall
On 01/14/2014 04:20 PM, Roger Pau Monné wrote: On 14/01/14 17:14, Julien Grall wrote: On 01/14/2014 04:08 PM, Roger Pau Monné wrote: On 14/01/14 16:41, Julien Grall wrote: On 01/14/2014 02:59 PM, Roger Pau Monne wrote: +static int +xenpv_attach(device_t dev) +{ + device_t child

[RFC] Add support for Xen ARM guest on FreeBSD

2014-01-14 Thread Julien Grall
your will required the following configuration file $ cat freebsd.xl kernel=kernel memory=64 name=freebsd vcpus=1 autoballon=off disk=[ 'phy:/dev/loop0,xvda,w' ] $ losetup /dev/loop0 xenvm.img $ xl create freebsd.xl $ xl console freebsd Julien Grall (40): xen/netfront: Don't need to include machine

Re: [Xen-devel] [PATCH v9 15/19] xen: create a Xen nexus to use in PV/PVH

2014-01-06 Thread Julien Grall
On 01/06/2014 09:35 AM, Roger Pau Monné wrote: On 05/01/14 22:55, Julien Grall wrote: On 01/02/2014 03:43 PM, Roger Pau Monne wrote: Introduce a Xen specific nexus that is going to be in charge for attaching Xen specific devices. Now that we have a xenpv bus, do we really need a specific

Re: [Xen-devel] [PATCH v9 15/19] xen: create a Xen nexus to use in PV/PVH

2014-01-05 Thread Julien Grall
. The other part of this patch can be merged in the patch #14 Introduce xenpv bus and a dummy pvcpu device. -- Julien Grall ___ freebsd-xen@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-xen To unsubscribe, send any mail

Re: [Xen-devel] [PATCH v9 14/19] xen: introduce xenpv bus and a dummy pvcpu device

2014-01-05 Thread Julien Grall
); Same here: BUS_PROBE_NOWILDCARD. -- Julien Grall ___ freebsd-xen@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-xen To unsubscribe, send any mail to freebsd-xen-unsubscr...@freebsd.org