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
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
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 -
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