Re: [PATCH 1/5] slirp: bump submodule to 4.7 release

2022-05-05 Thread Paolo Bonzini
On Thu, May 5, 2022 at 10:38 AM Marc-André Lureau wrote: > Sad the CI didn't catch it. What is missing to cover it? The QEMU CI did, but the slirp one didn't because -Wmissing-prototypes is not included in -Wall. > To me it's fine to update the submodule to the fixed commit, with a comment > ex

Re: [PATCH 1/5] slirp: bump submodule to 4.7 release

2022-05-05 Thread Marc-André Lureau
Hi On Thu, May 5, 2022 at 12:34 PM Paolo Bonzini wrote: > On Thu, May 5, 2022 at 10:21 AM Marc-André Lureau > wrote: > > > > > > > > On Thu, May 5, 2022 at 1:06 AM Paolo Bonzini > wrote: > >> > >> Version 4.7 of slirp provides a new timer API that works better with > CFI, > >> together with se

Re: [PATCH 1/5] slirp: bump submodule to 4.7 release

2022-05-05 Thread Marc-André Lureau
On Thu, May 5, 2022 at 1:06 AM Paolo Bonzini wrote: > Version 4.7 of slirp provides a new timer API that works better with CFI, > together with several other improvements: > > * Allow disabling the internal DHCP server !22 > * Support Unix sockets in hostfwd !103 > * IPv6 DNS proxying support !11

Re: [PATCH 1/5] slirp: bump submodule to 4.7 release

2022-05-05 Thread Paolo Bonzini
On Thu, May 5, 2022 at 10:21 AM Marc-André Lureau wrote: > > > > On Thu, May 5, 2022 at 1:06 AM Paolo Bonzini wrote: >> >> Version 4.7 of slirp provides a new timer API that works better with CFI, >> together with several other improvements: >> >> * Allow disabling the internal DHCP server !22 >>

[PATCH 1/5] slirp: bump submodule to 4.7 release

2022-05-04 Thread Paolo Bonzini
Version 4.7 of slirp provides a new timer API that works better with CFI, together with several other improvements: * Allow disabling the internal DHCP server !22 * Support Unix sockets in hostfwd !103 * IPv6 DNS proxying support !110 * bootp: add support for UEFI HTTP boot !111 and bugfixes. Si