RE: [PATCH 5/5] This patch extends the VT-d driver to support KVM

2008-08-06 Thread Han, Weidong
Ben-Ami Yassour wrote: On Wed, 2008-08-06 at 14:18 +0800, Han, Weidong wrote: Ben-Ami Yassour wrote: On Tue, 2008-08-05 at 22:46 +0800, Han, Weidong wrote: Ben-Ami Yassour wrote: [Ben: fixed memory pinning] Signed-off-by: Kay, Allen M [EMAIL PROTECTED] Signed-off-by: Weidong Han [EMAIL

Re: [PATCH]: Implement tcp nowait option for migration

2008-08-06 Thread Chris Lalancette
Chris Lalancette wrote: Sometimes you want to be able to start up the receiving side of a live migration and actually be able to run monitor commands before you do the migration. Libvirt, in particular, wants to do this for setting up the migration. This patch implements a nowait option to

RE: [PATCH 5/5] This patch extends the VT-d driver to support KVM

2008-08-06 Thread Ben-Ami Yassour
On Wed, 2008-08-06 at 17:12 +0800, Han, Weidong wrote: Ben-Ami Yassour wrote: On Wed, 2008-08-06 at 14:18 +0800, Han, Weidong wrote: Ben-Ami Yassour wrote: On Tue, 2008-08-05 at 22:46 +0800, Han, Weidong wrote: Ben-Ami Yassour wrote: [Ben: fixed memory pinning] Signed-off-by: Kay,

72 and virtio-blk

2008-08-06 Thread Stuart Sheldon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Looks like kvm fails to see the HD on reboot if virio device is used. Boots fine on launch. Debian host running generic 2.6.25.10 and 72 modules Debian guest runnning generic 2.6.25.10 with virtio, virtio-pci, virtio-blk loaded and running a vda for

[PATCH] x86 emulator: Add mov r,imm instructions (opcodes

2008-08-06 Thread Mohammed Gamal
0xb0-0xb7) This patch adds mov r,imm instructions (opcodes 0xb0-0xb7) to the x86 emulator. Signed-off-by: Mohammed Gamal [EMAIL PROTECTED] --- arch/x86/kvm/x86_emulate.c | 16 ++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/arch/x86/kvm/x86_emulate.c

Re: Merging adjacent memory slots

2008-08-06 Thread Glauber Costa
On Wed, Aug 6, 2008 at 2:47 PM, Daniel Godás [EMAIL PROTECTED] wrote: As you pointed out, i was just replying to you instead of the list (thx for that) so heres my last message and my answer to you answer: The problem i see is that slots are a scarce resource (i think they are limited to 8

[ANNOUNCE] virt-mem tools version 0.2.8 released

2008-08-06 Thread Richard W.M. Jones
I'm pleased to announce the latest release of the virt-mem tools, version 0.2.8. These are tools for system administrators which let you find things like kernel messages, process lists and network information of your guests. For example: virt-uname 'uname' command, shows OS version,

Re: kvm: Unknown error 524, Fail to handle apic access vmexit

2008-08-06 Thread Martin Michlmayr
* Martin Michlmayr [EMAIL PROTECTED] [2008-07-16 15:38]: And if it can be reproduce stable? I can reproduce this 100%. Alex Williams suggested offline to use -cpu pentium3 and indeed with this option the bug doesn't show up. Does that give you any clue? -- Martin Michlmayr

Re: [PATCH] kvm: bios: Put AP boot up code to 0x1000

2008-08-06 Thread Sebastian Herbszt
Yang, Sheng wrote: Please refer to my another patch comment. Basicly, AP is running HLT in 0x10038, but it can exit due to some reason, here QEmu want to raise it up . But after AP exit from HLT, it can't return to it because the code was overrided by grub and no HLT loop there. Then AP

RE: [PATCH 5/5] This patch extends the VT-d driver to support KVM

2008-08-06 Thread Han, Weidong
Ben-Ami Yassour wrote: On Wed, 2008-08-06 at 17:12 +0800, Han, Weidong wrote: Ben-Ami Yassour wrote: On Wed, 2008-08-06 at 14:18 +0800, Han, Weidong wrote: Ben-Ami Yassour wrote: On Tue, 2008-08-05 at 22:46 +0800, Han, Weidong wrote: Ben-Ami Yassour wrote: [Ben: fixed memory pinning]