On 5/5/21 2:10 PM, Philippe Mathieu-Daudé wrote:
The compiler isn't clever enough to figure 'min_buf_size' is a constant, so help it by using a definitions instead.Signed-off-by: Philippe Mathieu-Daudé<[email protected]> --- hw/net/e1000e_core.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
Fix the commit message along the lines of patch 7. But the patch itself looks fine. Reviewed-by: Richard Henderson <[email protected]> r~
