[ kvm-Bugs-2084493 ] unhandled vm exit during init on Lenovo x60s

2008-08-30 Thread SourceForge.net
Bugs item #2084493, was opened at 2008-08-30 21:58 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2084493&group_id=180599 Please note that this message will contain a full copy

Re: Bug in reboot when using scsi or virtio

2008-08-30 Thread Henrik Holst
2008/8/30 Avi Kivity <[EMAIL PROTECTED]>: > Stuart Sheldon wrote: >> >> Guest boots and runs fine, but does not see boot device on guest reboot >> if if=scsi or if=virtio is used. >> >> Boot Screen after reboot: >> Booting from Hard Disk... >> Boot from Hard Disk failed: could not read boot disk >>

[PATCH] KVM: MMU: Add shadow_accessed_shift

2008-08-30 Thread yasker
From: Sheng Yang <[EMAIL PROTECTED]> We use a "fake" A/D bit for EPT, to keep epte behaviour consistent with shadow spte. But it's not that good for MMU notifier. Now we can only expect return young=0 for clean_flush_young() in most condition. Also fix a unproper judgement based on shadow_accesse

Re: Bug in reboot when using scsi or virtio

2008-08-30 Thread Stuart Sheldon
Thanks Avi, Should I test against the daily to verify? Stu Avi Kivity wrote: Stuart Sheldon wrote: Guest boots and runs fine, but does not see boot device on guest reboot if if=scsi or if=virtio is used. Boot Screen after reboot: Booting from Hard Disk... Boot from Hard Disk failed: could n

[PATCH] libkvm: Call kvm_show_regs() on failed vmentry

2008-08-30 Thread Mohammed Gamal
Call kvm_show_regs() on failed vmentry Signed-off-by: Mohammed Gamal <[EMAIL PROTECTED]> --- libkvm/libkvm.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/libkvm/libkvm.c b/libkvm/libkvm.c index fb0aa43..250a821 100644 --- a/libkvm/libkvm.c +++ b/libkvm/libkvm.c @@ -955

Re: Bug in reboot when using scsi or virtio

2008-08-30 Thread Avi Kivity
Stuart Sheldon wrote: Guest boots and runs fine, but does not see boot device on guest reboot if if=scsi or if=virtio is used. Boot Screen after reboot: Booting from Hard Disk... Boot from Hard Disk failed: could not read boot disk ... More failed boot devices that shouldn't boot anyway... FATAL