From: Christoph Egger <Christoph.Egger@amd.com>
To: Ian Campbell <Ian.Campbell@citrix.com>
Cc: Roger Pau Monne <roger.pau@entel.upc.edu>,
"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Subject: Re: [PATCH 1 of 6] xenbackendd: fix incorrect usage of pidfile
Date: Thu, 22 Sep 2011 16:06:47 +0200 [thread overview]
Message-ID: <4E7B40F7.8090201@amd.com> (raw)
In-Reply-To: <1316697823.23371.62.camel@zakaz.uk.xensource.com>
On 09/22/11 15:23, Ian Campbell wrote:
> On Thu, 2011-09-22 at 13:01 +0100, Roger Pau Monne wrote:
>> # HG changeset patch
>> # User Roger Pau Monne<roger.pau@entel.upc.edu>
>> # Date 1316692475 -7200
>> # Node ID 576c0ce336acb501cbba245dc801f06edc391479
>> # Parent a422e2a4451e16dc791b293f41966b842fa4781d
>> xenbackendd: fix incorrect usage of pidfile
>>
>> Fix xenbackendd ignoring the pidfile passed through the command line.
>>
>> Signed-off-by: Roger Pau Monne<roger.pau@entel.upc.edu>
>
> Acked-by: Ian Campbell<ian.campbell@citrix.com>
Acked-by: Christoph Egger <Christoph.Egger@amd.com>
>
>>
>> diff -r a422e2a4451e -r 576c0ce336ac tools/xenbackendd/xenbackendd.c
>> --- a/tools/xenbackendd/xenbackendd.c Sun Sep 18 00:26:52 2011 +0100
>> +++ b/tools/xenbackendd/xenbackendd.c Thu Sep 22 13:54:35 2011 +0200
>> @@ -169,7 +169,7 @@ main(int argc, char * const argv[])
>> log_file = optarg;
>> break;
>> case 'p':
>> - pidfile = pidfile;
>> + pidfile = optarg;
>> case 's':
>> vbd_script = optarg;
>> break;
>>
--
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Einsteinring 24, 85689 Dornach b. Muenchen
Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632
next prev parent reply other threads:[~2011-09-22 14:06 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-22 12:01 [PATCH 0 of 6] Add NetBSD support for libxl Roger Pau Monne
2011-09-22 12:01 ` [PATCH 1 of 6] xenbackendd: fix incorrect usage of pidfile Roger Pau Monne
2011-09-22 13:23 ` Ian Campbell
2011-09-22 14:06 ` Christoph Egger [this message]
2011-09-22 12:01 ` [PATCH 2 of 6] hotplug: set hotplug-status to disconnected at removal Roger Pau Monne
2011-09-22 13:28 ` Ian Campbell
2011-09-22 12:01 ` [PATCH 3 of 6] xenbackendd: pass type of block device to hotplug script Roger Pau Monne
2011-09-22 13:35 ` Ian Campbell
2011-09-22 14:07 ` Christoph Egger
2011-09-22 12:01 ` [PATCH 4 of 6] libxl: fix for libxl not waiting for devices to disconnect Roger Pau Monne
2011-09-22 13:32 ` Ian Campbell
2011-09-22 12:01 ` [PATCH 5 of 6] libxl: add support for NetBSD to use disk images as a PHY backend Roger Pau Monne
2011-09-22 13:37 ` Ian Campbell
2011-09-22 12:01 ` [PATCH 6 of 6] libxl: use hotplug-status to synchronize the destruction of block devices Roger Pau Monne
2011-09-22 13:44 ` Ian Campbell
2011-09-23 8:08 ` Roger Pau Monné
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=4E7B40F7.8090201@amd.com \
--to=christoph.egger@amd.com \
--cc=Ian.Campbell@citrix.com \
--cc=roger.pau@entel.upc.edu \
--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.