qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH, RFC] Configuration device: add write channel, mark


From: Blue Swirl
Subject: [Qemu-devel] [PATCH, RFC] Configuration device: add write channel, mark pages RO
Date: Sun, 7 Sep 2008 21:56:56 +0300

Hi,

The first patch extend the configuration device with a guest write
capability. A callback is invoked when the buffer is full.

It's a bit odd to get completely different behavior when doing I/O to
the same port just because of the word size used in the IO. I'd rather
have two ports, one for control write or status read and another for
data read/write. Is two ports too much to ask on a PC?

The second patch uses the first one to add a new key for marking guest
pages read only. This patch was inspired due to discussion I saw on
KernelTrap:
http://kerneltrap.org/mailarchive/linux-kernel/2008/9/4/3191234

Attachment: fw_cfg_write_channel.diff
Description: plain/text

Attachment: fw_cfg_ro_page.diff
Description: plain/text


reply via email to

[Prev in Thread] Current Thread [Next in Thread]