Displaying 7 results from an estimated 7 matches for "mixemu".
2011 Aug 29
1
[patch] Activate Qemu options
...ort.
It also adds a IOEMU_CONFIGURE_OPTIONS option in tools/Makefile, so that
later on, we can call:
$(MAKE_CLEAN) -C $(DIR)/tools $(CONFIG)
IOEMU_CONFIGURE_OPTIONS="--audio-drv-list=\"pa oss alsa sdl esd\"
--audio-card-list=\"ac97 es1370 sb16 cs4231a adlib gus\" --enable-mixemu"
from debian/rules.real
Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 02_activate-qemu-options.diff
Type: text/x-diff
Size: 2489 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20110829/f512101...
2011 Jul 23
1
Bug#635166: Please enable audio support in xen-qemu
...=yes" >> $config_mak
+fi
Then:
$(STAMPS_DIR)/setup: $(STAMPS_DIR)/source
cd $(BUILD_DIR); ./xen-setup \
--audio-drv-list="pa oss alsa sdl esd" \
--audio-card-list="ac97 es1370 sb16 cs4231a adlib gus" \
--enable-mixemu
You also need to build-depends on:
libasound2-dev, libesd0-dev, libpulse-dev
Please add the support for audio, it's otherwise a regression.
Having a build-depends on libbluetooth-dev would also be a good idea
to enable bluetooth support in xen-qemu-dm.
Thanks for considering the above,
Che...
2009 Dec 15
5
HVM support to be removed from Debian Squeeze: call for volunteers
[message cross posted to the pkg-xen and xen-devel list]
Dear everyone,
Bastian Blank - which is the person (among others, but mainly him) that
is packaging Xen in Debian -, has decided last summer that he doesn't
want to deal with the qemu-dm of Xen, thus removing Xen Qemu and support
for HVM in Debian. Here is what he wrote:
2009 Dec 15
5
HVM support to be removed from Debian Squeeze: call for volunteers
[message cross posted to the pkg-xen and xen-devel list]
Dear everyone,
Bastian Blank - which is the person (among others, but mainly him) that
is packaging Xen in Debian -, has decided last summer that he doesn't
want to deal with the qemu-dm of Xen, thus removing Xen Qemu and support
for HVM in Debian. Here is what he wrote:
2010 Nov 20
2
Xen Live Migration Fail
Dear all:
I am trying to migrate a WinXP HVM (64M memory) from a machine
(sender) to another machine (receiver) through AoE disk, however,
there are some errors when do the following command:
(My xen version is xen-4.0.1-rc5.hg, kernel 2.6.31.13, xen xen-4.0.1-rc6-pre,
Both sender and receiver are the same xen version)
xm migrate --live domain_id receiver_ip
2011 Aug 10
1
Xen 4.1.1 packaging enhancement
Hi,
This email is mainly addressed at Waldi (Bastian Blank). I'm resending it
since the previous one is waiting for approval due to its size being
bigger than 40k (I compressed the .diff this time, so it should be ok).
I have worked on enhancing the current packaging of Xen 4.1.1 over the
last weeks. The main goal was to package the OCaml libraries of Xen as
separated binary packages, and
2010 May 10
5
GFX Passthrough
Hi List,
many People seem to be interested in the Graphic-Card Passthrough Feature (for
more or less obvious reasons).
Official Support is still under development, and i hope not to interfere with it
in any (bad) way ...
But i remember my own painfull and timeconsuming research when i wanted this
feature to work, so i thought perhaps this spares some time for the unpatient
users like me :)