similar to: How can i get DomU information as much as possible?

Displaying 20 results from an estimated 10000 matches similar to: "How can i get DomU information as much as possible?"

2016 May 09
5
[PATCH v5 00/13] Support non-lru page migration
Recently, I got many reports about perfermance degradation in embedded system(Android mobile phone, webOS TV and so on) and easy fork fail. The problem was fragmentation caused by zram and GPU driver mainly. With memory pressure, their pages were spread out all of pageblock and it cannot be migrated with current compaction algorithm which supports only LRU pages. In the end, compaction cannot
2016 May 09
5
[PATCH v5 00/13] Support non-lru page migration
Recently, I got many reports about perfermance degradation in embedded system(Android mobile phone, webOS TV and so on) and easy fork fail. The problem was fragmentation caused by zram and GPU driver mainly. With memory pressure, their pages were spread out all of pageblock and it cannot be migrated with current compaction algorithm which supports only LRU pages. In the end, compaction cannot
2006 Jun 29
3
Using physical disk in HVM
Hi, guys. I''m trying to use physical disks as virtual disks in HVM domains. But I couldn''t. I''m using cs10508 of xen-unstable.hg. When I use disk = [ ''phy:sda5,ioemu:hda,w'' ] in conf file, creating HVM domain says, I need to use ''file'' modifier if I use ''ioemu''. So, I changed it to disk = [
2016 May 31
7
[PATCH v7 00/12] Support non-lru page migration
Recently, I got many reports about perfermance degradation in embedded system(Android mobile phone, webOS TV and so on) and easy fork fail. The problem was fragmentation caused by zram and GPU driver mainly. With memory pressure, their pages were spread out all of pageblock and it cannot be migrated with current compaction algorithm which supports only LRU pages. In the end, compaction cannot
2016 May 31
7
[PATCH v7 00/12] Support non-lru page migration
Recently, I got many reports about perfermance degradation in embedded system(Android mobile phone, webOS TV and so on) and easy fork fail. The problem was fragmentation caused by zram and GPU driver mainly. With memory pressure, their pages were spread out all of pageblock and it cannot be migrated with current compaction algorithm which supports only LRU pages. In the end, compaction cannot
2009 May 14
2
Why my DomU OS'' State is always blocked? Thank you very much!!
Hi, all When I type "xm list" command, It''s always display State is Blocked. During OS boot, State is Running, a few seconds later, State changes into Blocked and always Blocked. Why??? linux-jx4z:/ # xm list Name ID Mem VCPUs State Time(s) Domain-0 0 1317 2 r----- 75.5
2010 Jun 04
0
[LLVMdev] Why asserts don't provide much information?
I concur. I've run into this exact assert at least 10 different times in the last two weeks since I started with LLVM as I'm learning the particulars of the typing system for function calls in particular. It would be nice if it would tell you what expected signature was, what the value of i was so you know which parameter went wrong, and what the actual type passed in was, as well as what
2016 May 20
5
[PATCH v6 00/12] Support non-lru page migration
Recently, I got many reports about perfermance degradation in embedded system(Android mobile phone, webOS TV and so on) and easy fork fail. The problem was fragmentation caused by zram and GPU driver mainly. With memory pressure, their pages were spread out all of pageblock and it cannot be migrated with current compaction algorithm which supports only LRU pages. In the end, compaction cannot
2016 May 20
5
[PATCH v6 00/12] Support non-lru page migration
Recently, I got many reports about perfermance degradation in embedded system(Android mobile phone, webOS TV and so on) and easy fork fail. The problem was fragmentation caused by zram and GPU driver mainly. With memory pressure, their pages were spread out all of pageblock and it cannot be migrated with current compaction algorithm which supports only LRU pages. In the end, compaction cannot
2010 Jun 03
5
[LLVMdev] Why asserts don't provide much information?
When for example some call is wrong error message always looks like this: Assertion failed: ((i >= FTy->getNumParams() || FTy->getParamType(i) == Params[i]->getType()) && "Calling a function with a bad signature!"), function init, file /tmp/llvm-svn/llvm/lib/VMCore/Instructions.cpp, line 247. I believe assert() statements should better be replaced with more
2009 Dec 20
0
xen domu not starting
After running out of swap and memory and freezing, a domU called web02 won't start up. Both dom0 and domU are running CentOS release 5.4. dom0's kernel is 2.6.18-164.el5xen and I'm running the stock xen from CentOS: xen-3.0.3-94.el5 After issuing 'xen create web02' I see the following in the xen console: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) vmalloc
2010 Jun 05
0
[LLVMdev] Why asserts don't provide much information?
Thanks for forwarding Jeffrey's tip Paul. Unfortunately, coming mostly from the application programming side, I haven't seriously used a command line debugger since the Apple IIe days in the early 80s (geez, i guess that makes me kinda old as far as programmers go). So I'm not familiar with gdb even at an intermediate level. Not that gdb isn't ubiquitous for tools development or
2010 Jun 05
2
[LLVMdev] Why asserts don't provide much information?
On 06/04/10 05:12, Curtis Faith wrote: > I concur. I've run into this exact assert at least 10 different times in the last two weeks since I started with LLVM as I'm learning the particulars of the typing system for function calls in particular. > > It would be nice if it would tell you what expected signature was, what the value of i was so you know which parameter went wrong,
2016 Apr 27
4
[PATCH v4 00/13] Support non-lru page migration
Recently, I got many reports about perfermance degradation in embedded system(Android mobile phone, webOS TV and so on) and easy fork fail. The problem was fragmentation caused by zram and GPU driver mainly. With memory pressure, their pages were spread out all of pageblock and it cannot be migrated with current compaction algorithm which supports only LRU pages. In the end, compaction cannot
2016 Apr 27
4
[PATCH v4 00/13] Support non-lru page migration
Recently, I got many reports about perfermance degradation in embedded system(Android mobile phone, webOS TV and so on) and easy fork fail. The problem was fragmentation caused by zram and GPU driver mainly. With memory pressure, their pages were spread out all of pageblock and it cannot be migrated with current compaction algorithm which supports only LRU pages. In the end, compaction cannot
2010 Jun 05
1
[LLVMdev] Why asserts don't provide much information?
Don't all IDEs have a debugger that can set a breakpoint and call functions from the program to see what they print? If you can't set breakpoints or call dump() on an LLVM value, you're going to have more problems than just this assertion. I don't think it's worth annotating all assertions with extra information, but this one probably happens often enough to deserve it. If
2004 Aug 19
0
ruby-swig, looked so much nicer
Hi, Just scanned thru the wxruby-swig source, looked so much better compared to the wxruby-0.4.0, for one, now the on_xxx functions are available and can be overloaded by child classes. I will try to play more with it and see what I can come up with. I am actually in the process of learning Visual C++.NET using this book called "Visual C++ .NET Bible". Just after I found out about
2007 Dec 11
2
Information Request - domU configuration variables
Hi all, I''m new to Xen but with trial and error (and a lot of googling) I have a debian host server (dom0) working with a debian guest server (domU). My big thing I struggled with was trying to get the domU to boot from an .iso or a cd-rom so I can setup different OS''s. Like I said, I managed to get things working but know I''m trying to understand what I did and what
2006 Nov 23
0
How to eject cdrom bound to a paravirt domU
Hi! I would like to use my cdrom-drive in a paravirt domU, so I made the physical blockdevice available for the domU. Unfortunately the drive''s door is locked as soon as the domU is started and I haven''t found a way to open it without shutting down this domU. I tried the following disk-configs: |''phy:/dev/hda,hda,r''|
2009 Jun 24
3
fully virt Xen DomU network question
Hello all fellow CentOS users! I have a working xen setup with 3 paravirt domUs and one Windblows 2003 fully virt domU. There are to virtual networks. As far as I can tell in the paravirt Linux DomUs I have gigabit networking, but not in the fully virt Windows 2003 domU.... Is there a setting for this, or is it not yet supported? I run xen-3.0.3-64.el5_2.3 Kind regards, Coert