Message ID | 6b9dc37842ea533622c09d0ca7462f77c18cd67d.1659403195.git.jag.raman@oracle.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Update vfio-user module to the latest | expand |
On Mon, Aug 01, 2022 at 09:24:04PM -0400, Jagannathan Raman wrote: > Update libvfio-user submodule to the latest > > Signed-off-by: Jagannathan Raman <jag.raman@oracle.com> > --- > subprojects/libvfio-user | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/subprojects/libvfio-user b/subprojects/libvfio-user > index 0b28d20557..1305f161b7 160000 > --- a/subprojects/libvfio-user > +++ b/subprojects/libvfio-user > @@ -1 +1 @@ > -Subproject commit 0b28d205572c80b568a1003db2c8f37ca333e4d7 > +Subproject commit 1305f161b7e0dd2c2a420c17efcb0bd49b94dad4 Only 3 changes in the submodule with this: 1305f161b7e0dd2c2a420c17efcb0bd49b94dad4 disable client-server test by default (#700) 36beb63be45ad1412562a98d9373a4c0bd91ab3d support for shadow ioeventfd (#698) 1c274027bb4f9d68eee846036e8d50dcde2fd7e9 improve README.md (#696) That fixes the testing bug we see, the other change affects an API that QEMU doesn't use. Overall looks safe for applying during soft freeze. Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> With regards, Daniel
On Tue, 2 Aug 2022 at 05:44, Daniel P. Berrangé <berrange@redhat.com> wrote: > On Mon, Aug 01, 2022 at 09:24:04PM -0400, Jagannathan Raman wrote: > > Update libvfio-user submodule to the latest > > > > Signed-off-by: Jagannathan Raman <jag.raman@oracle.com> > > --- > > subprojects/libvfio-user | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/subprojects/libvfio-user b/subprojects/libvfio-user > > index 0b28d20557..1305f161b7 160000 > > --- a/subprojects/libvfio-user > > +++ b/subprojects/libvfio-user > > @@ -1 +1 @@ > > -Subproject commit 0b28d205572c80b568a1003db2c8f37ca333e4d7 > > +Subproject commit 1305f161b7e0dd2c2a420c17efcb0bd49b94dad4 > > Only 3 changes in the submodule with this: > > 1305f161b7e0dd2c2a420c17efcb0bd49b94dad4 disable client-server test by default (#700) > 36beb63be45ad1412562a98d9373a4c0bd91ab3d support for shadow ioeventfd (#698) > 1c274027bb4f9d68eee846036e8d50dcde2fd7e9 improve README.md (#696) > > That fixes the testing bug we see, the other change affects an API that > QEMU doesn't use. Overall looks safe for applying during soft freeze. > > Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> CCing Richard so this can be merged. Stefan
diff --git a/subprojects/libvfio-user b/subprojects/libvfio-user index 0b28d20557..1305f161b7 160000 --- a/subprojects/libvfio-user +++ b/subprojects/libvfio-user @@ -1 +1 @@ -Subproject commit 0b28d205572c80b568a1003db2c8f37ca333e4d7 +Subproject commit 1305f161b7e0dd2c2a420c17efcb0bd49b94dad4
Update libvfio-user submodule to the latest Signed-off-by: Jagannathan Raman <jag.raman@oracle.com> --- subprojects/libvfio-user | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)