On Saturday 12 January 2008 08:45:29 Will Trives wrote:
> Hello,
>
> As per subject the vmmouse driver does not appear to work with any
> distro of Linux that uses Xorg 7.3, at least that has been my
> experience.
>
> The mouse appears to be jammed over to the right hand side.
Does exporting
$ ex
On Sat, Jan 12, 2008 at 02:11:30PM +1100, Will Trives wrote:
> Hello,
>
> Just thought i'd mention that this patch caused disk corruption in my
> virtual machines, particularly when using scsi emulation.
>
> I got few errors like this as well:
>
> lsi_scsi: error: ORDERED queue not implemented
>
Hello,
64 bit environment Intel Q6600 processor.
I did hand apply the patch so I might have got something wrong.
Guest was a 32 bit kubuntu 7.10.
Basically I just mounted a few disk images with " -drive
file=/whatever,if=scsi " and used gparted to copy a partition from one
to the other.
It's p
>> If that doesn't work, maybe you can upload an image
>> for me to debug.
>
> http://194.145.196.85/kvm/vmlinuz-2.6.24-rc7.bz2
>
Any luck? Any other ideas for me to try?
FYI, just tried building 2.6.24-rc7-git4 and got this warning:
(...)
LD vmlinux.o
MODPOST vmlinux.o
WARNING: vmlinux
Christoph Lameter wrote:
> On Thu, 10 Jan 2008, Avi Kivity wrote:
>
>
>> Actually sharing memory is possible even without this patch; one simply
>> mmap()s a file into the address space of both guests. Or are you referring
>> to
>> something else?
>>
>
> A file from where? If a file is re
Christoph Lameter wrote:
>
>> Excellent, the more users the patch has, the easier it will be to justify it.
>>
>
> We'd like to make sure though that we can sleep when the hooks have been
> called. We may have to sent a message to kick remote ptes out when local
> pte changes happen.
>
>
Marcelo Tosatti wrote:
> Export nukeing of shadow MMU pages through an ioctl, required for
> consistency on balloon inflate.
>
>
With mmu notifiers (posted two minutes after this) shadow is implicitly
synced with userspace. Since it seems to be progressing rapidly, I
won't apply this patch i
Anup Gangwar wrote:
> Hello All,
>
> I was trying to get Vista 64-bit to boot off QEMU and was pointed to
> this list from the QEMU developers list. From the guest compatibility
> page I could gather that KVM with Intel host is able to boot a Vista
> 64-bit guest, however the stand-alone version
Guillaume Thouvenin wrote:
> On Thu, 10 Jan 2008 17:32:35 +0200
> Avi Kivity <[EMAIL PROTECTED]> wrote:
>
>
>> I think 33 is the error code, which means we got a general protection
>> fault while accessing segment 0x33.
>>
>> What guest code is running when this happens? The dump sometimes
>>
[EMAIL PROTECTED] wrote:
> Can hardware breakpoints be set (and trapped, and handled) inside a guest
> OS (specifially Windows XP2)?
>
> I noticed the other day that software (malicious code, in fact) packed with
> the EXE compressor PELock won't run under QEMU+KVM. I guessed that this was
> becaus
Avi Kivity wrote:
> Marcelo Tosatti wrote:
>> Export nukeing of shadow MMU pages through an ioctl, required for
>> consistency on balloon inflate.
>>
>>
>
> With mmu notifiers (posted two minutes after this) shadow is
> implicitly synced with userspace. Since it seems to be progressing
> rapi
Avi Kivity wrote:
> Guillaume Thouvenin wrote:
>
>> On Thu, 10 Jan 2008 17:32:35 +0200
>> Avi Kivity <[EMAIL PROTECTED]> wrote:
>>
>>
>>
>>> I think 33 is the error code, which means we got a general protection
>>> fault while accessing segment 0x33.
>>>
>>> What guest code is running w
Glauber de Oliveira Costa wrote:
> This is the host part of kvm clocksource implementation. As it does
> not include clockevents, it is a fairly simple implementation. We
> only have to register a per-vcpu area, and start writting to it periodically.
>
> The area is binary compatible with xen, as w
Anthony Liguori wrote:
> Glauber de Oliveira Costa wrote:
>
>> This is the host part of kvm clocksource implementation. As it does
>> not include clockevents, it is a fairly simple implementation. We
>> only have to register a per-vcpu area, and start writting to it periodically.
>>
>> The area
Will Trives wrote:
> Hello,
>
> 64 bit environment Intel Q6600 processor.
>
> I did hand apply the patch so I might have got something wrong.
>
> Guest was a 32 bit kubuntu 7.10.
>
> Basically I just mounted a few disk images with " -drive
> file=/whatever,if=scsi " and used gparted to copy a parti
Current kvm userspace git configured with ./configure --prefix=/opt/kvm
--with-patched-kernel --qemu-cc=/usr/bin/gcc-3.4 gives:
/usr/bin/gcc-3.4 -L /home/hch/work/kvm-userspace/qemu/../libkvm -g -o
qemu-system-x86_64 vl.o osdep.o monitor.o pci.o loader.o isa_mmio.o migration.o
block-raw-posix
Anthony Liguori wrote:
>>>
>>
>> With mmu notifiers (posted two minutes after this) shadow is
>> implicitly synced with userspace. Since it seems to be progressing
>> rapidly, I won't apply this patch in the hope that mmu notifiers can
>> be ready for 2.6.25.
>
> Does that mean that we'll on
Glauber de Oliveira Costa wrote:
> have qemu-kvm to include kvm_para, allowing access to paravirt definitions
>
> Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]>
> ---
> qemu/qemu-kvm-x86.c |1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/qemu/qemu-kvm-x86
Antoine Martin wrote:
>>> If that doesn't work, maybe you can upload an image
>>> for me to debug.
>>>
>> http://194.145.196.85/kvm/vmlinuz-2.6.24-rc7.bz2
>>
>>
> Any luck? Any other ideas for me to try?
>
>
Haven't got around to it yet, sorry.
> FYI, just tried building 2.6.24-rc
On Sat, Jan 12, 2008 at 11:01:28PM +0200, Avi Kivity wrote:
> Antoine Martin wrote:
>
> > FYI, just tried building 2.6.24-rc7-git4 and got this warning:
> > (...)
> > LD vmlinux.o
> > MODPOST vmlinux.o
> > WARNING: vmlinux.o(.text+0x2cb657): Section mismatch: reference to
> > .init.text:re
Avi Kivity wrote:
> Anthony Liguori wrote:
>> Glauber de Oliveira Costa wrote:
>>
>>> This is the host part of kvm clocksource implementation. As it does
>>> not include clockevents, it is a fairly simple implementation. We
>>> only have to register a per-vcpu area, and start writting to it
>>>
Carlo Marcelo Arenas Belon wrote:
> On Sat, Jan 12, 2008 at 11:01:28PM +0200, Avi Kivity wrote:
>> Antoine Martin wrote:
>>
>>> FYI, just tried building 2.6.24-rc7-git4 and got this warning:
>>> (...)
>> Probably harmless, but worth reporting to lkml.
>
> couldn't replicate it here, but I'd seen u
On Sun, Jan 13, 2008 at 01:19:13AM +, Antoine Martin wrote:
> Carlo Marcelo Arenas Belon wrote:
> > On Sat, Jan 12, 2008 at 11:01:28PM +0200, Avi Kivity wrote:
> >> Antoine Martin wrote:
> >>
> >>> FYI, just tried building 2.6.24-rc7-git4 and got this warning:
> >>> (...)
> >> Probably harmless
On Sat, Jan 12, 2008 at 06:07:19PM +, Antoine Martin wrote:
> >> If that doesn't work, maybe you can upload an image
> >> for me to debug.
> >
> > http://194.145.196.85/kvm/vmlinuz-2.6.24-rc7.bz2
> >
> Any luck? Any other ideas for me to try?
see if the problem goes away with -no-kvm-irqchi
24 matches
Mail list logo