]> git.proxmox.com Git - qemu.git/commit - docs/memory.txt
docs/memory: Explictly state that MemoryRegion priority is signed
authorMarcel Apfelbaum <marcel.a@redhat.com>
Mon, 16 Sep 2013 08:21:15 +0000 (11:21 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 14 Oct 2013 14:11:44 +0000 (17:11 +0300)
commit8002ccd6e4c5c52210c5fc886f7bf88fd707c2df
tree34b5ba0338baa7fe0e2cad0c1baa65e0a1a25097
parenta1ff8ae0666ffcbe78ae7e28812dd30db6bb7131
docs/memory: Explictly state that MemoryRegion priority is signed

When memory regions overlap, priority can be used to specify
which of them takes priority. By making the priority values signed
rather than unsigned, we make it more convenient to implement
a situation where one "background" region should appear only
where no other region exists: rather than having to explicitly
specify a high priority for all the other regions, we can let them take
the default (zero) priority and specify a negative priority for the
background region.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Marcel Apfelbaum <marcel.a@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
docs/memory.txt