search for: versatilepb

Displaying 8 results from an estimated 8 matches for "versatilepb".

Did you mean: versatileab
2010 Apr 24
1
Problems moving qemu machine to libvirt
Hi all, I have a qemu-system-arm machine that I am currently starting using: qemu-system-arm -M versatilepb -nographic \ -hda img.qcow2 \ -net vde,vlan=0,sock=/var/run/qemu-vde.ctl \ -net nic,vlan=0,macaddr=52:54:00:12:34:22 \ -kernel vmlinuz-2.6.18-6-versatile \ -initrd initrd.img-2.6.18-6-versatile \ -append "root=/dev/sda1 console=ttyAMA0,115200n8" I con...
2012 May 19
0
Notes on libguestfs on Fedora/ARM
...qemu package is broken. Don't use it; compile qemu from source instead. (2) You have to configure libguestfs to pass extra qemu options. Currently you should use: PATH=/path/to/your/qemu/arm-softmmu:$PATH \ ./autogen.sh \ --with-qemu=qemu-system-arm \ --with-qemu-options="-M versatilepb -cpu arm926" (3) The versatilepb emulated system only supports memory < 512MB, and will only boot the standard kernel, so when running you need something like this: FEBOOTSTRAP_KERNEL=/boot/vmlinuz-3.3.4-4.fc17.armv7hl \ FEBOOTSTRAP_MODULES=/lib/modules/3.3.4-4.fc17.armv7hl \ LIBGUESTFS_M...
2014 Aug 27
1
[PATCH 0/3] virtio: Clean up scatterlists and use the DMA API
...ro console=ttyAMA0' \ > -serial stdio \ > -fsdev local,id=root,path=$dir,security_model=none \ > -device virtio-9p-device,fsdev=root,mount_tag=/dev/root \ > -monitor none Can you give me some hints as to how to configure a kernel for this? I tried to get anything other than versatilepb working and gave up. > > $dir/bin/x86_64-linux-gnu/qemu-system-aarch64 \ > -M virt \ > -cpu cortex-a57 \ > -m 1024 \ > -kernel $dir/boot/aarch64-linux-gnu/Image \ > -append 'root=/dev/root init=/sbin/aarch64-linux-gnu/init rootfstype=9p > rootflags=trans=virti...
2014 Aug 27
1
[PATCH 0/3] virtio: Clean up scatterlists and use the DMA API
...ro console=ttyAMA0' \ > -serial stdio \ > -fsdev local,id=root,path=$dir,security_model=none \ > -device virtio-9p-device,fsdev=root,mount_tag=/dev/root \ > -monitor none Can you give me some hints as to how to configure a kernel for this? I tried to get anything other than versatilepb working and gave up. > > $dir/bin/x86_64-linux-gnu/qemu-system-aarch64 \ > -M virt \ > -cpu cortex-a57 \ > -m 1024 \ > -kernel $dir/boot/aarch64-linux-gnu/Image \ > -append 'root=/dev/root init=/sbin/aarch64-linux-gnu/init rootfstype=9p > rootflags=trans=virti...
2012 Oct 15
1
[QEMU PATCH v4] create struct for machine initialization arguments
...| 13 +++-- hw/spitz.c | 40 ++++++++----- hw/stellaris.c | 14 ++--- hw/sun4m.c | 133 ++++++++++++++++++++++++++---------------- hw/sun4u.c | 39 ++++++++----- hw/tosa.c | 9 +-- hw/versatilepb.c | 22 ++++--- hw/vexpress.c | 26 +++++---- hw/virtex_ml507.c | 10 ++-- hw/xen_machine_pv.c | 11 ++-- hw/xilinx_zynq.c | 9 ++- hw/xtensa_lx60.c | 22 ++++--- hw/xtensa_sim.c | 11 ++-- hw/z2.c...
2016 Feb 22
2
Re: Cubietruck: QEMU, KVM and Fedora
...(OMAP310) V2 > sx1-v1 Siemens SX1 (OMAP310) V1 > terrier Sharp SL-C3200 (Terrier) PDA (PXA270) > tosa Sharp SL-6000 (Tosa) PDA (PXA255) > verdex Gumstix Verdex (PXA270) > versatileab ARM Versatile/AB (ARM926EJ-S) > versatilepb ARM Versatile/PB (ARM926EJ-S) > vexpress-a15 ARM Versatile Express for Cortex-A15 > vexpress-a9 ARM Versatile Express for Cortex-A9 > virt ARM Virtual Machine > xilinx-zynq-a9 Xilinx Zynq Platform Baseboard for Cortex-A9 > z2...
2014 Aug 27
2
[PATCH 0/3] virtio: Clean up scatterlists and use the DMA API
On Wed, Aug 27, 2014 at 9:13 AM, Christopher Covington <cov at codeaurora.org> wrote: > On 08/27/2014 11:50 AM, Andy Lutomirski wrote: >> On Wed, Aug 27, 2014 at 8:45 AM, Michael S. Tsirkin <mst at redhat.com> wrote: >>> On Wed, Aug 27, 2014 at 08:11:15AM -0700, Andy Lutomirski wrote: >>>> On Aug 26, 2014 11:46 PM, "Stefan Hajnoczi" <stefanha
2014 Aug 27
2
[PATCH 0/3] virtio: Clean up scatterlists and use the DMA API
On Wed, Aug 27, 2014 at 9:13 AM, Christopher Covington <cov at codeaurora.org> wrote: > On 08/27/2014 11:50 AM, Andy Lutomirski wrote: >> On Wed, Aug 27, 2014 at 8:45 AM, Michael S. Tsirkin <mst at redhat.com> wrote: >>> On Wed, Aug 27, 2014 at 08:11:15AM -0700, Andy Lutomirski wrote: >>>> On Aug 26, 2014 11:46 PM, "Stefan Hajnoczi" <stefanha