On 11/26/2013 09:58 AM, Cole Robinson wrote:
On 11/26/2013 06:54 AM, Gene Czarcinski wrote:
I saw this: https://fedoraproject.org/wiki/Changes/Virt_ARM_on_x86

and followed the directions here:
https://fedoraproject.org/wiki/QA:Testcase_Virt_x86_on_ARM

for getting Fedora-Minimal-armhfp-20-Alpha
up under virt-manager.

Well, when it came up it did not do anything except sit there and "spin" ...
solid CPU busy (virtual and one physical).

I assume this is suppose to work.  Any hints?

Running F20 "current" ... libvirt*-1.1.3.1-2.fc20 and qemu*-1.6.1-2.fc20

/var/log/libvirt/qemu/$vmname.log and the guest XML to start.

Not much there in the log.

The first time it started, something went really bad with respect to the host system x-windows/gnome-shell display (froze) but I could ctrl-alt-F2, login and then reboot. The second time I booted up the ARM virtual , that did not happen but have a wile, I killed it since it did not seem to be going anywhere.

Gene
2013-11-26 09:37:47.526+0000: starting up
LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin QEMU_AUDIO_DRV=none /usr/bin/qemu-system-arm -name fedora20-arm -S -machine vexpress-a9,accel=tcg,usb=off -m 1024 -realtime mlock=off -smp 1,sockets=1,cores=1,threads=1 -uuid 1c8cc051-19f4-42fc-9c10-b06db02cc6db -nographic -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/fedora20-arm.monitor,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc -no-shutdown -kernel /var/lib/libvirt/images/vmlinuz-3.11.0-300.fc20.armv7hl+lpae -initrd /var/lib/libvirt/images/initramfs-3.11.0-300.fc20.armv7hl.img -append console=ttyAMA0 rw root=/dev/vda3 rootwait -dtb /var/lib/libvirt/images/vexpress-v2p-ca9.dtb -device virtio-serial-device,id=virtio-serial0 -usb -drive file=/var/lib/libvirt/images/Fedora-Minimal-armhfp-20-Alpha-4-sda.raw,if=none,id=drive-virtio-disk0,format=raw -device virtio-blk-device,scsi=off,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1 -netdev tap,fd=23,id=hostnet0 -device virtio-net-device,netdev=hostnet0,id=net0,mac=52:54:00:00:93:3b -serial pty -chardev socket,id=charchannel0,path=/var/lib/libvirt/qemu/channel/target/fedora20-arm.org.qemu.guest_agent.0,server,nowait -device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=org.qemu.guest_agent.0
char device redirected to /dev/pts/14 (label serial0)
2013-11-26 09:40:25.317+0000: shutting down
2013-11-26 09:46:16.941+0000: starting up
LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin QEMU_AUDIO_DRV=none /usr/bin/qemu-system-arm -name fedora20-arm -S -machine vexpress-a9,accel=tcg,usb=off -m 1024 -realtime mlock=off -smp 1,sockets=1,cores=1,threads=1 -uuid 1c8cc051-19f4-42fc-9c10-b06db02cc6db -nographic -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/fedora20-arm.monitor,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc -no-shutdown -kernel /var/lib/libvirt/images/vmlinuz-3.11.0-300.fc20.armv7hl+lpae -initrd /var/lib/libvirt/images/initramfs-3.11.0-300.fc20.armv7hl.img -append console=ttyAMA0 rw root=/dev/vda3 rootwait -dtb /var/lib/libvirt/images/vexpress-v2p-ca9.dtb -device virtio-serial-device,id=virtio-serial0 -usb -drive file=/var/lib/libvirt/images/Fedora-Minimal-armhfp-20-Alpha-4-sda.raw,if=none,id=drive-virtio-disk0,format=raw -device virtio-blk-device,scsi=off,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1 -netdev tap,fd=23,id=hostnet0 -device virtio-net-device,netdev=hostnet0,id=net0,mac=52:54:00:00:93:3b -serial pty -chardev socket,id=charchannel0,path=/var/lib/libvirt/qemu/channel/target/fedora20-arm.org.qemu.guest_agent.0,server,nowait -device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=org.qemu.guest_agent.0
char device redirected to /dev/pts/11 (label serial0)
qemu: terminating on signal 15 from pid 870
2013-11-26 09:49:57.401+0000: shutting down
<!--
WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
  virsh edit fedora20-arm
or other application using the libvirt API.
-->

<domain type='qemu'>
  <name>fedora20-arm</name>
  <uuid>1c8cc051-19f4-42fc-9c10-b06db02cc6db</uuid>
  <memory unit='KiB'>1048576</memory>
  <currentMemory unit='KiB'>1048576</currentMemory>
  <vcpu placement='static'>1</vcpu>
  <os>
    <type arch='armv7l' machine='vexpress-a9'>hvm</type>
    <kernel>/var/lib/libvirt/images/vmlinuz-3.11.0-300.fc20.armv7hl+lpae</kernel>
    <initrd>/var/lib/libvirt/images/initramfs-3.11.0-300.fc20.armv7hl.img</initrd>
    <cmdline>console=ttyAMA0 rw root=/dev/vda3 rootwait</cmdline>
    <dtb>/var/lib/libvirt/images/vexpress-v2p-ca9.dtb</dtb>
    <boot dev='hd'/>
  </os>
  <features>
    <acpi/>
    <apic/>
    <pae/>
  </features>
  <clock offset='utc'/>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>restart</on_crash>
  <devices>
    <emulator>/usr/bin/qemu-system-arm</emulator>
    <disk type='file' device='disk'>
      <driver name='qemu' type='raw'/>
      <source file='/var/lib/libvirt/images/Fedora-Minimal-armhfp-20-Alpha-4-sda.raw'/>
      <target dev='vda' bus='virtio'/>
      <address type='virtio-mmio'/>
    </disk>
    <controller type='virtio-serial' index='0'>
      <address type='virtio-mmio'/>
    </controller>
    <interface type='network'>
      <mac address='52:54:00:00:93:3b'/>
      <source network='default'/>
      <model type='virtio'/>
      <address type='virtio-mmio'/>
    </interface>
    <serial type='pty'>
      <target port='0'/>
    </serial>
    <console type='pty'>
      <target type='serial' port='0'/>
    </console>
    <channel type='unix'>
      <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/fedora20-arm.org.qemu.guest_agent.0'/>
      <target type='virtio' name='org.qemu.guest_agent.0'/>
      <address type='virtio-serial' controller='0' bus='0' port='1'/>
    </channel>
  </devices>
</domain>
_______________________________________________
virt mailing list
virt@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/virt

Reply via email to