Displaying 7 results from an estimated 7 matches for "testcase_virt_arm_on_x86".
2014 Feb 19
1
Re: Problems with qemu-system-arm and isa-serial
...orts
> repository. I will test them shortly.
>
Yeah the minimum recommended versions for trying to make arm work are qemu 1.6
and libvirt 1.1.3. There's some documentation about using
virt-install/virt-manager here, you'll need virt-manager-1.0.0:
https://fedoraproject.org/wiki/QA:Testcase_Virt_ARM_on_x86
- Cole
2017 Mar 01
3
[systemd-devel] udev virtio by-path naming
...a github pull request [1], and would appreciate review
> feedback. As I am lacking an ARM setup, it would also be nice if someone
> with ARM skills could have a look as well.
FYI you can install ARM7 guests on an x86_64 host, using pre-built Fedora
images
https://fedoraproject.org/wiki/QA:Testcase_Virt_ARM_on_x86
NB, this will install the guest using virtio-pci. So if you want to
see virtio-mmio in action, you'll need to edit the libvirt XML config
afterwards to add another disk, eg
<disk type='file' device='disk'>
<driver name='qemu' type='qcow2'/>...
2017 Mar 01
3
[systemd-devel] udev virtio by-path naming
...a github pull request [1], and would appreciate review
> feedback. As I am lacking an ARM setup, it would also be nice if someone
> with ARM skills could have a look as well.
FYI you can install ARM7 guests on an x86_64 host, using pre-built Fedora
images
https://fedoraproject.org/wiki/QA:Testcase_Virt_ARM_on_x86
NB, this will install the guest using virtio-pci. So if you want to
see virtio-mmio in action, you'll need to edit the libvirt XML config
afterwards to add another disk, eg
<disk type='file' device='disk'>
<driver name='qemu' type='qcow2'/>...
2014 Feb 18
2
Re: Problems with qemu-system-arm and isa-serial
On 02/18/2014 04:03 AM, Niccolo Rigacci wrote:
> On Tue, Feb 18, 2014 at 09:33:01AM +0100, Martin Kletzander wrote:
>>>
>>>> Wahtever I do in libvirt, I get this paramter added:
>>>>
>>>> -device isa-serial
>>>>
>>>
>>> and this is new-style for x86 qemu, however, arm-based qemu haven't
>>> adopted this
2017 Mar 01
0
[systemd-devel] udev virtio by-path naming
...uld appreciate review
>> feedback. As I am lacking an ARM setup, it would also be nice if someone
>> with ARM skills could have a look as well.
>
> FYI you can install ARM7 guests on an x86_64 host, using pre-built Fedora
> images
>
> https://fedoraproject.org/wiki/QA:Testcase_Virt_ARM_on_x86
>
> NB, this will install the guest using virtio-pci. So if you want to
> see virtio-mmio in action, you'll need to edit the libvirt XML config
> afterwards to add another disk, eg
>
> <disk type='file' device='disk'>
> <driver name='...
2017 Mar 01
2
[systemd-devel] udev virtio by-path naming
On Tue, Feb 28, 2017 at 09:47:42AM +0100, Viktor Mihajlovski wrote:
> >>>> One could argue about back-level compatibility, but virtio by-path
> >>>> naming has changed multiple times. We have seen virtio-pci-virtio<n>
> >>>> (not predictable), pci-<busid> and virtio-pci-<busid> already. It
> >>>> might be a good time now
2017 Mar 01
2
[systemd-devel] udev virtio by-path naming
On Tue, Feb 28, 2017 at 09:47:42AM +0100, Viktor Mihajlovski wrote:
> >>>> One could argue about back-level compatibility, but virtio by-path
> >>>> naming has changed multiple times. We have seen virtio-pci-virtio<n>
> >>>> (not predictable), pci-<busid> and virtio-pci-<busid> already. It
> >>>> might be a good time now