public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [RFC] fix VMX TSC synchronicity
@ 2008-01-12  3:11 Will Trives
  2008-01-12 12:28 ` Marcelo Tosatti
  0 siblings, 1 reply; 7+ messages in thread
From: Will Trives @ 2008-01-12  3:11 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

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
lsi_scsi: error: IO with unknown tag 65577

Regards,

Will


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [RFC] fix VMX TSC synchronicity
  2008-01-12  3:11 [RFC] fix VMX TSC synchronicity Will Trives
@ 2008-01-12 12:28 ` Marcelo Tosatti
  2008-01-12 13:48   ` Will Trives
  0 siblings, 1 reply; 7+ messages in thread
From: Marcelo Tosatti @ 2008-01-12 12:28 UTC (permalink / raw)
  To: Will Trives; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

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
> lsi_scsi: error: IO with unknown tag 65577

Hi Will,

Can you please be more descriptive of your environment? What guest OS  ?
How many CPU's do you have assigned to it                              ?

Are you sure you're talking about the "VMX TSC" patch in the Subject:
line?

Thanks


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [RFC] fix VMX TSC synchronicity
  2008-01-12 12:28 ` Marcelo Tosatti
@ 2008-01-12 13:48   ` Will Trives
  2008-01-12 20:51     ` Avi Kivity
  0 siblings, 1 reply; 7+ messages in thread
From: Will Trives @ 2008-01-12 13:48 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

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 probably something I have done wrong, i'll test it again in a few
more days.

Regards,

Will

On Sat, 2008-01-12 at 10:28 -0200, Marcelo Tosatti wrote:
> 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
> > lsi_scsi: error: IO with unknown tag 65577
> 
> Hi Will,
> 
> Can you please be more descriptive of your environment? What guest OS  ?
> How many CPU's do you have assigned to it                              ?
> 
> Are you sure you're talking about the "VMX TSC" patch in the Subject:
> line?
> 
> Thanks


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [RFC] fix VMX TSC synchronicity
  2008-01-12 13:48   ` Will Trives
@ 2008-01-12 20:51     ` Avi Kivity
       [not found]       ` <4789284E.7000907-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Avi Kivity @ 2008-01-12 20:51 UTC (permalink / raw)
  To: Will Trives; +Cc: Marcelo Tosatti, kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

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 partition from one
> to the other.
>
> It's probably something I have done wrong, i'll test it again in a few
> more days.
>
>   

I've trashed more than one image by running multiple guests with the 
same image, can this be the case here?

-- 
Any sufficiently difficult bug is indistinguishable from a feature.


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] kvm: qemu: remove SIGUSR2 from io_sigset
       [not found]       ` <4789284E.7000907-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
@ 2008-01-19 18:58         ` Will Trives
  2008-01-20  9:34           ` Avi Kivity
  0 siblings, 1 reply; 7+ messages in thread
From: Will Trives @ 2008-01-19 18:58 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hello,

This patch :

kvm: qemu: remove SIGUSR2 from io_sigset

Applied 15th Jan 2008 looks to kill I/O performance for me. As soon as I
revert it my VMs are much faster. I don't really use SMP for my guests,
perhaps this patch made uniprocessor VMs slower ?


Regards,

Will Trives


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] kvm: qemu: remove SIGUSR2 from io_sigset
  2008-01-19 18:58         ` [PATCH] kvm: qemu: remove SIGUSR2 from io_sigset Will Trives
@ 2008-01-20  9:34           ` Avi Kivity
       [not found]             ` <4793158A.2080509-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Avi Kivity @ 2008-01-20  9:34 UTC (permalink / raw)
  To: Will Trives; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Will Trives wrote:
> Hello,
>
> This patch :
>
> kvm: qemu: remove SIGUSR2 from io_sigset
>
> Applied 15th Jan 2008 looks to kill I/O performance for me. As soon as I
> revert it my VMs are much faster. I don't really use SMP for my guests,
> perhaps this patch made uniprocessor VMs slower ?
>
>
>   

How are you measuring performance?

-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] kvm: qemu: remove SIGUSR2 from io_sigset
       [not found]             ` <4793158A.2080509-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
@ 2008-01-20 10:45               ` Avi Kivity
  0 siblings, 0 replies; 7+ messages in thread
From: Avi Kivity @ 2008-01-20 10:45 UTC (permalink / raw)
  To: Will Trives; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Avi Kivity wrote:
> Will Trives wrote:
>> Hello,
>>
>> This patch :
>>
>> kvm: qemu: remove SIGUSR2 from io_sigset
>>
>> Applied 15th Jan 2008 looks to kill I/O performance for me. As soon as I
>> revert it my VMs are much faster. I don't really use SMP for my guests,
>> perhaps this patch made uniprocessor VMs slower ?
>>
>>
>>   
>
> How are you measuring performance?
>

Never mind, fio shows it.

Will investigate.

-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-01-20 10:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-12  3:11 [RFC] fix VMX TSC synchronicity Will Trives
2008-01-12 12:28 ` Marcelo Tosatti
2008-01-12 13:48   ` Will Trives
2008-01-12 20:51     ` Avi Kivity
     [not found]       ` <4789284E.7000907-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2008-01-19 18:58         ` [PATCH] kvm: qemu: remove SIGUSR2 from io_sigset Will Trives
2008-01-20  9:34           ` Avi Kivity
     [not found]             ` <4793158A.2080509-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2008-01-20 10:45               ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox