[Qemu-discuss] Vagrant & kvm pre

2016-08-21 Thread vrms
first time user of this mailing list ... please kindly point me at the right place whether it wasn't here.I am running an ubuntu server (14.04) which runs a samba fileserver and hosts several KVM/qemu machines. Now I'd like to run a Vagrant box (pretty new to vagrant as well) in parallel to those

Re: [Qemu-discuss] Is there any spec file to make qemu rpm

2016-08-21 Thread lifuqiong
Hi, I found that Centos has only qemu-kvm-ev's src.rpm , has no qemu 2.5's src.rpm or spec file. Where can I find that ? Thank you Mark -邮件原件- 发件人: Qemu-discuss [mailto:qemu-discuss-bounces+lifuqiong=cncloudsec@nongnu.org] 代表 Nerijus Baliūnas 发送时间: 2016年8月19日 15:49 收件人: q

[Qemu-discuss] Fail to test EFI BIOS

2016-08-21 Thread Yan Phenix
Hi, In order to test EFI BIOS + u-boot payload, I download the EFI BIOS(efi-bios.tar.bz2)from http://wiki.qemu.org/Testing Here is what I'm trying: phenix@ubuntu:/opt/qemu-test/efi-bios$ ls bios.bin efi.disk README phenix@ubuntu:/opt/qemu-test/efi-bios$ qemu-system-i386 -bios ./bios.bin -

[Qemu-discuss] Debugging linux modules with gdb under qemu

2016-08-21 Thread sdrb
Hello everyone, I need to debug Linux modules for ARM architecture. I've compiled Yocto Linux distribution and run it under qemu. Qemu is run with "-s" option so I can connect with gdb to qemu. Here is what I'm trying to do: Under Yocto Linux I'm loading bonding module: # insmod bonding.ko The