Message ID | 20200723174615.2370096-3-dinechin@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Make SPICE a load module | expand |
On 7/23/20 7:46 PM, Christophe de Dinechin wrote: > From: Gerd Hoffmann <kraxel@redhat.com> > > See comment. Feels quite hackish. Better ideas anyone? I don't understand this patch, how is it related to the rest of your series? > > Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> > Signed-off-by: Christophe de Dinechin <dinechin@redhat.com> > --- > dtc | 2 +- > roms/SLOF | 2 +- > roms/openbios | 2 +- > roms/opensbi | 2 +- > roms/seabios | 2 +- > slirp | 2 +- > 6 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/dtc b/dtc > index 85e5d83984..88f18909db 160000 > --- a/dtc > +++ b/dtc > @@ -1 +1 @@ > -Subproject commit 85e5d839847af54efab170f2b1331b2a6421e647 > +Subproject commit 88f18909db731a627456f26d779445f84e449536 > diff --git a/roms/SLOF b/roms/SLOF > index e18ddad851..9546892a80 160000 > --- a/roms/SLOF > +++ b/roms/SLOF > @@ -1 +1 @@ > -Subproject commit e18ddad8516ff2cfe36ec130200318f7251aa78c > +Subproject commit 9546892a80d5a4c73deea6719de46372f007f4a6 > diff --git a/roms/openbios b/roms/openbios > index 75fbb41d28..7e5b89e429 160000 > --- a/roms/openbios > +++ b/roms/openbios > @@ -1 +1 @@ > -Subproject commit 75fbb41d2857d93208c74a8e0228b29fd7bf04c0 > +Subproject commit 7e5b89e4295063d8eba55b9c8ce8bc681c2d129a > diff --git a/roms/opensbi b/roms/opensbi > index 9f1b72ce66..be92da280d 160000 > --- a/roms/opensbi > +++ b/roms/opensbi > @@ -1 +1 @@ > -Subproject commit 9f1b72ce66d659e91013b358939e832fb27223f5 > +Subproject commit be92da280d87c38a2e0adc5d3f43bab7b5468f09 > diff --git a/roms/seabios b/roms/seabios > index 88ab0c1552..f21b5a4aeb 160000 > --- a/roms/seabios > +++ b/roms/seabios > @@ -1 +1 @@ > -Subproject commit 88ab0c15525ced2eefe39220742efe4769089ad8 > +Subproject commit f21b5a4aeb020f2a5e2c6503f906a9349dd2f069 > diff --git a/slirp b/slirp > index 2faae0f778..126c04acba 160000 > --- a/slirp > +++ b/slirp > @@ -1 +1 @@ > -Subproject commit 2faae0f778f818fadc873308f983289df697eb93 > +Subproject commit 126c04acbabd7ad32c2b018fe10dfac2a3bc1210 >
On 2020-07-28 at 18:37 CEST, Philippe Mathieu-Daudé wrote... > On 7/23/20 7:46 PM, Christophe de Dinechin wrote: >> From: Gerd Hoffmann <kraxel@redhat.com> >> >> See comment. Feels quite hackish. Better ideas anyone? > > I don't understand this patch, how is it related to the rest of > your series? It's a leftover from an earlier workaround. For some reason, only some spurious submodule changes remained over time. That patch can now be dropped, I believe. > >> >> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> >> Signed-off-by: Christophe de Dinechin <dinechin@redhat.com> >> --- >> dtc | 2 +- >> roms/SLOF | 2 +- >> roms/openbios | 2 +- >> roms/opensbi | 2 +- >> roms/seabios | 2 +- >> slirp | 2 +- >> 6 files changed, 6 insertions(+), 6 deletions(-) >> >> diff --git a/dtc b/dtc >> index 85e5d83984..88f18909db 160000 >> --- a/dtc >> +++ b/dtc >> @@ -1 +1 @@ >> -Subproject commit 85e5d839847af54efab170f2b1331b2a6421e647 >> +Subproject commit 88f18909db731a627456f26d779445f84e449536 >> diff --git a/roms/SLOF b/roms/SLOF >> index e18ddad851..9546892a80 160000 >> --- a/roms/SLOF >> +++ b/roms/SLOF >> @@ -1 +1 @@ >> -Subproject commit e18ddad8516ff2cfe36ec130200318f7251aa78c >> +Subproject commit 9546892a80d5a4c73deea6719de46372f007f4a6 >> diff --git a/roms/openbios b/roms/openbios >> index 75fbb41d28..7e5b89e429 160000 >> --- a/roms/openbios >> +++ b/roms/openbios >> @@ -1 +1 @@ >> -Subproject commit 75fbb41d2857d93208c74a8e0228b29fd7bf04c0 >> +Subproject commit 7e5b89e4295063d8eba55b9c8ce8bc681c2d129a >> diff --git a/roms/opensbi b/roms/opensbi >> index 9f1b72ce66..be92da280d 160000 >> --- a/roms/opensbi >> +++ b/roms/opensbi >> @@ -1 +1 @@ >> -Subproject commit 9f1b72ce66d659e91013b358939e832fb27223f5 >> +Subproject commit be92da280d87c38a2e0adc5d3f43bab7b5468f09 >> diff --git a/roms/seabios b/roms/seabios >> index 88ab0c1552..f21b5a4aeb 160000 >> --- a/roms/seabios >> +++ b/roms/seabios >> @@ -1 +1 @@ >> -Subproject commit 88ab0c15525ced2eefe39220742efe4769089ad8 >> +Subproject commit f21b5a4aeb020f2a5e2c6503f906a9349dd2f069 >> diff --git a/slirp b/slirp >> index 2faae0f778..126c04acba 160000 >> --- a/slirp >> +++ b/slirp >> @@ -1 +1 @@ >> -Subproject commit 2faae0f778f818fadc873308f983289df697eb93 >> +Subproject commit 126c04acbabd7ad32c2b018fe10dfac2a3bc1210 >> -- Cheers, Christophe de Dinechin (IRC c3d)
diff --git a/dtc b/dtc index 85e5d83984..88f18909db 160000 --- a/dtc +++ b/dtc @@ -1 +1 @@ -Subproject commit 85e5d839847af54efab170f2b1331b2a6421e647 +Subproject commit 88f18909db731a627456f26d779445f84e449536 diff --git a/roms/SLOF b/roms/SLOF index e18ddad851..9546892a80 160000 --- a/roms/SLOF +++ b/roms/SLOF @@ -1 +1 @@ -Subproject commit e18ddad8516ff2cfe36ec130200318f7251aa78c +Subproject commit 9546892a80d5a4c73deea6719de46372f007f4a6 diff --git a/roms/openbios b/roms/openbios index 75fbb41d28..7e5b89e429 160000 --- a/roms/openbios +++ b/roms/openbios @@ -1 +1 @@ -Subproject commit 75fbb41d2857d93208c74a8e0228b29fd7bf04c0 +Subproject commit 7e5b89e4295063d8eba55b9c8ce8bc681c2d129a diff --git a/roms/opensbi b/roms/opensbi index 9f1b72ce66..be92da280d 160000 --- a/roms/opensbi +++ b/roms/opensbi @@ -1 +1 @@ -Subproject commit 9f1b72ce66d659e91013b358939e832fb27223f5 +Subproject commit be92da280d87c38a2e0adc5d3f43bab7b5468f09 diff --git a/roms/seabios b/roms/seabios index 88ab0c1552..f21b5a4aeb 160000 --- a/roms/seabios +++ b/roms/seabios @@ -1 +1 @@ -Subproject commit 88ab0c15525ced2eefe39220742efe4769089ad8 +Subproject commit f21b5a4aeb020f2a5e2c6503f906a9349dd2f069 diff --git a/slirp b/slirp index 2faae0f778..126c04acba 160000 --- a/slirp +++ b/slirp @@ -1 +1 @@ -Subproject commit 2faae0f778f818fadc873308f983289df697eb93 +Subproject commit 126c04acbabd7ad32c2b018fe10dfac2a3bc1210