search for: khoa

Displaying 13 results from an estimated 13 matches for "khoa".

Did you mean: hoa
2005 Sep 19
0
[PATCH] Shadow mode stats in domain structure are not correct
...ture maintains several shadow mode stats, such as shadow page counts for l1 & l2, hl2 tables, snapshots, etc. These counts are not decremented properly when we free shadow pages. The following patch fixes this problem. Any comments, suggestions, etc. are welcome. Thanks. (See attached file: khoa.patch) Regards, Khoa _________________________________________ Khoa Huynh, Ph.D. IBM Linux Technology Center (512) 838-4903; T/L 678-4903; khoa@us.ibm.com _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2011 Feb 17
16
Unindent ERB output
Hi all, I''d like to unindent a block of ERB specifically to combat the extra spacing being added to content inside <textarea> by the browser. Is there such a feature in ERB? I shall denote indentation with underscores in the pseudo code example below. Thanks in advance, Khoan. myview.erb: <html ...> __<%= render ''form'' %> </html> _form.erb: <% form_for ... do %> __<%= render ''unindented'' %> <% end %> _unindented.erb: <textarea><%= ''this is unindented'' %></t...
2005 Nov 03
7
VMX status daily report Nov. 3
We have test latest xen (ChangeSet 7608) on VT platform with Intel 915 chipset and Here is the test summary: IA32: Build&Boot SMP xen0 without problem Can startup XenU with different configuration IA32 issues contain: VMX can not be created IA32E: Build&Boot SMP xen0 without problem Can startup XenU with different configuration IA32E issues
2012 Jun 01
4
[PATCH v3] virtio_blk: unlock vblk->lock during kick
...U is doing virtqueue kick and another CPU touches the vblk->lock it will have to spin until virtqueue kick completes. This patch reduces system% CPU utilization in SMP guests that are running multithreaded I/O-bound workloads. The improvements are small but show as iops and SMP are increased. Khoa Huynh <khoa at us.ibm.com> provided initial performance data that indicates this optimization is worthwhile at high iops. Asias He <asias at redhat.com> reports the following fio results: Host: Linux 3.4.0+ #302 SMP x86_64 GNU/Linux Guest: same as host kernel Average 3 runs: with loc...
2012 Jun 01
4
[PATCH v3] virtio_blk: unlock vblk->lock during kick
...U is doing virtqueue kick and another CPU touches the vblk->lock it will have to spin until virtqueue kick completes. This patch reduces system% CPU utilization in SMP guests that are running multithreaded I/O-bound workloads. The improvements are small but show as iops and SMP are increased. Khoa Huynh <khoa at us.ibm.com> provided initial performance data that indicates this optimization is worthwhile at high iops. Asias He <asias at redhat.com> reports the following fio results: Host: Linux 3.4.0+ #302 SMP x86_64 GNU/Linux Guest: same as host kernel Average 3 runs: with loc...
2006 Apr 10
0
[PATCH] Fix maximum instruction length and minor code clean-up
...immediate bytes). This patch adjusts the MAX_INST_LEN to the correct value. This should reduce the size of some variables in the hypervisor code. This patch also does some minor code clean-up in the vm exit handler for VMX. This patch should apply cleanly to hg tip 9594. Thanks. Signed off by: Khoa Huynh (khoa@us.ibm.com) (See attached file: max_inst_len.patch) Regards, Khoa _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Feb 10
4
Very poor VMX performance
After several days of problems, I finally got Xen 3.0.1 set up in Ubuntu Breezy with the 2.6.12 kernel on a VT-enabled system with an Intel 930 processor and 2GB of memory. I have been able to install an unmodified guest without any issues other than performance. The guest runs extremely slowly and the mouse and keyboard are all but useless because of the extreme lag. I''ve tried multiple
2005 Jul 21
2
Context Switching
Is /proc/stat in Dom0 valid for all domains and the hypervisor? Thanks, David _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Jan 09
1
$nice $* Error when start samba
Hi !! I have an error in "functions" file. When I start SAMBA, it showed an error below Starting SMB services: /etc/init.d/functions: line 83: 3379 Aborted $nice $* [FAILED] Starting NMB services: [ OK ] I opened functions file, and reach the line 83, but I still don't know
2005 Sep 08
1
can not make call with Unicall (MFC/R2)
...WARNING[12167]: CDR on channel 'SIP/200-364c' not posted Sep? 7 08:25:25 WARNING[12167]: CDR on channel 'SIP/200-364c' lacks end Sep? 7 08:28:06 WARNING[12167]: ast_yyerror(): syntax error: syntax error; Input: = OUTNUM ^^^^^ ?? ^ ? Please help me to solve the problem! ? Thanks! ? Khoa ? ? ? ? ? Send instant messages to your online friends http://asia.messenger.yahoo.com
2008 Nov 22
0
[patch] [vuxml] net/wireshark: fix DoS in SMTP dissector
...<package> <name>wireshark</name> <name>wireshark-lite</name> <range><lt>1.0.4_1</lt></range> </package> </affects> <description> <body xmlns="http://www.w3.org/1999/xhtml"> <p>Bach Khoa from Internetwork Security Center reports:</p> <blockquote cite="http://www.securityfocus.com/archive/1/498562/30/0/threaded"> <p>On Nov 2008, Security Vulnerability Research Team of Bkis (SVRT-Bkis) has detected a vulnerability underlying WireShark 1.0.4 (lastest ve...
2006 Jun 07
9
Rearchitecting IO Emulation for HVM Guests
Hi Ian, Natasha and I are interested in helping with the io emulation work for fully virtualized HVM guests you mentioned in your March 12th email: http://lists.xensource.com/archives/html/xen-devel/2006-03/msg00394.html In the post, you mentioned the following tasks: - get minios running on x86_64 - port xenbus/netfront/blkfront to minios - compile qemu-dm into minios - redirect IO to qemu-dm
2006 Feb 14
3
Daily Xen-HVM Builds
changeset: 8830:fcc833cbaf82 tag: tip user: kaf24@firebug.cl.cam.ac.uk date: Mon Feb 13 10:41:23 2006 +0100 summary: Return real error code from Xen /dev/mem, not EAGAIN. x460: x86_32: Status: - dom0 boots fine - xend loads fine - single HVM domain loads fine - Multiple HVM domains load fine - destruction of any HVM domain causes dom0 to reboot Issues affecting