Displaying 20 results from an estimated 900 matches similar to: "is it possible to have 64bit HVM domU?"
2014 Nov 05
3
[LLVMdev] How to lower the intrinsic function 'llvm.objectsize'?
The documentation of LLVM says that "The llvm.objectsize intrinsic is
lowered to a constant representing the size of the object concerned". I'm
attempting to lower this intrinsic function to a constant in a pass. Below
is the code snippet that I wrote:
for (BasicBlock::iterator i = b.begin(), ie = b.end();
(i != ie) && (block_split == false);) {
IntrinsicInst *ii =
2008 Jun 21
5
Poor network performance on Dom0 [2.6.18-6-xen-amd64]
I am experiencing poor network performance on Dom0. When i ping other
hosts on the same LAN, packets are out of order, and they show
response times ranging from < 1 ms to several seconds, and some
packets get lost.
For example, a typical ping result looks like this:
87 packets transmitted, 80 received, +3 errors, 8% packet loss, time 86038ms
rtt min/avg/max/mdev =
2014 Nov 05
3
[LLVMdev] How to lower the intrinsic function 'llvm.objectsize'?
Thanks for your reply.
I'm attempting to expand KLEE to support this intrinsic function.
That's why I need to handle this myself.
According to the reply, the correct implementation should first find the
definition of the object and then determine the
size of the object.
BTW, can I just refer to the implementation in InstCombineCalls.cpp.
On Wed, Nov 5, 2014 at 2:24 PM, Matt Arsenault
2014 May 05
1
communication problems with eaton 9130 over usb
Hi!
I am not really experienced with UPS devices or UPS control software
like NUT but i am enthusiastic and trying to use Eaton-9130 (it has one
extra EBM too) as rationally as possible with NUT. I believe in general
things are under control and behave, although i have some glitches and i
would like to ask for help.
I am using Debian v. 7 amd64 and from its packages nut-server and
nut-client, v.
2015 Nov 03
2
Representing X86 long double in Debug Info
Looking into this more, what happens at the LLVM level is that we declare
the size to be 80 bits and to find the storage size, we round up that size
to the ABI alignment, so I could change the verifier check to do the same,
which would solve the immediate issue for me. However, I would still like
to figure out the DWARF question, esp. because it will be applicable to
`i1`.
On Mon, Nov 2, 2015 at
2015 Nov 02
4
Representing X86 long double in Debug Info
That was essentially part of my question. The DWARF standard says:
If the value of an object of the given type does not fully occupy the
> storage described by a byte size attribute, the base type entry may also
> have a DW_AT_bit_size and a DW_AT_data_bit_offset attribute, both of whose
> values are integer constant values (see Section 2.19). The bit size
> attribute describes the
2010 May 23
4
xen4.0 debian vlan config
Hello,
can anybody help me how to configure vlans?
There are vlans:
vlan2
vlan3
vlan30
Server has one nic - eth0.
vlan2 should be dom0 eth0(peth0) for management
Each vlan3 and vlan30 should be has its own bridge.
How to make it?
Br
Peter
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2007 Nov 07
1
Network Issues/Questions
Hello,
I''m new to Xen (and this mailing-list) and facing some problems with
the network. I''m stuck and don''t know how to continue. And Google
isn''t very helpful either...
My setup:
- Ubuntu 7.10 for dom0 and Debian 4.0 for all domU
- 4 physical NIC (DHCP from my ISP, internal LAN, DMZ & WLAN)
- 1 Dom as firewall/router
- 1 domU with internal services
2009 Aug 30
4
Multiple Network Cards + Multiple Bridges on debian lenny
Hi all,
I''m searching for a tutorial how to setup multiple network cards with
xen network bridge setup in debian lenny. My problem is, bridges seams
only to work if i put an ip adress in dom0 to them.
Thanks,
Alex
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2010 May 28
1
samba 3.5.3: loads of errors copying some simple ACLs with robocopy
Maybe I'm doing somthing really stupid, but while copying some windows
share onto a samba server, on some random subdirectory robocopy
says ERROR 87 (0x00000057) Copying NTFS Security to Destination Directory...
The samba logfile has lots of these lines.
modules/vfs_posixacl.c:349(smb_acl_to_posix)
smb_acl_to_posix: ACL is invalid for set (Das Argument ist ung?ltig)
The strange thing is
2015 Oct 10
4
filesystem mounting fails at boot
_netdev
The filesystem resides on a device that requires network
access (used to prevent the system from attempting to mount these
filesystems until the network has been enabled on the system).
This device is not a network device (this a SAN not a NAS). To the OS it
looks like a normal SCSI attached device, it's /dev/sdb. In the blade
there is a HBA (Qlogic) card, and it's
2015 Oct 10
2
filesystem mounting fails at boot
Hi
I have an IBM blade with internal harddisks, in hardware RAID1. I've
installed a CentOS 6 64bit on it, everything works just fine.
After the installation, I've presented a vdisk to the blade from an
external SAN (an HP EVA4000), connected through FiberChannel. I've
partitioned the disk, formatted it and mounted it under /store, then
added it to fstab. Everything was fine, until I
2006 Feb 08
6
filter performance/optimization questions
hi
i''m using htb + u32 filters, and i was wondering if there is something one can
optimize at this stage. i have a lot of filters (~ 50.000 / interface, and
there are two interfaces), and around 4500 classes / interface. the traffic
going through this machine is something around 210-230mbit/s at 50kpps.
as you can imagine, the load is pretty high. in fact (as it''s a dual xeon at
2006 Feb 08
2
lartc site
[offtopic]
btw, is there something wrong with the domain?
i couldn''t reach the site, my browser said the hostname lartc.org (or
www.lartc.org) doesn''t exist, i had to dig up the ip address through whois,
lookups and stuff.
[/offtopic]
2002 Jul 31
3
Setting custom parameters for wine-programs
Hi list,
Trying to set custom paramters for a wine-program as wcmd for example
doesn't work for me.
I tried setting
[AppDefaults\\wcmd.exe.so\\x11drv]
"Desktop"= "N"
and
[AppDefaults\\wcmd.exe\\x11drv]
"Desktop"= "N"
when global is
"Desktop"="640x480".
wcmd is displayed on a 640x480 desktop.
Is there a workaround ?
2019 Sep 03
50
[PATCH v2 00/27] DP MST Refactors + debugging tools + suspend/resume reprobing
This is the large series for adding MST suspend/resume reprobing that
I've been working on for quite a while now. In addition, I:
- Refactored and cleaned up any code I ended up digging through in the
process of understanding how some parts of these helpers worked.
- Added some debugging tools along the way that I ended up needing to
figure out some issues in my own code
Note that
2008 Feb 01
3
No peth interface for xenbr4 and xenbr5
Hello all,
I have a Xen server with 6 network interfaces, I want a bridge on
all of them.
I use a personal network script like this :
#!/bin/bash
dir=$(dirname "$0")
"$dir/network-bridge" "$@" vifnum=0 netdev=eth0 bridge=xenbr0
"$dir/network-bridge" "$@" vifnum=1 netdev=eth1 bridge=xenbr1
"$dir/network-bridge" "$@"
2019 Dec 10
2
[PATCH AUTOSEL 5.4 143/350] drm/nouveau: Resume hotplug interrupts earlier
From: Lyude Paul <lyude at redhat.com>
[ Upstream commit ac0de16a38a9ec7026ca96132e3883c564497068 ]
Currently, we enable hotplug detection only after we re-enable the
display. However, this is too late if we're planning on sending sideband
messages during the resume process - which we'll need to do in order to
reprobe the topology on resume.
So, enable hotplug events before
2025 Jan 03
1
[PATCH v3 3/4] drm/i915/dp: Use the generic helper to control LTTPR transparent mode
LTTPRs operating modes are defined by the DisplayPort standard and the
generic framework now provides a helper to switch between them, which
is handling the explicit disabling of non-transparent mode and its
disable->enable sequence mentioned in the DP Standard v2.0 section
3.6.6.1.
So use the new drm generic helper instead as it makes the code a bit
cleaner.
Acked-by: Imre Deak <imre.deak
2006 Aug 27
1
profile-portability doesn't work
Hello!
I'm using Samba as PDC in a small company (~40 computers), the
environment is the following:
Gentoo linux 2.6.14-hardened-r5, Samba 3.0.22-r2, OpenLDAP 2.3.24-r1,
nss_ldap 2.49, Windows XP clients
The problem is that profile-portability doesn't work. A user first logs
into a machine, then he can't use his profile on another one.
The samba log says:
[2006/08/27 20:20:37, 1]