Displaying 5 results from an estimated 5 matches for "sdlaudio".
Did you mean:
sdl_audio
2011 Aug 29
1
[patch] Activate Qemu options
Hi,
This patch makes it possible for Qemu to use the SDL library, to
conveniently replace VNC, which has horrible mouse support.
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
2010 May 07
3
pci passthrough error "unknown command"pci-ins"
...e pci pass has been enabled...
root@charles-dq45:/opt/xen-4.0.0/tools# make
....
qemu successfuly configured for Xen qemu-dm build
make -C ioemu-dir all
=== PCI passthrough capability has been enabled ===
make[2]: Entering directory `/data/opt/xen-4.0.0/tools/ioemu-qemu-xen''
CC audio/sdlaudio.o
CC sdl.o
AR libqemu_common.a
=== PCI passthrough capability has been enabled ===
=== PCI passthrough capability has been enabled ===
make[3]: Entering directory
`/data/opt/xen-4.0.0/tools/ioemu-qemu-xen/i386-dm''
CC i386-dm/vl.o
/opt/xen-4.0.0/tools/ioemu-dir/vl.c: In funct...
2010 May 07
3
pci passthrough error "unknown command"pci-ins"
...e pci pass has been enabled...
root@charles-dq45:/opt/xen-4.0.0/tools# make
....
qemu successfuly configured for Xen qemu-dm build
make -C ioemu-dir all
=== PCI passthrough capability has been enabled ===
make[2]: Entering directory `/data/opt/xen-4.0.0/tools/ioemu-qemu-xen''
CC audio/sdlaudio.o
CC sdl.o
AR libqemu_common.a
=== PCI passthrough capability has been enabled ===
=== PCI passthrough capability has been enabled ===
make[3]: Entering directory
`/data/opt/xen-4.0.0/tools/ioemu-qemu-xen/i386-dm''
CC i386-dm/vl.o
/opt/xen-4.0.0/tools/ioemu-dir/vl.c: In funct...
2006 Sep 26
15
RE: Individual passwords for guest VNC servers ?
> Thanks all point about security, I''ll do as follows.
> I thought that the point was the following two.
>
>
> 1. Storage place of encrypted password
> Should I store it in /etc/xen/passwd ?
> Or, should I wait for DB of Xen that will be released in
> the future?
The xend life cycle management patches were posted by Alistair a couple
of months back.
2011 Feb 26
1
make world error
...emu-sockets.o
CC qemu-char.o
qemu-char.c:1123:7: warning: "CONFIG_STUBDOM" is not defined
CC net-checksum.o
CC savevm.o
CC cache-utils.o
CC migration-exec.o
CC audio/audio.o
CC audio/noaudio.o
CC audio/wavaudio.o
CC audio/mixeng.o
CC audio/sdlaudio.o
CC audio/ossaudio.o
CC audio/wavcapture.o
CC sdl.o
CC x_keymap.o
CC vnc.o
CC d3des.o
AR libqemu_common.a
=== PCI passthrough capability has been enabled ===
=== PCI passthrough capability has been enabled ===
make[5]: Entering directory `/usr/src/xen-4.0.1/tools...