search for: libpci

Displaying 20 results from an estimated 27 matches for "libpci".

2008 Aug 02
3
Bug for Xen-3.3.0-rc2: libpci read error. No emulation.
On 32e, we create one guest, then hotplug attach one NIC to guest, guest can not get IP address via dhcp, guest qemu log shows "libpci read error. No emulation ". Here is the bug entry: One 32e, hotplug attaching VT-d NIC to guest failed. http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1316. -- haicheng _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists....
2011 Nov 22
3
[PATCH] qemu-xen: Don't redefine libpci (3.1.7) defines.
These values are already defined by the libpci heders in the version 3.1.7. PCI_STATUS_66MHZ PCI_STATUS_RESERVED2 PCI_STATUS_FAST_BACK PCI_MSIX_TABSIZE Signed-off-by: Jean Guyader <jean.guyader@eu.citrix.com> --- hw/pci.h | 6 ++++++ hw/pt-msi.h | 2 ++ 2 files changed, 8 insertions(+), 0 deletions(-) ______________________...
2008 Aug 01
0
[PATCH] ioemu-remote&ioemu: fix libpci error handling.
This patch fixes libpci error handling. It can be applied to both ioemu-remote and ioemu. libpci returns ALL F when error occurs. Currently, if libpci returns ALL F, emulation stops. But it is possible that the field of real register which is read by guest software is ALL F. After applying this patch, if libpci returns...
2020 Feb 05
0
Kernel downgrade on Centos 8
...t) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.6)(64bit) libc.so.6(GLIBC_2.7)(64bit) libcpupower.so.0()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libncursesw.so.6()(64bit) libpanelw.so.6()(64bit) libpci.so.3()(64bit) libpci.so.3(LIBPCI_3.0)(64bit) libpci.so.3(LIBPCI_3.3)(64bit) libpci.so.3(LIBPCI_3.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) librt.so.1()(64bit) librt.so.1(GLIBC_2.2.5)(64bit) libtinfo.so.6()(64bit) rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDige...
2020 Feb 05
3
Kernel downgrade on Centos 8
Johnny Hughes wrote: > No, CentOS-8 uses different shared libraries and a different version > of the compiler than CentOS-7, so you can not run items compiled for > CentOS-7 on CentOS-8. The kernel does not rely on userspace libraries. -- Dimitri Zelenkin Devexperts, Inc
2015 Mar 23
2
[LLVMdev] New kind of metadata to capture LLVM IR linking structure
...to perform this analysis we have to link them all together into a single .bc/.ll file. Having the module structure allows us to model interactions between different modules (without manually (and sometimes unreliably) having to work out which source file corresponds to which library (e.g. libssl, libpci, libpolicy, librenderer, etc)). It also allows an analysis tool to support turning on/off output warnings for particular libraries (as they can lead to a lot of analysis output). > > >> >> I would be very grateful if someone could review this. >> >> Thanks >> &...
2008 Jul 18
0
[PATCH] stubdom: fix build dependency
...est.a -libxc/libxenctrl.a libxc/libxenguest.a:: cross-zlib mk-headers +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_C...
2007 May 31
0
[RFC][PATCH 6/6] HVM PCI Passthrough (non-IOMMU)
libpci.patch: - A library to access the PCI config space, probe the bus for devices, etc. It is basically a copy & paste from the libpci app. - Uses the 0xcf8/0xcfc method to read the config. - PIO/MMIO low-level access functions. Signed-off-by: Alex Novik <alex@neocleus.com>...
2015 Mar 23
4
[LLVMdev] New kind of metadata to capture LLVM IR linking structure
...em all together into a single .bc/.ll file. >> >> Having the module structure allows us to model interactions between >> different modules (without manually (and sometimes unreliably) having to >> work out which source file corresponds to which library (e.g. libssl, >> libpci, libpolicy, librenderer, etc)). It also allows an analysis tool to >> support turning on/off output warnings for particular libraries (as they >> can lead to a lot of analysis output). >> > > Fair enough - I've no idea/opinion on whether that's the right abstraction...
2011 Dec 09
1
[xen-4.1-testing test] 10458: trouble: broken/fail/pass
...5356a xen-unstable date: Mon Dec 05 19:42:46 2011 +0000 ======================================== commit 3981d218912e186cb4205ee6732f446c177a36a2 Author: Jean Guyader <jean.guyader@eu.citrix.com> Date: Tue Nov 22 18:49:15 2011 +0000 qemu-xen: Don''t redefine libpci (3.1.7) defines. These values are already defined by the libpci heders in the version 3.1.7. PCI_STATUS_66MHZ PCI_STATUS_RESERVED2 PCI_STATUS_FAST_BACK PCI_MSIX_TABSIZE Signed-off-by: Jean Guyader <jean.guyader@eu.citrix.com> (cherry picked from...
2009 Jul 01
3
[XCI] xci build issues
After a hiatus, I have made another attempt at getting the XCI code-base up-and-running, but have run into some issues that I am hoping someone can help me with. 1. I am finding that a large hurdle in getting this building is chasing down build dependencies, of which there are many. Since the wiki recommends that this be built on a 32bit Debian lenny system - does anyone have a list of necessary
2010 Mar 11
6
Installing from source (git, hg) on a fresh debian box
...nssl-dev xorg-dev gettext libncurses5-dev python2.5-dev texinfo texlive-latex-base texlive-latex-recommended texlive-fonts-extra texlive-fonts-recommended transfig bridge-utils uuid-dev easygit gitk bcc vim-full ssh chkconfig ntpdate openntpd kernel-package module-assistant pkg-config libgnutls-dev libpci-dev randomize-lines gcc gcc g++ make patch libssl-dev bzip2 gettext python libjpeg62-dev libx11-dev libgcrypt11-dev bin86 libsdl1.2-dev libc6-dev xen-linux-system-2.6.26-2-xen-amd64 dstat ifenslave vnc4server ethtool bison flex 3) git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen....
2018 Aug 07
2
id <username> - doesnt list all groups
Thank for your answer: But i dont know understand why is following not working: I want to restrict the ssh access for a special domain member: In my "sshd_config" i added: AllowGroups restrictaccess root With user2 im able to login via ssh! log: pam_krb5(sshd:auth): user user2 authenticated as user2 at ROOTRUDI.DE With user1 im not! log: User user1 from 192.168.0.100 not allowed
2008 Sep 11
0
[PATCH] [UPDATE] stubdom: compile stubdom with qemu-remote
...CURDIR)/lwip-$(XEN_TARGET_ARCH)/src/include/ipv4 TARGET_CPPFLAGS += -I$(CURDIR)/include TARGET_LDFLAGS += -nostdlib -L$(CROSS_PREFIX)/$(GNU_TARGET_ARCH)-xen-elf/lib @@ -164,7 +162,10 @@ lwip-$(XEN_TARGET_ARCH): lwip-$(LWIP_VER .PHONY: $(CROSS_ROOT) $(CROSS_ROOT): cross-newlib cross-zlib cross-libpci -mk-headers-$(XEN_TARGET_ARCH): +$(XEN_ROOT)/tools/ioemu-dir: + make -C $(XEN_ROOT)/tools ioemu-dir-find + +mk-headers-$(XEN_TARGET_ARCH): $(XEN_ROOT)/tools/ioemu-dir mkdir -p include/xen && \ ln -sf $(addprefix ../../,$(wildcard $(XEN_ROOT)/xen/include/public/*.h)) include/x...
2009 May 11
0
Tasks
...- a libz. - ioemu/dom0 userspace The upstream build uses a clone of the qemu repository with several patches on top. This should be buildable out of the qemu source. - ioemu/stubdomain This also needs several parts: - minios and the libs, - patched qemu, - patched newlib and - patched libpci. Some notes: - Xen upstream hacked newlib to allow (some) libs built against the glibc to work with it. This is used for the unpatched libz. Sure, this is an easy way, but I'm not sure if we want that. - The minios binaries used for ioemu/qemu and grub are different. - ioemu wants to use a...
2014 May 22
0
Xen 4.4 packaging.
...llare pacchetti seabios da backports > aptitude -t wheezy-backports install seabios > # Installare altre dipendenze per la build di xen > aptitude install python-dev bcc gcc-multilib e2fslibs-dev iasl > ipxe-qemu libaio-dev libglib2.0-dev libgnutls-dev liblzma-dev > libncurses5-dev libpci-dev libyajl-dev libssl-dev pkg-config uuid-dev > zlib1g-dev ocaml-nox dh-ocaml ocaml-findlib > # Installare dipendenze runtime xen > aptitude install gawk > --- > wget > http://archive.ubuntu.com/ubuntu/pool/main/x/xen/xen_4.4.0.orig.tar.gz > tar -xpzf xen_4.4.0.orig.tar.gz &...
2014 May 22
0
Xen 4.4 packaging.
...llare pacchetti seabios da backports > aptitude -t wheezy-backports install seabios > # Installare altre dipendenze per la build di xen > aptitude install python-dev bcc gcc-multilib e2fslibs-dev iasl > ipxe-qemu libaio-dev libglib2.0-dev libgnutls-dev liblzma-dev > libncurses5-dev libpci-dev libyajl-dev libssl-dev pkg-config uuid-dev > zlib1g-dev ocaml-nox dh-ocaml ocaml-findlib > # Installare dipendenze runtime xen > aptitude install gawk > --- > wget > http://archive.ubuntu.com/ubuntu/pool/main/x/xen/xen_4.4.0.orig.tar.gz > tar -xpzf xen_4.4.0.orig.tar.gz &...
2014 May 18
3
Xen 4.4 packaging.
Il 17/05/2014 18:54, Fabio Fantoni ha scritto: > Il 03/05/2014 11:30, Fabio Fantoni ha scritto: >>> On Thu, 2014-03-06 at 14:05 +0000, Ian Campbell wrote: >>> > Hi waldi, >>> > >>> > Are you planning to update the Xen package too 4.4 soon? Upstream >>> have >>> > released 4.4-rc6 and AIUI are planning to release the final
2014 May 18
3
Xen 4.4 packaging.
Il 17/05/2014 18:54, Fabio Fantoni ha scritto: > Il 03/05/2014 11:30, Fabio Fantoni ha scritto: >>> On Thu, 2014-03-06 at 14:05 +0000, Ian Campbell wrote: >>> > Hi waldi, >>> > >>> > Are you planning to update the Xen package too 4.4 soon? Upstream >>> have >>> > released 4.4-rc6 and AIUI are planning to release the final
2015 Mar 20
2
[LLVMdev] New kind of metadata to capture LLVM IR linking structure
Hello all llvm-link merges together the metadata from the IR files being linked together. This means that when linking different libraries together (i.e. multiple source files that have been compiled into a single LLVM IR file) it can be hard or impossible to identify the library boundaries. We're using LLVM to do static analysis of applications (together with their dependent libraries) and