All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Novotny <minovotn@redhat.com>
To: M A Young <m.a.young@durham.ac.uk>
Cc: "xen-d >> \"'xen-devel@lists.xensource.com'\""
	<xen-devel@lists.xensource.com>
Subject: Re: [PATCH] qemu-xen-3.4-testing: Fix read-only image file handling
Date: Tue, 08 Jun 2010 13:15:16 +0200	[thread overview]
Message-ID: <4C0E2644.5020303@redhat.com> (raw)
In-Reply-To: <alpine.GSO.2.00.1006081209040.13054@algedi.dur.ac.uk>

On 06/08/2010 01:11 PM, M A Young wrote:
>
> On Tue, 8 Jun 2010, Keir Fraser wrote:
>
>> On 08/06/2010 11:04, "Michal Novotny" <minovotn@redhat.com> wrote:
>>
>>> I also tried to decrease the memory for dom0 as advised on the list
>>> (using the `xm mem-set 0 2048`) but still the same result but I saw
>>> something in the qemu-dm log file about -vcpu-avail option is invalid:
>>>
>>> # cat /var/log/xen/qemu-dm-rhel5-32fv.log
>>> domid: 1
>>> qemu: the number of cpus is 1
>>> /usr/lib64/xen/bin/qemu-dm: invalid option -- '-vcpu_avail'
>>> #
>>
>> Stale qemu-dm binary hanging around, perhaps. I find that kind of thing
>> happens when trying out different version sof Xen on a single test 
>> system.
>> Either your new qemu-dm binary did not get installed, or it did but in a
>> different location to the stale one, and it happens that the stale one
>> dominates.
>>
>> In particular, Xen 3.4 qemu does not support the -vcpu_avail cmdline 
>> option,
>> but 4.0 and 4.1 (unstable) do. And 4.0/4.1 xend depends on that.
>
> qemu-dm was at /usr/lib64/xen/bin/qemu-dm in 3.4 on 64-bit builds but 
> for some reason it moved to /usr/lib/xen/bin/qemu-dm in 4.0 and 
> presumably 4.1.
>
>     Michael Young
Oh, ok, thanks Michael. This way I can now understand why is was not 
working with "/usr/lib64/xen/bin/qemu-dm" but it's working with just 
"qemu-dm" since "qemu-dm" makes the path of "/usr/lib/xen/bin/qemu-dm". 
In 4.1 it's /usr/lib/xen/bin/qemu-dm too. When I tried to list it using 
the `ps aux | grep qemu-dm` it was showing the difference here so if the 
path changed it makes sense now.

Thanks a lot,
Michal

-- 
Michal Novotny<minovotn@redhat.com>, RHCE
Virtualization Team (xen userspace), Red Hat

  reply	other threads:[~2010-06-08 11:15 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-03 14:04 [PATCH] qemu-xen-3.4-testing: Fix read-only image file handling Michal Novotny
2010-06-03 14:12 ` Michal Novotny
2010-06-04  9:37   ` Michal Novotny
2010-06-04 10:42     ` Pasi Kärkkäinen
2010-06-04 10:57       ` Michal Novotny
2010-06-04 13:00         ` Michal Novotny
2010-06-04 13:11           ` Keir Fraser
2010-06-04 13:12           ` Pasi Kärkkäinen
2010-06-07 11:21       ` Michal Novotny
2010-06-07 11:39         ` Keir Fraser
2010-06-07 13:09           ` Michal Novotny
2010-06-07 13:14             ` Pasi Kärkkäinen
2010-06-07 18:24             ` Jeremy Fitzhardinge
2010-06-07 11:45         ` Pasi Kärkkäinen
2010-06-07 13:10           ` Michal Novotny
2010-06-07 13:14             ` Michal Novotny
2010-06-07 13:19               ` Pasi Kärkkäinen
2010-06-07 13:21                 ` Michal Novotny
2010-06-07 13:25                   ` Michal Novotny
2010-06-07 13:36                     ` Michal Novotny
2010-06-07 13:46                       ` Keir Fraser
2010-06-07 15:00                         ` Michal Novotny
2010-06-07 15:17                           ` M A Young
2010-06-07 15:28                             ` Michal Novotny
2010-06-07 14:56                       ` Pasi Kärkkäinen
2010-06-07 15:02                         ` Michal Novotny
2010-06-07 16:12                       ` Konrad Rzeszutek Wilk
2010-06-07 16:27                         ` Michal Novotny
2010-06-07 16:34                           ` Keir Fraser
2010-06-07 16:37                             ` Michal Novotny
2010-06-07 17:56                               ` Keir Fraser
2010-06-08 10:04                                 ` Michal Novotny
2010-06-08 10:39                                   ` Michal Novotny
2010-06-08 10:50                                     ` Keir Fraser
2010-06-08 10:52                                       ` Michal Novotny
2010-06-08 11:03                                         ` Keir Fraser
2010-06-08 11:06                                           ` Michal Novotny
2010-06-08 10:53                                   ` Keir Fraser
2010-06-08 10:54                                     ` Michal Novotny
2010-06-08 11:11                                     ` M A Young
2010-06-08 11:15                                       ` Michal Novotny [this message]
2010-06-07 14:06                     ` Pasi Kärkkäinen
2010-06-07 13:25             ` M A Young
     [not found] <C82EBB27.16AFC%keir.fraser@eu.citrix.com>
2010-06-04 13:45 ` Michal Novotny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C0E2644.5020303@redhat.com \
    --to=minovotn@redhat.com \
    --cc=m.a.young@durham.ac.uk \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.