Re: PCI passthrough resource remapping

2010-01-16 Thread Avi Kivity
On 01/14/2010 09:34 PM, Ryan C. Underwood wrote: On Thu, Jan 14, 2010 at 09:09:32PM +0200, Avi Kivity wrote: PCI cards can access system memory directly. If you assign a card to a guest, the guest will program the card to transfer data to system memory using guest addresses; since guest

Some keys don't repeat in 64 bit Widows 7 kvm guest

2010-01-16 Thread Jimmy Crossley
I am running Windows 7 Enterprise x64 (64 bit) as a guest and the arrow keys and the 6 editing keys (insert, delete, home, end, pgup, and pgdn) do not repeat. All other keys, including the function keys F1-F12 repeat. I am very sure this is not a Windows 7 setting. Windows 7 32 bit and Linux

[ kvm-Bugs-2933400 ] virtio-blk io errors / data corruption on raw drives 1 TB

2010-01-16 Thread SourceForge.net
Bugs item #2933400, was opened at 2010-01-16 15:35 Message generated for change (Tracker Item Submitted) made by masc82 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=893831aid=2933400group_id=180599 Please note that this message will contain a full copy of the

[ kvm-Bugs-2933400 ] virtio-blk io errors / data corruption on raw drives 1 TB

2010-01-16 Thread SourceForge.net
Bugs item #2933400, was opened at 2010-01-16 15:35 Message generated for change (Settings changed) made by masc82 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=893831aid=2933400group_id=180599 Please note that this message will contain a full copy of the comment

[ kvm-Bugs-2933400 ] virtio-blk io errors / data corruption on raw drives 1 TB

2010-01-16 Thread SourceForge.net
Bugs item #2933400, was opened at 2010-01-16 15:35 Message generated for change (Comment added) made by masc82 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=893831aid=2933400group_id=180599 Please note that this message will contain a full copy of the comment

Re: Some keys don't repeat in 64 bit Widows 7 kvm guest

2010-01-16 Thread Gleb Natapov
On Sat, Jan 16, 2010 at 08:04:29AM -0600, Jimmy Crossley wrote: I am running Windows 7 Enterprise x64 (64 bit) as a guest and the arrow keys and the 6 editing keys (insert, delete, home, end, pgup, and pgdn) do not repeat. All other keys, including the function keys F1-F12 repeat. I am

Re: [PATCH] KVM: remove redundant NULL tests

2010-01-16 Thread Bill Davidsen
Roel Kluin wrote: kvm_get_exit_data() cannot return a NULL pointer. Signed-off-by: Roel Kluin roel.kl...@gmail.com --- arch/ia64/kvm/kvm_fw.c | 28 +--- 1 files changed, 13 insertions(+), 15 deletions(-) diff --git a/arch/ia64/kvm/kvm_fw.c b/arch/ia64/kvm/kvm_fw.c

RE: Some keys don't repeat in 64 bit Widows 7 kvm guest

2010-01-16 Thread Jimmy Crossley
Jimmy Crossley CoNetrix 5214 68th Street Suite 200 Lubbock TX 79424 jcross...@conetrix.com http://www.conetrix.com tel: 806-687-8600 800-356-6568 fax: 806-687-8511 This e-mail message (and attachments) may contain confidential CoNetrix information. If you are not the intended recipient, you

Re: [PATCH v2 2/2] virtio_net: Defer skb allocation in receive path

2010-01-16 Thread Rusty Russell
On Thu, 14 Jan 2010 07:23:38 am Shirley Ma wrote: virtio_net receives packets from its pre-allocated vring buffers, then it delivers these packets to upper layer protocols as skb buffs. So it's not necessary to pre-allocate skb for each mergable buffer, then frees extra skbs when buffers are

Re: Some keys don't repeat in 64 bit Widows 7 kvm guest

2010-01-16 Thread Jim Paris
Jimmy Crossley wrote: Thanks for the quick response, Gleb. You are right - we should not spend our time troubleshooting an issue with something this old. I'll try downloading all the sources and headers I need to build kvm-88. I think I'll need another Debian install, since this is a

RE: [PATCH] KVM: remove redundant NULL tests

2010-01-16 Thread Zhang, Xiantao
Bill Davidsen wrote: Roel Kluin wrote: kvm_get_exit_data() cannot return a NULL pointer. Signed-off-by: Roel Kluin roel.kl...@gmail.com --- arch/ia64/kvm/kvm_fw.c | 28 +--- 1 files changed, 13 insertions(+), 15 deletions(-) diff --git a/arch/ia64/kvm/kvm_fw.c

RE: Some keys don't repeat in 64 bit Widows 7 kvm guest

2010-01-16 Thread Jimmy Crossley
From: j...@jim.sh [mailto:j...@jim.sh] On Behalf Of Jim Paris Sent: Saturday, January 16, 2010 20:40 To: Jimmy Crossley Cc: 'Gleb Natapov'; kvm@vger.kernel.org Subject: Re: Some keys don't repeat in 64 bit Widows 7 kvm guest Jimmy Crossley wrote: Thanks for the quick response, Gleb. You