[Qemu-devel] Re: [PATCH 03/15] xen: Add a new target to qemu: target-xen

2010-08-23 Thread Stefano Stabellini
On Mon, 23 Aug 2010, Juan Quintela wrote: > > +# Xen Device Model > > +# xen full virtualized machine > > + > > +# Remove some lib, because we don't want it for a xen target. > > +ifeq ($(TARGET_BASE_ARCH), xen) > > +bad-libobj-y = exec.o translate-all.o cpu-exec.o translate.o > > +bad-libobj-y +=

[Qemu-devel] Re: [PATCH 03/15] xen: Add a new target to qemu: target-xen

2010-08-23 Thread Juan Quintela
stefano.stabell...@eu.citrix.com wrote: > From: Anthony PERARD > > This patch adds a new Xen device model target to Qemu, called > target-xen. > The new target makes use of the previously introduced xen_machine_fv. > In order to have a fully working Xen device model we still need > functionalities

[Qemu-devel] Re: [PATCH 03/15] xen: Add a new target to qemu: target-xen

2010-08-13 Thread Anthony Liguori
On 08/12/2010 09:09 AM, stefano.stabell...@eu.citrix.com wrote: From: Anthony PERARD This patch adds a new Xen device model target to Qemu, called target-xen. A xen specific target is definitely the wrong approach. I understand the desire to avoid the TCG code. We would like to (optiona