Displaying 7 results from an estimated 7 matches for "libqemu".
2011 Dec 23
0
Libvirt java from Windows
...use libvirt.
1. Got libvirt-java (
http://libvirt.org/sources/java/libvirt-java-0.4.7.tar.gz) and build a
jar out it (ant with no params)
2. Then, according to http://libvirt.org/windows.html, built a dll
using the "MSYS build script"
3. Got 2 files libvirt-0.dll and libqemu-0.dll
When I run the sample example(from Eclipse) from
http://libvirt.org/java.html I get the following error:
Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to
load library 'virt': %1 is not a valid Win32 application.
at com.sun.jna.NativeLibrary...
2013 Oct 12
0
Xen 4.2.1 compilation error from source
Hi,
I''m using xen4.2.1 source to build in Ubuntu 13.04 after
installingprerequisites.
I''m doing make world , it is giving error as give below. Can you suggest
any solution for this.
CC i386-dm/i386-dis.o
AR i386-dm/libqemu.a
LINK i386-dm/qemu-dm
vl.o: In function `dynticks_stop_timer'':
/home/prapulla/Documents/xen/xen-4.2.3/tools/qemu-xen-traditional/vl.c:1603:
undefined reference to `timer_delete''
vl.o: In function `dynticks_start_timer'':
/home/prapulla/Documents/xen/xen-4.2.3/tools/qem...
2010 Apr 19
0
Fedora 12 and Xen build problem..
...from /xen-4.0-testing.hg/tools/ioemu-dir/hw/pt-msi.h:5,
from /xen-4.0-testing.hg/tools/ioemu-dir/hw/pt-msi.c:22:
/usr/include/pci/header.h:871:1: warning: this is the location of the
previous definition
CC i386-dm/kqemu.o
CC i386-dm/i386-dis.o
AR i386-dm/libqemu.a
LINK i386-dm/qemu-dm
/usr/bin/ld: cannot find -lpci
collect2: ld returned 1 exit status
make[4]: *** [qemu-dm] Error 1
make[4]: Leaving directory `/xen-4.0-testing.hg/tools/ioemu-remote/i386-dm''
make[3]: *** [subdir-i386-dm] Error 2
make[3]: Leaving directory `/xen-4.0-testing.hg/tool...
2013 May 09
1
Bug#707434: xen: FTBFS: vl.c:1575: undefined reference to `timer_create'
...r/include/gnutls/compat.h:347) [-Wdeprecated-declarations]
> /?PKGBUILDDIR?/debian/build/build-utils_amd64/qemu/vnc.c:2178:2: warning: 'gnutls_protocol_set_priority' is deprecated (declared at /usr/include/gnutls/compat.h:344) [-Wdeprecated-declarations]
> CC d3des.o
> AR libqemu_common.a
> === PCI passthrough capability has been enabled ===
> === PCI passthrough capability has been enabled ===
> make[6]: Entering directory `/?PKGBUILDDIR?/debian/build/build-utils_amd64/tools/ioemu-dir/i386-dm'
> CC i386-dm/vl.o
> CC i386-dm/osdep.o
> CC...
2008 Feb 19
6
stubdom questions
...ed.o lib/ctype.o
lib/math.o lib/printf.o lib/string.o lib/sys.o lib/xmalloc.o lib/xs.o
xenbus/xenbus.o console/console.o console/xencons_ring.o lwip.a
/home/another/gzhai/srcs/hg/xen-dev/hv/stubdom/ioemu/i386-dm-stubdom/qemu.a
/home/another/gzhai/srcs/hg/xen-dev/hv/stubdom/ioemu/i386-dm-stubdom/libqemu.a
-Larch/x86 -lx86_32 -L../../stubdom/libxc -lxenctrl -lxenguest -lpci -lz -lc -o
mini-os.o
i686-xen-elf-objcopy -w -G xenos_* -G _start mini-os.o mini-os.o
i686-xen-elf-ld -m elf_i386 -T arch/x86/minios-x86_32.lds mini-os.o -o mini-os
mini-os.o: In function `bdrv_snapshot_dump'':
/hom...
2011 Jul 07
6
Xen unstable on NetBSD
Hello,
I''m trying to compile Xen unstable on NetBSD, I''ve aplied the patches
from http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/sysutils/xentools41/patches/?only_with_tag=MAIN
and copied the blk files from
http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/sysutils/xentools41/files/?only_with_tag=MAIN
(I don''t know which of these patches have been applied to xen
unstable, so
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
-