Re: QEMU on x64

2021-11-12 Thread Christopher Caulfield
g 2, 2021 at 10:37 AM Alex Bennée > wrote: > >> >> Peter Maydell writes: >> >> > On Fri, 30 Jul 2021 at 19:05, Christopher Caulfield >> > wrote: >> >> This is Christopher from the debugging experiences team at Microsoft >> focused on

Re: QEMU on x64

2021-08-02 Thread Christopher Caulfield
her On Mon, Aug 2, 2021 at 10:37 AM Alex Bennée wrote: > > Peter Maydell writes: > > > On Fri, 30 Jul 2021 at 19:05, Christopher Caulfield > > wrote: > >> This is Christopher from the debugging experiences team at Microsoft > focused on kernel debugging. I am reach

Re: QEMU on x64

2021-08-02 Thread Alex Bennée
Peter Maydell writes: > On Fri, 30 Jul 2021 at 19:05, Christopher Caulfield > wrote: >> This is Christopher from the debugging experiences team at Microsoft focused >> on kernel debugging. I am reaching out with a few questions about QEMU on >> x64. >> >>

Re: QEMU on x64

2021-08-02 Thread Paolo Bonzini
On 30/07/21 19:36, Christopher Caulfield wrote: Hi QEMU community, This is Christopher from the debugging experiences team at Microsoft focused on kernel debugging. I am reaching out with a few questions about QEMU on x64. 1. Is it possible for the QEMU-x86-64 GDB Server to send the full

Re: QEMU on x64

2021-07-30 Thread Peter Maydell
On Fri, 30 Jul 2021 at 19:05, Christopher Caulfield wrote: > This is Christopher from the debugging experiences team at Microsoft focused > on kernel debugging. I am reaching out with a few questions about QEMU on x64. > > Is it possible for the QEMU-x86-64 GDB Server to send the ful

QEMU on x64

2021-07-30 Thread Christopher Caulfield
Hi QEMU community, This is Christopher from the debugging experiences team at Microsoft focused on kernel debugging. I am reaching out with a few questions about QEMU on x64. 1. Is it possible for the QEMU-x86-64 GDB Server to send the full set of x64 system registers (whether they are

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-softmmu/qemu-system-i386 -M pc >> -

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 > > -initrd > /home/marwa/Bur

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

2016-04-03 Thread Pranith Kumar
On Sun, Apr 3, 2016 at 3:49 PM, Marwa Hamza wrote: > 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 >> -initrd >> /home/marwa/Bureau/lauterbach/i386_qemu/busybox-1.21.0/rootfs.img.gz >> -

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

2016-04-03 Thread 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 > -initrd /home/marwa/Bureau/lauterbach/i386_qemu/busybox-1.21.0/rootfs.img.gz > -append “root=/dev/ram rdinit=/sbin/init” > starting init :/sbin

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

2016-04-03 Thread Pranith Kumar
On Sun, Apr 3, 2016 at 9:50 AM, Marwa Hamza wrote: > ./i386-softmmu/qemu-system-i386 -M pc -kernel > /home/marwa/Bureau/lauterbach/i386_qemu/linux-4.1.18/arch/i386/boot/bzImage > -initrd /home/marwa/Bureau/lauterbach/i386_qemu/busybox-1.21.0/rootfs.img.gz > -append “root=/dev/ram rdinit=/sbin/ini

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

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

2016-04-03 Thread Pranith Kumar
On Sun, Apr 3, 2016 at 9:50 AM, Marwa Hamza wrote: > 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 compil

[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