Re: [libvirt] [PATCH 1/2] Add armv6l Support as guest

2018-12-03 Thread Andrea Bolognani
On Thu, 2018-11-29 at 21:12 +0100, in...@nafets.de wrote: > > However, I notice that you are using '--network none' and so of course > > there is > > no network connectivity inside the guest. My own attempts at fixing this > > were > > unsuccessful, in that I can get a PCI device such as rtl8139

Re: [libvirt] [PATCH 1/2] Add armv6l Support as guest

2018-11-29 Thread infos
[...] > I tried the above but using the latest Raspbian Stretch Lite image instead of > Arch: > the guest comes up with no issues and offers serial console access, so that > part > works nicely. Yes, this might better fit as the kernel is based on Debian (=Raspbian) and arch uses a complete Diff

Re: [libvirt] [PATCH 1/2] Add armv6l Support as guest

2018-11-29 Thread Andrea Bolognani
On Wed, 2018-11-28 at 13:25 +0100, Andrea Bolognani wrote: > On Tue, 2018-11-27 at 20:37 +0100, in...@nafets.de wrote: > > I use: > > - Arch Linux ARM > > http://os.archlinuxarm.org/os/ArchLinuxARM-rpi-latest.tar.gz > > - Kernel > > https://github.com/dhruvvyas90/qemu-rpi-kernel/blob/master/kern

Re: [libvirt] [PATCH 1/2] Add armv6l Support as guest

2018-11-28 Thread Andrea Bolognani
On Tue, 2018-11-27 at 20:37 +0100, in...@nafets.de wrote: > > What OS did you run inside the guest? I would like to give this a try > > myself. > > I use: > - Arch Linux ARM http://os.archlinuxarm.org/os/ArchLinuxARM-rpi-latest.tar.gz > - Kernel > https://github.com/dhruvvyas90/qemu-rpi-kernel/

Re: [libvirt] [PATCH 1/2] Add armv6l Support as guest

2018-11-27 Thread infos
> -Ursprüngliche Nachricht- > Von: Andrea Bolognani > Gesendet: Montag, 26. November 2018 17:47 > An: in...@nafets.de; libvir-list@redhat.com > Cc: Stefan Schallenberg > Betreff: Re: [libvirt] [PATCH 1/2] Add armv6l Support as guest > > On Sun, 2018-

Re: [libvirt] [PATCH 1/2] Add armv6l Support as guest

2018-11-26 Thread Andrea Bolognani
On Sun, 2018-11-25 at 21:09 +, in...@nafets.de wrote: > From: Stefan Schallenberg > > Support for armv6l qemu guests has been added. > Tested with arm1176 CPU on x86. What OS did you run inside the guest? I would like to give this a try myself. > Signed-off-by: Stefan Schallenberg The S-o

[libvirt] [PATCH 1/2] Add armv6l Support as guest

2018-11-25 Thread infos
From: Stefan Schallenberg Support for armv6l qemu guests has been added. Tested with arm1176 CPU on x86. Signed-off-by: Stefan Schallenberg --- docs/news.xml| 9 + docs/schemas/basictypes.rng | 1 + src/qemu/qemu_capabilities.c