On Wed, Sep 28, 2016 at 8:15 AM, Nathan Rossi <[email protected]> wrote: > * Handle slirp/tap networking separately. > * Force the use of serial port and always disable graphics since the > qemuzynq target does not support any graphics > > Signed-off-by: Nathan Rossi <[email protected]>
Can this not just be squashed with the previous patch? Especially the serial options and newline at the end. Reviewed-by: Alistair Francis <[email protected]> Thanks, Alistair > --- > conf/machine/qemuzynq.conf | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/conf/machine/qemuzynq.conf b/conf/machine/qemuzynq.conf > index 894fee8173..e9767d9819 100644 > --- a/conf/machine/qemuzynq.conf > +++ b/conf/machine/qemuzynq.conf > @@ -23,7 +23,9 @@ QB_SYSTEM_NAME = "qemu-system-arm" > QB_MEM = "-m 1024" > QB_MACHINE = "-machine xilinx-zynq-a9" > QB_DTB = "${MACHINE}.dtb" > -QB_SERIAL_OPT = "-serial null -serial mon:stdio" > -QB_OPT_APPEND = "-net nic -net nic -usb -usbdevice tablet" > +QB_OPT_APPEND = "-nographic -serial null -serial mon:stdio" > QB_DEFAULT_FSTYPE = "cpio" > QB_KERNEL_CMDLINE_APPEND = "console=ttyPS0" > +QB_TAP_OPT = "-netdev tap,id=net0,ifname=@TAP@,script=no,downscript=no -net > nic,netdev=net0,macaddr=@MAC@" > +QB_SLIRP_OPT = "-netdev user,id=net0 -net nic,netdev=net0" > + > -- > 2.9.3 > -- > _______________________________________________ > meta-xilinx mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-xilinx -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
