Displaying 8 results from an estimated 8 matches for "dmitriev".
Did you mean:
dmitrieva
2007 Apr 17
3
Lost my Vista VM
All,
I installed Vista on Xen yesterday, but it no longer shows up on my
Admin console.
Disk space still shows 30G used by it.
Also, how do I eject CDROM while Xen is running :)
Thanks,
Andrey
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2019 Jan 17
2
stale info in the assumption cache
Hi Hal,
On 1/16/19 6:59 PM, Dmitriev, Serguei N via llvm-dev wrote:
Hi all,
We have recently encountered a problem with AssumptionCache that it does not get updated when a block with llvm.assume calls gets outlined by the CodeExtractor. As a result we end up with stale references to the llvm.assume calls that were moved to the outlin...
2007 Apr 27
3
Where is hvmloader?
I need to get windows going.. I can''t find what pkg contains it.
This is AMD
malysh:/etc/xen# dpkg -l|grep xen|awk ''{print $2,$3}''
linux-headers-2.6-xen-amd64 2.6.18+6
linux-headers-2.6.18-4-xen 2.6.18.dfsg.1-12
linux-headers-2.6.18-4-xen-amd64 2.6.18.dfsg.1-12
linux-image-2.6.18-4-xen-amd64 2.6.18.dfsg.1-12
linux-modules-2.6.18-4-xen-amd64 2.6.18.dfsg.1-12
2019 Jan 17
2
stale info in the assumption cache
Hi all,
We have recently encountered a problem with AssumptionCache that it does not get updated when a block with llvm.assume calls gets outlined by the CodeExtractor. As a result we end up with stale references to the llvm.assume calls that were moved to the outlined function in the parent function's cache.
The problem can be reproduced on the attached file as follows (many thanks to Andy
2004 Nov 03
1
Inverting filters
How to invert match parameter?
Like this:
tc filter add dev eth0 protocol ip parent 1: prio 1 u32 \
match ip src 10.20.30.40 \
match ip dst !10.30.0/24 \
match ip dst !10.40.0/24 \
flowid 1:20
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2007 Jul 17
1
RH domU doesn''t see disk?
more /etc/xen/scalix2
kernel="/boot/vmlinuz-2.6.18-8.1.6.el5xen"
memory = 512
name = "hating-xen"
vif = [''ip = "10.0.1.150", bridge=xenbr0'']
disk = [
''/dev/XEN/scalixroot,sda1,w'',
''/dev/XEN/scalixvar,sda3,w'',
''/dev/XEN/scalixswap,sda2,w''
]
It
2007 Apr 17
0
Best Distro for my dream Xen setup
My requirements:
A distro that''s relatively modern (e.g. supports kvm and xen, but I
guess as long as kvm runs on any of the guests I should be OK too). I
plan to run Linux, Windows2k (xfer my old desktop), WindowsXP, and
probably Solaris 10. I also need to xfer my other old Linux system
Redhat 7.0 (2.2.16-22), so that I could eventually migrate all data and
services off it.
I was
2004 Sep 20
0
Shaper & prio qdisc
Hello. Sorry for my poor english =)
I have following config for traffic prioritization:
tc qdisc add dev eth0 root handle 1: prio
tc qdisc add dev eth0 parent 1:1 handle 10: tbf rate 7000kbit buffer 1600
latency 2msec
tc qdisc add dev eth0 parent 1:2 handle 20: sfq
tc qdisc add dev eth0 parent 1:3 handle 30: tbf rate 3000kbit buffer 1600
latency 50msec
tc qdisc add dev eth1 root