Openembedded Core Discussions
 help / color / mirror / Atom feed
* Try to fix qemu freezing due to full socket buffers
@ 2015-08-20 22:24 Randy Witt
  2015-08-20 22:24 ` [PATCH 1/3] qemurunner.py: Move some class variables that should only be local Randy Witt
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Randy Witt @ 2015-08-20 22:24 UTC (permalink / raw)
  To: openembedded-core

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(-)


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-08-21 14:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-20 22:24 Try to fix qemu freezing due to full socket buffers Randy Witt
2015-08-20 22:24 ` [PATCH 1/3] qemurunner.py: Move some class variables that should only be local Randy Witt
2015-08-20 22:24 ` [PATCH 2/3] qemurunner: Make create_socket() return data and use exceptions Randy Witt
2015-08-20 22:24 ` [PATCH 3/3] qemurunner: Use two serial ports and log console with a thread Randy Witt
2015-08-20 23:46 ` [PATCH V2 0/3] Try to fix qemu freezing due to full socket buffers Randy Witt
2015-08-20 23:46   ` [PATCH V2 1/3] qemurunner.py: Move some class variables that should only be local Randy Witt
2015-08-20 23:46   ` [PATCH V2 2/3] qemurunner: Make create_socket() return data and use exceptions Randy Witt
2015-08-20 23:46   ` [PATCH V2 3/3] qemurunner: Use two serial ports and log console with a thread Randy Witt
2015-08-21 13:36 ` Try to fix qemu freezing due to full socket buffers Burton, Ross
2015-08-21 13:41   ` Richard Purdie
2015-08-21 14:23     ` Burton, Ross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox