Re: [Qemu-devel] [PATCH] move net_handle_fd_param() into a common utility function

2010-05-26 Thread Markus Armbruster
Alex Williamson writes: > Move to monitor.c:monitor_handle_fd_param() as a common helper. > > Signed-off-by: Alex Williamson > --- > > I'd like to use this for the proposed device assignment configfd > parameter since there's nothing net specific about it. Looks good. Error checking after strt

[Qemu-devel] [PATCH] move net_handle_fd_param() into a common utility function

2010-05-26 Thread Alex Williamson
Move to monitor.c:monitor_handle_fd_param() as a common helper. Signed-off-by: Alex Williamson --- I'd like to use this for the proposed device assignment configfd parameter since there's nothing net specific about it. monitor.c| 17 + monitor.h|1 + net.c