qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Re: Add target memory mapping API


From: Avi Kivity
Subject: Re: [Qemu-devel] Re: Add target memory mapping API
Date: Wed, 21 Jan 2009 14:17:18 +0200
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

Mike Day wrote:
+typedef struct {
+    void *buffer;
+    target_phys_addr_t addr;
+    target_phys_addr_t len;
+} BounceBuffer;
+
+static BounceBuffer bounce;


Should there be one bounce buffer for each vcpu? Eventually the device
model lock will be refactored to allow more parallelism, right?

I don't see why. Bouncing only happens when you dma into mmio space instead of RAM. This never happens.

--
error compiling committee.c: too many arguments to function





reply via email to

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