qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: juha.riihimaki@nokia.com
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH v2 0/2] nand/onenand: reject read-only drives
Date: Thu, 20 Oct 2011 15:53:33 +0300	[thread overview]
Message-ID: <1319115215-21224-1-git-send-email-juha.riihimaki@nokia.com> (raw)

From: Juha Riihimäki <juha.riihimaki@nokia.com>

Make NAND and OneNAND device models reject read-only drives.
Test for example by running

$ qemu-system-arm -drive if=none,file=/dev/zero,readonly,id=foo -device nand,drive=foo,chip_id=0x59 -kernel /dev/null

or

$ qemu-system-arm -drive if=none,file=/dev/zero,readonly,id=foo -device onenand,drive=foo -kernel /dev/null

Changes v1->v2:
+ fix bug introduced in pagesize calculation for NAND devices without a drive image
+ revise commit message in hw/nand patch

Juha Riihimäki (2):
  hw/nand: reject read-only drives
  hw/onenand: reject read-only drives

 hw/nand.c    |   20 +++++++++++++-------
 hw/onenand.c |    5 +++++
 2 files changed, 18 insertions(+), 7 deletions(-)

-- 
1.7.5.4

             reply	other threads:[~2011-10-20 12:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-20 12:53 juha.riihimaki [this message]
2011-10-20 12:53 ` [Qemu-devel] [PATCH v2 1/2] hw/nand: reject read-only drives juha.riihimaki
2011-10-20 12:53 ` [Qemu-devel] [PATCH v2 2/2] hw/onenand: " juha.riihimaki
2011-11-08  9:17 ` [Qemu-devel] [PATCH v2 0/2] nand/onenand: " Markus Armbruster
2011-11-14  3:02 ` andrzej zaborowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1319115215-21224-1-git-send-email-juha.riihimaki@nokia.com \
    --to=juha.riihimaki@nokia.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).