Hi,
I am trying to compile qemu 2.8 on solaris 10 (ultrasparc).
The most success I've had with compiling is using the configure command below:
../qemu/configure --cc=/usr/local/gcc-4.2.1/gcc/bin/gcc
--python=/opt/csw/bin/python2.7 --make=/usr/local/bin/make
--target-list=ppc-softmmu --disable-t
: Peter Maydell [mailto:peter.mayd...@linaro.org]
Sent: Tuesday, March 14, 2017 11:17 AM
To: Wu, Michael Y [US] (MS)
Cc: qemu-discuss@nongnu.org
Subject: EXT :Re: [Qemu-discuss] Compiling qemu 2.8 on Solaris 10
On 14 March 2017 at 17:47, Wu, Michael Y [US] (MS) wrote:
> I am trying to compile qemu
Hi,
I've been doing some bare metal programming using the powerpc system emulator.
I was able to run some of my code using the g3beige system emulation. I set up
break points in GDB to validate that it works.
My next step is to emulate some external registers. Simply a powerpc address
will be
Hi,
I am currently creating my own PowerPC system board for the purposes of
emulating an already developed embedded system. I've created some of my own
QEMU devices but that was accomplished with the help of some websites and
looking at the source code.
I was wondering if there are any good re
Hi everyone,
I am emulating Debian PPC64 on a Windows7 Host. I am interested in accessing a
network drive that my host can access. I am able to transfer files from the
host and guest by establishing a http server on the host end but I would
preferably like to have full access to the network dri
Hi everyone,
I've been working on an interrupt controller for powerpc-based bare metal code
program. I have been unable to successfully set off an external interrupt. In
my interrupt controller, the function qemu_irq_raise() is called to set off the
interrupt. When my bare metal program sets of