> From: Roger Pau Monne <roger....@citrix.com> > Sent: Wednesday, March 2, 2022 2:27 PM > To: xen-devel@lists.xenproject.org <xen-devel@lists.xenproject.org> > Cc: Ross Lagerwall <ross.lagerw...@citrix.com>; konrad.w...@oracle.com > <konrad.w...@oracle.com>; doe...@amazon.de <doe...@amazon.de>; jul...@xen.org > <jul...@xen.org>; Andrew Cooper <andrew.coop...@citrix.com>; Roger Pau Monne > <roger....@citrix.com> > Subject: [PATCH 1/4] livepatch: update readme to mention --xen-depends > > Fixes: b19df7b2c05e ('livepatch-build: Embed hypervisor build id into every > hotpatch') > Signed-off-by: Roger Pau Monné <roger....@citrix.com> > --- > README.md | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/README.md b/README.md > index 653c624..b48a3df 100644 > --- a/README.md > +++ b/README.md > @@ -24,7 +24,7 @@ Next, build a live patch, using a patch and the source, > build ID, and > ``` > $ cd ~/src/livepatch-build > $ ./livepatch-build -s ~/src/xenbuild -p ~/src/xsa.patch -o out \ > - -c ~/src/xen/xen/.config --depends $BUILDID > + -c ~/src/xen/xen/.config --depends $BUILDID --xen-depends $BUILDID > Building LivePatch patch: xsa > > Xen directory: /home/ross/src/xenbuild > -- > 2.34.1
Reviewed-by: Ross Lagerwall <ross.lagerw...@citrix.com>