All of lore.kernel.org
 help / color / mirror / Atom feed
From: Boris Derzhavets <bderzhavets@yahoo.com>
To: Andrew Lyon <andrew.lyon@gmail.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: [PATCH] ioemu-stubdom: Use xen-setup-stubdom rather than configure
Date: Mon, 23 Mar 2009 08:34:39 -0700 (PDT)	[thread overview]
Message-ID: <356859.12905.qm@web56103.mail.re3.yahoo.com> (raw)
In-Reply-To: <18881.8876.14495.776912@mariner.uk.xensource.com>


[-- Attachment #1.1: Type: text/plain, Size: 2602 bytes --]

>It is not a network problem, the system completely locks up when I try
>to start a stubdom, even the local keyboard and vga is not responsive.
>Andy

In meantime i even cannot build stubdom. 

Per Ian Jackson:-
  In commit c609854fe18aab3216f28e1e5291b75970d398d5 in
qemu-xen-unstable we provide a new `xen-setup-stubdom' script, 
which hardcodes the relevant answers.

Patch to makefile has been applied in Xen Unstable:-

changeset 19389 ioemu-stubdom: Use xen-setup-stubdom 
rather than configure

But i cannot get mentioned commit, even reinstalling Xen Unstable
with fresh git download for ioemu-remote.

Maybe i misunderstand message bellow.

Boris



--- On Wed, 3/18/09, Ian Jackson <Ian.Jackson@eu.citrix.com> wrote:
From: Ian Jackson <Ian.Jackson@eu.citrix.com>
Subject: [Xen-devel] [PATCH] ioemu-stubdom: Use xen-setup-stubdom rather than configure
To: xen-devel@lists.xensource.com
Date: Wednesday, March 18, 2009, 12:34 PM

xen-setup runs the upstream configure script, and ends up
autodetecting various properties of the host and then trying to use
them in stubdom, which works badly.

In commit c609854fe18aab3216f28e1e5291b75970d398d5 in
qemu-xen-unstable we provide a new `xen-setup-stubdom' script, which
hardcodes the relevant answers.

With these two changes, stubdom should compile again.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>

diff -r d035b66b5b4d stubdom/Makefile
--- a/stubdom/Makefile	Mon Mar 09 15:01:34 2009 +0000
+++ b/stubdom/Makefile	Wed Mar 18 15:48:18 2009 +0000
@@ -6,8 +6,6 @@ export stubdom=y
 export stubdom=y
 export debug=y
 include $(XEN_ROOT)/Config.mk
-
-IOEMU_OPTIONS=--disable-sdl --disable-opengl --disable-vnc-tls
--disable-brlapi --disable-kqemu
 
 #ZLIB_URL?=http://www.zlib.net
 ZLIB_URL=$(XEN_EXTFILES_URL)
@@ -237,8 +235,12 @@ ioemu: cross-zlib cross-libpci libxc
 	[ -f ioemu/config-host.mak ] || \
 	  ( $(absolutify_xen_root); \
 	    cd ioemu ; \
-          CONFIG_STUBDOM=yes XEN_TARGET_ARCH=$(XEN_TARGET_ARCH)
CFLAGS="$(TARGET_CFLAGS)" sh ./xen-setup --cc=$(CC)
--disable-gcc-check $(IOEMU_OPTIONS))
-	CPPFLAGS= TARGET_CPPFLAGS="$(TARGET_CPPFLAGS)" $(MAKE) -C ioemu
LWIPDIR=$(CURDIR)/lwip-$(XEN_TARGET_ARCH) TOOLS= CONFIG_STUBDOM=yes
+	    LWIPDIR=$(CURDIR)/lwip-$(XEN_TARGET_ARCH) \
+	    TARGET_CPPFLAGS="$(TARGET_CPPFLAGS)" \
+	    TARGET_CFLAGS="$(TARGET_CFLAGS)" \
+	    TARGET_LDFLAGS="$(TARGET_LDFLAGS)" \
+	    ./xen-setup-stubdom )
+	$(MAKE) -C ioemu 
 
 ######
 # caml

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel



      

[-- Attachment #1.2: Type: text/html, Size: 3138 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

  parent reply	other threads:[~2009-03-23 15:34 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-18 16:34 [PATCH] ioemu-stubdom: Use xen-setup-stubdom rather than configure Ian Jackson
2009-03-18 18:45 ` Boris Derzhavets
2009-03-19  6:18 ` Boris Derzhavets
2009-03-23 15:34 ` Boris Derzhavets [this message]
2009-03-23 16:02   ` Stefano Stabellini
2009-03-23 17:04     ` Boris Derzhavets
2009-03-23 17:02       ` Stefano Stabellini
2009-03-23 17:52         ` Boris Derzhavets
2009-03-23 17:51           ` Stefano Stabellini
     [not found] ` <Pine.GSO.4.60.0903182105250.7169@cascade.cs.ubc.ca>
2009-03-23 16:15   ` Ian Jackson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=356859.12905.qm@web56103.mail.re3.yahoo.com \
    --to=bderzhavets@yahoo.com \
    --cc=andrew.lyon@gmail.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.