Displaying 5 results from an estimated 5 matches for "i386_".
Did you mean:
i386
2023 Aug 21
0
Warning : Failed to set up UEFI / The Libvirt version does not support UEFI / Install options are limited...
...ibusb-1.0-0-dev libepoxy-dev
# cd /usr/share
# mv qemu qemu_
# cd /usr/lib
# mv qemu qemu_
# cd /usr/lib/arm-linux-gnueabihf
# mv qemu qemu_
# cd /usr/lib/ipxe
# mv qemu qemu_
# cd /usr/share/bash-completion/completions/
# mv qemu qemu_
# mv qemu-kvm qemu-kvm_
# mv qemu-system-i386 qemu-system-i386_
# mv qemu-system-x86_64 qemu-system-x86_64_
# cd /usr/bin
# mv qemu-system-arm qemu-system-arm_
# cp /root/Desktop/qemu-v5.1.0/arm-softmmu/qemu-system-arm /usr/bin
# CFLAGS=-Wno-error ./configure --target-list=x86_64-softmmu --enable-opengl
--enable-gtk --enable-kvm --enable-guest-agent --enable...
2007 Sep 27
9
[RFC] KVM Source layout Proposal to accommodate new CPU architecture
Zhang, Xiantao wrote:
> Hi Folks,
> We are working on enabling KVM support on IA64 platform, and now
> Linux, Windows guests get stable run and achieve reasonable performance
> on KVM with Open GFW. But you know, the current KVM only considers x86
> platform, and is short of cross-architecture framework. Currently, we
> have a proposal for KVM source layout to accommodate new
2007 Sep 27
9
[RFC] KVM Source layout Proposal to accommodate new CPU architecture
Zhang, Xiantao wrote:
> Hi Folks,
> We are working on enabling KVM support on IA64 platform, and now
> Linux, Windows guests get stable run and achieve reasonable performance
> on KVM with Open GFW. But you know, the current KVM only considers x86
> platform, and is short of cross-architecture framework. Currently, we
> have a proposal for KVM source layout to accommodate new
2007 Aug 08
13
[PATCH 0/7] Modify lguest32 to make room for lguest64
Hi all,
I've been working on lguest64 and in order to do this, I had to move
a lot of the i386 specific out of the way. Well, the lguest64 port
is still not ready to display, but before Rusty makes too many changes
I would like this in upstream so I don't have to keep repeating my
changes :-)
So this patch series moves lguest32 out of the way for other archs.
-- Steve
2007 Aug 08
13
[PATCH 0/7] Modify lguest32 to make room for lguest64
Hi all,
I've been working on lguest64 and in order to do this, I had to move
a lot of the i386 specific out of the way. Well, the lguest64 port
is still not ready to display, but before Rusty makes too many changes
I would like this in upstream so I don't have to keep repeating my
changes :-)
So this patch series moves lguest32 out of the way for other archs.
-- Steve