search for: config_qemu

Displaying 15 results from an estimated 15 matches for "config_qemu".

2008 Sep 11
0
[PATCH] [UPDATE] stubdom: compile stubdom with qemu-remote
I am updating this patch to use the tools/ioemu-dir symlink as qemu source directory in case CONFIG_QEMU != ioemu. Before we were trying to figure out where is the actual qemu source dir again. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> --- diff -r f5e72cbfbb17 stubdom/Makefile --- a/stubdom/Makefile Wed Sep 10 11:26:16 2008 +0100 +++ b/stubdom/Makefile Thu Sep 11 18...
2012 Jan 16
13
[PATCH v10 0/7] build upstream qemu and seabios by default
...cute git-checkout.sh rathen than /bin/bash. Changes to v3: - reduce the scope of git-checkout.sh, now it only does what the name says; calling "configure" is responsibility of the caller. As a result of this change, the build still works when the user specifies a local directory in the CONFIG_QEMU environmental variable; - use a more official qemu repository hosted on xenbits; - use a changeset as QEMU_UPSTREAM_TAG rather than a branch name. Changes to v2: - move tools/git-checkout.sh to scripts/git-checkout.sh; - use git-checkout.sh for seabios; - improve seabios integration with to...
2013 Aug 16
0
Build fixes for pkg-xen svn
...ols/Rules.mk @@ -26,21 +28,22 @@ SUBDIRS-$(CONFIG_NetBSD) += xenbackendd SUBDIRS-y += libfsimage SUBDIRS-$(LIBXENAPI_BINDINGS) += libxen -@@ -34,9 +23,12 @@ +@@ -34,8 +23,10 @@ # do not recurse in to a dir we are about to delete ifneq "$(MAKECMDGOALS)" "distclean" +CONFIG_QEMU = $(CURDIR)/../qemu +ifneq ($(wildcard $(CONFIG_QEMU)),) SUBDIRS-$(CONFIG_IOEMU) += qemu-xen-traditional-dir - SUBDIRS-$(CONFIG_IOEMU) += qemu-xen-dir - endif +-SUBDIRS-$(CONFIG_IOEMU) += qemu-xen-dir +endif + endif SUBDIRS-y += xenpmd - SUBDIRS-y += libxl ---- a/tools/Rules.mk -+++ b/tool...
2009 Feb 10
7
hang on restore in 3.3.1
I am having problems with save/restore under 3.3.1 in the GPLPV drivers. I call hvm_shutdown(xpdd, SHUTDOWN_suspend), but as soon as I lower IRQL (enabling interrupts), qemu goes to 100% CPU and the DomU load goes right up too. Xentrace is showing a whole lot of this going on: CPU0 200130258143212 (+ 770) hypercall [ rip = 0x000000008020632a, eax = 0xffffffff ] CPU0 200130258151107 (+
2013 Jun 16
2
libvirt: xen error
Hi, I am trying to install xen and provide libvrit support to it but while installing at some point of time it tries to connect to GIT repository and creates a clone but I am behind firewall and it is getting timed out.... :( I am pasting a screenshot below. Can anyone of you please help me out with this one. // Varun
2008 Oct 03
0
[IA64] Weekly benchmark results [ww39]
...) 673:3161879fdf22 (ia64/linux-2.6.18-xen) 126:d255b2cfdd5a (efi-vfirmware) 0f3d638 (qemu-xen-unstable) Dom0 OS : RHEL4 U2 (2P) DomU OS : RHEL4 U2 (8P, using tap:aio) DomVTi OS : RHEL4 U2 (8P, with PV-on-HVM drivers) CONFIG_QEMU : ioemu-remote TEST RESULTS DomU: unixbench4.1.0 : Pass bonnie++-1.03 : Pass ltp-full-20070930 : Pass iozone3_191 : Pass lmbench-3.0-a5 : Pass DomVTi: unixbench4.1.0 : Pass bonnie++-1.03 : Pass ltp-full-20070930 : Pass iozone3_191...
2008 Jul 18
0
[PATCH] stubdom: fix build dependency
...libxc/libxenctrl.a libxc/libxenguest.a:: cross-zlib CPPFLAGS="$(TARGET_CPPFLAGS)" CFLAGS="$(TARGET_CFLAGS)" $(MAKE) -C libxc ####### @@ -214,7 +214,7 @@ ####### .PHONY: ioemu -ioemu: cross-zlib cross-libpci mk-headers libxc +ioemu: cross-zlib cross-libpci libxc ifeq ($(CONFIG_QEMU),ioemu) [ -f ioemu/config-host.mak ] || \ ( cd ioemu ; \ @@ -232,7 +232,7 @@ ###### .PHONY: caml -caml: cross-newlib mk-headers +caml: cross-newlib CPPFLAGS="$(TARGET_CPPFLAGS)" CFLAGS="$(TARGET_CFLAGS)" $(MAKE) -C $@ LWIPDIR=$(CURDIR)/lwip ### @@ -240,7 +240,7 @...
2008 Dec 12
0
[Xen-ia64-devel] [IA64] Weekly benchmark results [ww49]
...) 753:17adc5c344fe (ia64/linux-2.6.18-xen) 131:9210bd27a551 (efi-vfirmware) b4d410a (qemu-xen-unstable) Dom0 OS : RHEL4 U2 (2P) DomU OS : RHEL4 U2 (8P, using tap:aio) DomVTi OS : RHEL4 U2 (8P, with PV-on-HVM drivers) CONFIG_QEMU : ioemu-remote TEST RESULTS DomU: unixbench4.1.0 : Pass bonnie++-1.03 : Pass ltp-full-20070930 : Pass iozone3_191 : Pass lmbench-3.0-a5 : Pass DomVTi: unixbench4.1.0 : Pass bonnie++-1.03 : Pass ltp-full-20070930 : Pass iozone3_191...
2013 Jun 21
0
Re: [libvirt] libvirt: xen error
...you define specific variables, pointing o the sources. So, for example for upstream and traditional QEMU, you want to clone the repository from some place where that is possible, copy them in /foo/bar/qemu-xen-traditional and /foo/bar/qemu-xen-upstream and write the following in the .config file: CONFIG_QEMU=/foo/bar/qemu-xen-traditiona QEMU_UPSTREAM_URL=/foo/bar/qemu-xen-upstream That would at least help, I think. :-) Allow me to add that, since this is still a ver Xen specific issue, you may be more lucky in finding help on some other mailing lists (and also avoid disturbing people in this very one...
2012 Feb 10
6
[PATCH v2 0/3] hvmloader: Make ROM dependencies optional
This patch set mainly allows the user to build a seabios or rombios only version of hvmloader. In addition, when building a seabios only hvmloader, Option ROMs like vgabios and etherboot are no longer required, and therefore can be disabled from the build. Dependency on the bcc compiler can also be avoided the same way. v2: Separate patches for separate issues Introduced config option to
2013 Jun 22
1
Re: [libvirt] libvirt: xen error
...s, pointing o > the sources. So, for example for upstream and traditional QEMU, you want > to clone the repository from some place where that is possible, copy > them in /foo/bar/qemu-xen-traditional and /foo/bar/qemu-xen-upstream and > write the following in the .config file: > > CONFIG_QEMU=/foo/bar/qemu-xen-traditiona > QEMU_UPSTREAM_URL=/foo/bar/qemu-xen-upstream > > That would at least help, I think. :-) > > Allow me to add that, since this is still a ver Xen specific issue, you > may be more lucky in finding help on some other mailing lists (and also > avoid d...
2008 Jun 06
0
[PATCH] stubdom: permit compilation without lwip
...os/main.c Thu Jun 05 13:04:07 2008 +0100 +++ b/extras/mini-os/main.c Fri Jun 06 11:28:09 2008 +0100 @@ -45,7 +44,9 @@ sparse((unsigned long) &__app_bss_start, &__app_bss_end - &__app_bss_start); +#ifdef HAVE_LWIP start_networking(); +#endif init_fs_frontend(); #ifdef CONFIG_QEMU if (!fs_import) { @@ -162,6 +163,9 @@ close_all_files(); __libc_fini_array(); printk("main returned %d\n", ret); +#ifdef HAVE_LWIP + stop_networking(); +#endif unbind_all_ports(); if (!ret) { /* No problem, just shutdown. */ ___________________________...
2011 Oct 12
14
pv-grub Solaris support
Hello all, I''ve patched pv-grub to allow it to boot a Solaris PV domU using an unmodified menu.lst. The attached patch has been tested with various Solaris versions (Solaris 11 Express, OpenIndiana 151a, OpenSolaris 134, Nexenta Core 3.0.1; all 64-bit). I appreciate your feedback. The patch consists mainly of Oracle''s grub modifications, which add ZFS support and
2012 Feb 11
14
[PATCH v3 0/5] hvmloader: Make ROM dependencies optional
This patch set mainly allows the user to build a seabios or rombios only version of hvmloader. In addition, when building a seabios only hvmloader, Option ROMs like vgabios and etherboot are no longer required, and therefore can be disabled from the build. Dependency on the bcc compiler can also be avoided the same way. v2: Separate patches for separate issues Introduced config option to
2012 Jan 25
26
[PATCH v4 00/23] Xenstore stub domain
Changes from v3: - mini-os configuration files moved into stubdom/ - mini-os extra console support now a config option - Fewer #ifdefs - grant table setup uses hypercall bounce - Xenstore stub domain syslog support re-enabled Changes from v2: - configuration support added to mini-os build system - add mini-os support for conditionally compiling frontends, xenbus -