Discussion:
HP-UX 10.20 C180 emulation
Philippe Leduc
2013-02-16 12:29:47 UTC
Permalink
Hi !

I would like to run HP-UX 10.20 on a Visualize C180 workstation emulated by
qemu. I know it is not possible for now, so I would like to add it (and
learn how to do it btw).

What is the current state of the HPPA support in qemu ? (I can't find many
informations on that) and do you have any tips to start (I started to read
the code, but without an entry point, it can be very long)?

regards,
--
Philippe
Andreas Färber
2013-02-16 12:53:49 UTC
Permalink
Hi,
Post by Philippe Leduc
What is the current state of the HPPA support in qemu ? (I can't find
many informations on that) and do you have any tips to start (I started
to read the code, but without an entry point, it can be very long)?
In short there is tcg/hppa/ for emulating x86 etc. on hppa but no
target-hppa/ for emulating hppa on whatever platform.

There should be an incomplete hppa emulation linked from the Wiki, but
it will need quite some overhaul due to CPU and Memory API refactorings,
the introduction of the QEMU Object Model QOM and directory/Makefile
restructurings.

Regards,
Andreas
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
Philippe Leduc
2013-02-19 07:12:19 UTC
Permalink
Hi,

OK so I will begin by updating the old hppa target.

Regards,

--
Philippe
Post by Andreas Färber
Hi,
Post by Philippe Leduc
What is the current state of the HPPA support in qemu ? (I can't find
many informations on that) and do you have any tips to start (I started
to read the code, but without an entry point, it can be very long)?
In short there is tcg/hppa/ for emulating x86 etc. on hppa but no
target-hppa/ for emulating hppa on whatever platform.
There should be an incomplete hppa emulation linked from the Wiki, but
it will need quite some overhaul due to CPU and Memory API refactorings,
the introduction of the QEMU Object Model QOM and directory/Makefile
restructurings.
Regards,
Andreas
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 NÃŒrnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG NÌrnberg
Loading...