Re: [PATCH 2/5] net: slirp: introduce a wrapper struct for QemuTimer

2022-05-05 Thread Marc-André Lureau
On Thu, May 5, 2022 at 1:02 AM Paolo Bonzini wrote: > This struct will be extended in the next few patches to support the > new slirp_handle_timer() call. For that we need to store an additional > "int" for each SLIRP timer, in addition to the cb_opaque. > > Signed-off-by: Paolo Bonzini > Revi

[PATCH 2/5] net: slirp: introduce a wrapper struct for QemuTimer

2022-05-04 Thread Paolo Bonzini
This struct will be extended in the next few patches to support the new slirp_handle_timer() call. For that we need to store an additional "int" for each SLIRP timer, in addition to the cb_opaque. Signed-off-by: Paolo Bonzini --- net/slirp.c | 19 ++- 1 file changed, 14 insertio