diff options
Diffstat (limited to 'scripts/runqemu')
| -rwxr-xr-x | scripts/runqemu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index 0668e12e61..6fca7439a1 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
| @@ -842,11 +842,11 @@ to your build configuration. | |||
| 842 | if self.get('QB_TCPSERIAL_OPT'): | 842 | if self.get('QB_TCPSERIAL_OPT'): |
| 843 | self.qemu_opt_script += ' ' + self.get('QB_TCPSERIAL_OPT').replace('@PORT@', port) | 843 | self.qemu_opt_script += ' ' + self.get('QB_TCPSERIAL_OPT').replace('@PORT@', port) |
| 844 | else: | 844 | else: |
| 845 | self.qemu_opt_script += ' -serial tcp:127.0.0.1:%s' % port | 845 | self.qemu_opt_script += ' -serial tcp:127.0.0.1:%s,nodelay=on' % port |
| 846 | 846 | ||
| 847 | if len(ports) > 1: | 847 | if len(ports) > 1: |
| 848 | for port in ports[1:]: | 848 | for port in ports[1:]: |
| 849 | self.qemu_opt_script += ' -serial tcp:127.0.0.1:%s' % port | 849 | self.qemu_opt_script += ' -serial tcp:127.0.0.1:%s,nodelay=on' % port |
| 850 | 850 | ||
| 851 | def check_and_set(self): | 851 | def check_and_set(self): |
| 852 | """Check configs sanity and set when needed""" | 852 | """Check configs sanity and set when needed""" |
