All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] Question about open() in qemu
@ 2016-11-30 10:11 morgenlette madeBy
  2016-11-30 12:21 ` Fam Zheng
  2016-12-01  7:23 ` Alexey Kardashevskiy
  0 siblings, 2 replies; 3+ messages in thread
From: morgenlette madeBy @ 2016-11-30 10:11 UTC (permalink / raw)
  To: qemu-devel

Hello

I am studnet studying QEMU.

I have a question open in QEMU.

In  function handle_aiocb_rw_linear() in block/raw-posix.c,

i tried to open my device driver(mydev).

this driver was confirmed safe operation by test program.

But in qemu, this driver was not opened returning -1.

errno is 1. 1 means 'Operation not permitted'

QEMU is not supporting open()???

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

end of thread, other threads:[~2016-12-01  7:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-30 10:11 [Qemu-devel] Question about open() in qemu morgenlette madeBy
2016-11-30 12:21 ` Fam Zheng
2016-12-01  7:23 ` Alexey Kardashevskiy

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.