Displaying 20 results from an estimated 612 matches for "ioemu".
2006 Jul 25
5
build problems with current xen unstable cpu.h vl.h:75 vl.c:24 cpu-all.h:122: error: syntax error before "float64"
Hi,
I am having troubles in building xen unstable.
make[3]: Entering directory `/data/xen/build/xen-unstable.hg-3.0-20060725.5/tools''
[ -f ioemu/config-host.h ] || \
(cd ioemu && sh configure --prefix=/usr)
Install prefix /usr
BIOS directory /usr/share/xen/qemu
binary directory /usr/lib/xen/bin
Manual directory /usr/share/man
ELF interp prefix
Source path /data/xen/build/xen-unstable.hg-3.0-20060725.5/tools/ioemu
C com...
2006 Jul 25
6
[PATCH][QEMU] Add IA64-specific code for new qemu.
This patch adds the ia64-specific code for new Qemu .
In addition, some ia64 patches aren''t checked into xen-unstable.hg, so I
reversed the related logic temporarily. Once sync with
xen-ia64-unstable.hg, the logic will regain automatically.
Thanks & Best Regards
-Xiantao
OTC,Intel Corporation
_______________________________________________
Xen-devel mailing list
2011 Feb 26
1
make world error
...ls/cross-install -m0755 -p fs-backend
/usr/src/xen-4.0.1/dist/install/usr/sbin
make[4]: Leaving directory `/usr/src/xen-4.0.1/tools/fs-back''
make[3]: Leaving directory `/usr/src/xen-4.0.1/tools''
make[3]: Entering directory `/usr/src/xen-4.0.1/tools''
set -ex; \
if test -d ioemu-qemu-xen; then \
rm -f ioemu-dir; \
ln -sf ioemu-qemu-xen ioemu-dir; \
else \
if [ ! -d ioemu-remote ]; then \
rm -rf ioemu-remote ioemu-remote.tmp; \
mkdir ioemu-remote.tmp; rmdir ioemu-remote.tmp; \
git clone ioemu-qemu-xen ioemu-remote.tmp; \
if [ "xen-4.0.1" ]; then...
2006 Jun 30
2
Qemu-0.8.1 based ioemu preview available
Hello,
A preview of the qemu 0.8.1 based ioemu is now available at:
http://xenbits.xensource.com/chris/add-ioemu-new and
http://xenbits.xensource.com/chris/enable-ioemu-new
In addition to these two patches, you need a copy of qemu-0.8.1 and
place it into tools/ioemu-new -- one option is the tarball available at
http://xenbits.xensource.com/chr...
2010 Oct 01
2
trouble building 4.0.1
...warnings being treated as errors
netfront.c:41:32: error: variably modified ‘tx_freelist’ at file scope
netfront.c:44:34: error: variably modified ‘rx_buffers’ at file scope
netfront.c:45:34: error: variably modified ‘tx_buffers’ at file scope
make[3]: *** [/usr/src/xen-4.0.1/stubdom/mini-os-x86_32-ioemu/netfront.o] Error 1
make[3]: Leaving directory `/usr/src/xen-4.0.1/extras/mini-os''
make[2]: *** [ioemu-stubdom] Error 2
make[2]: Leaving directory `/usr/src/xen-4.0.1/stubdom''
make[1]: *** [install-stubdom] Error 2
make[1]: Leaving directory `/usr/src/xen-4.0.1''
make: ***...
2008 Jul 02
4
Please pull ia64 trees
Hi Keir,
Please pull the ia64 trees:
http://xenbits.xensource.com/ext/ia64/xen-unstable.hg
http://xenbits.xensource.com/ext/ia64/linux-2.6.18-xen.hg
This includes updates of acpi related files, save/restore update for
pv_ops and bug fixes from Akio, and mini-os update from Samuel Thibault.
Thanks,
--
yamahata
_______________________________________________
Xen-devel mailing list
2006 Sep 12
3
RE: Help: Xen HVM Domain can ONLY support four hard drivesat most???
...ur hard
>drivesat most???
>
>Hi,
>
>I have 5 SATA hard drives and I want to expose all these five drives to
>Windows HVM domain (domain name: w2k3-001) from dom0. Here is the
>related
>setting in my Windows config file:
>disk = [''phy:/dev/VG_Dom3_Windows/w2k3-001,ioemu:hda,w'',
>''phy:/dev/sde,ioemu:hdb,w'', ''phy:/dev/sdf,ioemu:hdc,w'',
>''phy:/dev/sdg,ioemu:hdd,w'', ''phy:/dev/sdh,ioemu:hde,w'' ]
>
>When I start Windows domain, I got the following error:
>Error: hvm: for qemu...
2005 May 27
0
[PATCH] ioemu: enable Cirrus VGA emulation
At some point the Cirrus VGA driver was commented out. Probably
for debugging. The patch below adds it back in. It works just fine.
Signed-Off-By: Leendert van Doorn <leendert@watson.ibm.com>
diff -ru xeno-unstable.orig/tools/ioemu/hw/pc.c xeno-unstable.mine/tools/ioemu/hw/pc.c
--- xeno-unstable.orig/tools/ioemu/hw/pc.c 2005-05-25 07:48:57.000000000 -0400
+++ xeno-unstable.mine/tools/ioemu/hw/pc.c 2005-05-27 15:23:19.000000000 -0400
@@ -389,7 +389,7 @@
linux_boot = (kernel_filename != NULL);
/* allocate RAM */
-//...
2010 Apr 19
0
Fedora 12 and Xen build problem..
...glibc-devel
e2fsprogs-devel gitk mkinitrd iasl xz-devel bzip2-devel
2. to get the source code
hg clone http://xenbits.xen.org/xen-4.0-testing.hg
3. build it
cd xen-4.0-testing.hg
make xen
make tools ----
make stubdom
I will have error as follow:
In file included from
/xen-4.0-testing.hg/tools/ioemu-dir/hw/pass-through.c:87:
/usr/include/pci/header.h:871:1: warning: this is the location of the
previous definition
CC i386-dm/pt-msi.o
In file included from
/xen-4.0-testing.hg/tools/ioemu-dir/hw/pass-through.h:22,
from /xen-4.0-testing.hg/tools/ioemu-dir/hw/pt-msi.h:5,...
2009 Jul 23
2
build of xen-unstable(cs:19963 and 19974) failed for i386/x86_64
Build infomation:
build of xen-unstable(cs:19963 and 19974) failed for
i386/x86_64,details as below:
....
make[1]: Entering directory `/builddir/build/BUILD/xen-unstable/tools''
set -ex; \
if test -d git://xenbits.xensource.com/qemu-xen-unstable.git; then \
rm -f ioemu-dir; \
ln -sf git://xenbits.xensource.com/qemu-xen-unstable.git ioemu-dir; \
else \
if [ ! -d ioemu-remote ]; then \
rm -rf ioemu-remote ioemu-remote.tmp; \
mkdir ioemu-remote.tmp; rmdir ioemu-remote.tmp; \
git clone git://xenbits.xensource.com/qemu-xen-unstable.git ioemu-remote.tmp;...
2010 Oct 07
31
[RFC][QEMU] ATI graphics VBIOS passthru support
Hi Ian,
There have been a lot of interest on gfx passthru recently. This patch enables ATI VBIOS in passthru mode. The guest VM system BIOS (including Windows boot logo) can now show in passthru screen. We have tested with various Windows and Linux guest VMs. Please help review it. We are also looking forward to comments and suggestions from Xen community users.
Signed-off-by: Wei Huang
2007 Dec 06
7
[PATCH] Fix ioemu compile
# HG changeset patch
# User john.levon@sun.com
# Date 1196969481 28800
# Node ID 2c28ac4db1f7542220b1472821e8631b79b6a23a
# Parent 4a98d4b6e4daccd610175e3c0f8cab49b056c649
Fix ioemu compile
serial.c was including another Linux-specific header.
Signed-off-by: John Levon <john.levon@sun.com>
diff --git a/tools/ioemu/hw/serial.c b/tools/ioemu/hw/serial.c
--- a/tools/ioemu/hw/serial.c
+++ b/tools/ioemu/hw/serial.c
@@ -26,9 +26,15 @@
#include <sys/time.h>
#include...
2008 Mar 04
0
[PATCH] ioemu: Slown down refresh interval when SDL is minimized
ioemu: Slown down refresh interval when SDL is minimized
as that saves us the VGA refresh scanning.
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
diff -r c6cd384a48bf tools/ioemu/sdl.c
--- a/tools/ioemu/sdl.c Tue Mar 04 12:32:31 2008 +0000
+++ b/tools/ioemu/sdl.c Tue Mar 04 15:34...
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...
2007 Aug 02
3
ioemu/xenfb
Hi folks
There are two components, which are currently not included in the main
utils package: ioemu, xenfb. ioemu is currently shipped in its own
package, xenfb is not shipped at all.
Should we fold them into the main utils package for simplicity?
ioemu adds 300k to the package and 4300k in one dependency
(libsdl1.2debian). xenfb adds another 200k to the package and 200k in
one dependency (libjp...
2009 Jul 15
0
Bug#536175: Bug#536175: Bug#536176: xen-utils-3.4: trying xen-3.4 once breaks xen-3.2 (?)
Here is a patch to the Debian xen-3 3.4.0-1 package that reenables ioemu.
I have been using it for the last four weeks. (I understand there are
reasons this cannot go into Debian yet, but hopefully it will be useful to
people that depend on running HVMs today.)
Anders
-------------- next part --------------
--- xen-3/debian/changelog
+++ xen-3/debian/changelog
@@...
2006 May 22
2
Bug#368496: xen-utils-3.0: Include support for HVM-based guests
...ws you to run
unmodified operating systems under Xen, such as Windows XP/2003.
The following files are needed:
/usr/lib/xen/bin/qemu-dm
/usr/lib/xen/bin/qemu-dm.debug
/usr/lib/xen/boot/hvmloader
/etc/xen/qemu-ifup
It may be best to split this into a separate package (SuSe calls it
'xen-utils-ioemu'), as they require SDL libraries and such.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to...
2012 May 23
0
A little confusion between "tapdisk" and "tapdisk-ioemu"
...using "tapdisk" to wirite to raw image file.
but the truth is even when i delete /usr/sbin/tapdisk the domU can still
boot on my machine with tap:aio protocol
after a deeper look into the scene, i find that when i specify tap:aio the
executable functioning is actually /usr/sbin/tapdisk-ioemu
i don''t find enough information about the tapdisk-ioemu, am i mistaken for
something or dose the passage above give me the out of date information?
====================================================
I then look at the "tools/blktap/drivers/blktapctrl.c" file, I find that
the...
2012 Jan 16
13
[PATCH v10 0/7] build upstream qemu and seabios by default
Hi all,
this is the tenth version of the patch series to introduce upstream qemu
and seabios in the xen-unstable build system.
Changes to v9:
- rename QEMU_UPSTREAM_TAG to QEMU_UPSTREAM_REVISION: we are going to
use it with a branch name by default;
- set QEMU_UPSTREAM_REVISION to "master" by default;
- set SEABIOS_UPSTREAM_URL to git://xenbits.xen.org/seabios.git by
default;
- add
2007 Oct 25
7
Sample Config File?
Hi. I am running Xen 3.0.3-1 on Debian Etch. Does anyone have a sample
config file for creating a windows DomU? I have the ISO file from my
windows CD. I''m not using LVM
Thanks in Advance
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users