All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Add 'elf' as supported type by QEMU
@ 2017-02-06 18:05 Juro Bystricky
  2017-02-06 18:05 ` [PATCH 1/1] qemu.py: add 'elf' as supported fstype Juro Bystricky
  0 siblings, 1 reply; 2+ messages in thread
From: Juro Bystricky @ 2017-02-06 18:05 UTC (permalink / raw)
  To: openembedded-core; +Cc: jurobystricky

Although I don't understand why there is a test to determine
if qemu supports a particular fstype, if that's the way it is
implemented the list should also include 'elf'.
IMHO the whole supported_fstypes is questionable, we should let
qemu decide if it can or cannot support a particular fstype.



Juro Bystricky (1):
  qemu.py: add 'elf' as supported fstype

 meta/lib/oeqa/core/target/qemu.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.7.4



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

* [PATCH 1/1] qemu.py: add 'elf' as supported fstype
  2017-02-06 18:05 [PATCH 0/1] Add 'elf' as supported type by QEMU Juro Bystricky
@ 2017-02-06 18:05 ` Juro Bystricky
  0 siblings, 0 replies; 2+ messages in thread
From: Juro Bystricky @ 2017-02-06 18:05 UTC (permalink / raw)
  To: openembedded-core; +Cc: jurobystricky

Add 'elf' as also supported by OEQemuTarget.

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
---
 meta/lib/oeqa/core/target/qemu.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/core/target/qemu.py b/meta/lib/oeqa/core/target/qemu.py
index 641dd6a..9d3f68c 100644
--- a/meta/lib/oeqa/core/target/qemu.py
+++ b/meta/lib/oeqa/core/target/qemu.py
@@ -9,7 +9,7 @@ import time
 from .ssh import OESSHTarget
 from oeqa.utils.qemurunner import QemuRunner
 
-supported_fstypes = ['ext3', 'ext4', 'cpio.gz', 'wic']
+supported_fstypes = ['ext3', 'ext4', 'cpio.gz', 'wic', 'elf']
 
 class OEQemuTarget(OESSHTarget):
     def __init__(self, logger, ip, server_ip, timeout=300, user='root',
-- 
2.7.4



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

end of thread, other threads:[~2017-02-06 18:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-06 18:05 [PATCH 0/1] Add 'elf' as supported type by QEMU Juro Bystricky
2017-02-06 18:05 ` [PATCH 1/1] qemu.py: add 'elf' as supported fstype Juro Bystricky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.