[OE-core] Try to fix qemu freezing due to full socket buffers

Randy Witt randy.e.witt at linux.intel.com
Thu Aug 20 22:24:07 UTC 2015


The following changes since commit a3d228a484cf471e999b6537987e2897d8a7bd4e:

  bitbake: main: Handle RuntimeError exception in list_extension_modules (2015-08-20 22:04:43 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib rewitt/logthread

for you to fetch changes up to c0f8b3c28c4410031dc763e714bc2ad0f87171d6:

  qemurunner: Use two serial ports and log console with a thread (2015-08-20 14:16:29 -0700)

----------------------------------------------------------------
Randy Witt (3):
      qemurunner.py: Move some class variables that should only be local
      qemurunner: Make create_socket() return data and use exceptions
      qemurunner: Use two serial ports and log console with a thread

 meta/conf/machine/qemuarm.conf    |   2 +-
 meta/conf/machine/qemuarm64.conf  |   2 +-
 meta/conf/machine/qemumips.conf   |   2 +-
 meta/conf/machine/qemumips64.conf |   2 +-
 meta/conf/machine/qemuppc.conf    |   2 +-
 meta/conf/machine/qemux86-64.conf |   2 +-
 meta/conf/machine/qemux86.conf    |   2 +-
 meta/lib/oeqa/utils/qemurunner.py | 174 ++++++++++++++++++++++++++++++++------
 8 files changed, 155 insertions(+), 33 deletions(-)



More information about the Openembedded-core mailing list