[Qemu-devel] running qemu for powerpc (32bits) architecture

2016-05-30 Thread Marwa Hamza
hello everyone I'm trying to run qemu for powerpc architecture but either *1/* i got a black screen with this sentence " QEMU 2.4.0.1 monitor - type help for more information" (QEMU) if i run this command ./ppc-softmmu/qemu-system-ppc -M ppce500 -kernel ../linux-4.4.1/arch/po

[Qemu-devel] define registers for intel x86-64 in xml file

2016-05-03 Thread Marwa Hamza
hello i want to have access in some x86-64 registers with 'p' command (CR0 CR2 CR3 DR0 GDTL etc ... ) so i need to define those registers in xml file with reg number but i don't know which file xml i should modify , what is the first register number should i start with ? and it is possible to modif

[Qemu-devel] run qemu with x86_64 arch (host arch)

2016-04-19 Thread Marwa Hamza
hello i'm trying to run qemu with x86_64 arch i prepared file system with busybox i got that elf file _install/bin/busybox: format de fichier elf64-x86-64 architecture: i386:x86-64, fanions 0x0102: EXEC_P, D_PAGED adresse de départ 0x00522024 and i compiled linux kernel make ARCH=x8

Re: [Qemu-devel] configure qemu and compile it on windows

2016-04-10 Thread Marwa Hamza
k so i add this cross compiler from cygwin folder ./configure --target-list=arm-softmmu --python=/Python27/python --cc=/cygwin64/bin/x86_64-w64-mingw32-gcc and i got this :/ [image: Images intégrées 1] 2016-04-10 16:55 GMT+02:00 Stefan Weil : > Am 10.04.2016 um 15:56 schrieb Marwa Hamza: > >

Re: [Qemu-devel] configure qemu and compile it on windows

2016-04-10 Thread Marwa Hamza
-10 15:56 GMT+02:00 Marwa Hamza : > thanks stefan for your answer , i just download cygwin , mingw64 and msys2 > and packages u mentioned , all in c:/ , and i download qemu from source in > c:/msys2/ , but when i run ./configure i got this error ERROR: Python not > found. Use --pyt

[Qemu-devel] configure qemu and compile it on windows

2016-04-10 Thread Marwa Hamza
hello i'm trying to configure qemu on windows so i'm using MinGW and msys every time i run the script configure (./configure) an error message show about missing packages , i fixed those errors i installed pkg-config , zlib packages but the last error i couldn't fix it ERROR: glib-2.12 gthread-2.

Re: [Qemu-devel] run qemu on x64 system ( ARCH=i386 or ARCH=x86-64) and on x86 system

2016-04-03 Thread Marwa Hamza
it shows: -rwxr-xr-x 1 root root 265848 يول 18 2014 /sbin/init 2016-04-03 21:13 GMT+01:00 Marwa Hamza : > it shows: > -rwxr-xr-x 1 root root 265848 يول 18 2014 /sbin/init > > > 2016-04-03 20:49 GMT+01:00 Marwa Hamza : > >> the output of this command > ./i386-sof

Re: [Qemu-devel] run qemu on x64 system ( ARCH=i386 or ARCH=x86-64) and on x86 system

2016-04-03 Thread Marwa Hamza
it shows: -rwxr-xr-x 1 root root 265848 يول 18 2014 /sbin/init 2016-04-03 20:49 GMT+01:00 Marwa Hamza : > the output of this command > ./i386-softmmu/qemu-system-i386 -M pc > -kernel > > > /home/marwa/Bureau/lauterbach/i386_qemu/linux-4.1.18/arch/i386/boot/bzImage > &g

Re: [Qemu-devel] run qemu on x64 system ( ARCH=i386 or ARCH=x86-64) and on x86 system

2016-04-03 Thread Marwa Hamza
; starting init :/sbin/init exists but couldn't execute it (error -8) starting init : /bin/sh exists but couldn't execute it (error -8) kernel panic not syncing : no working init found , try passing init= option to kernel 2016-04-03 19:38 GMT+01:00 Pranith Kumar : > On Sun, Apr 3, 2016 at 9

Re: [Qemu-devel] run qemu on x64 system ( ARCH=i386 or ARCH=x86-64) and on x86 system

2016-04-03 Thread Marwa Hamza
but i tried the same thing with arm arch ( file system made by busybox) and i used sh shell and it worked well 2016-04-03 20:20 GMT+02:00 Pranith Kumar : > On Sun, Apr 3, 2016 at 9:50 AM, Marwa Hamza > wrote: > > hello , i tried to run qemu on x64 system , > > > >

[Qemu-devel] run qemu on x64 system ( ARCH=i386 or ARCH=x86-64) and on x86 system

2016-04-03 Thread Marwa Hamza
hello , i tried to run qemu on x64 system , those are steps that i followed i compile the kernel 4.4.1 with arch =i386 i download busybox 1.21.0 make ARCH=i386 menuconfig I checked the option to compile Busybox as a static executable make ARCH=i386 install cd _install mkdir proc sys dev lib etc et