qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC v9 06/27] virtio-blk: Take PCI memory range into a


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [RFC v9 06/27] virtio-blk: Take PCI memory range into account
Date: Thu, 19 Jul 2012 10:14:37 +0100

On Wed, Jul 18, 2012 at 7:29 PM, Michael S. Tsirkin <address@hidden> wrote:
> On Wed, Jul 18, 2012 at 04:07:33PM +0100, Stefan Hajnoczi wrote:
>> Support >4 GB physical memory accesses.
>>
>> Signed-off-by: Stefan Hajnoczi <address@hidden>
>
> Need some sane APIs, this is just too scary.

Yes, this prototype has (at least) two layering violations:
1. Bypassing QEMU's memory subsystem because it isn't thread-safe.
2. Bypassing block layer and extracting the underlying fd out of a
raw-posix file, allowing us to do our own Linux AIO.

Stefan



reply via email to

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