Searched hist:a1ff8ae0666ffcbe78ae7e28812dd30db6bb7131 (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/hw/ |
H A D | sysbus.h | diff a1ff8ae0666ffcbe78ae7e28812dd30db6bb7131 Mon Sep 16 03:21:14 CDT 2013 Marcel Apfelbaum <marcel.a@redhat.com> memory: Change MemoryRegion priorities from unsigned to 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.
Reviewed-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>
|
/openbmc/qemu/hw/core/ |
H A D | sysbus.c | diff a1ff8ae0666ffcbe78ae7e28812dd30db6bb7131 Mon Sep 16 03:21:14 CDT 2013 Marcel Apfelbaum <marcel.a@redhat.com> memory: Change MemoryRegion priorities from unsigned to 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.
Reviewed-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>
|
/openbmc/qemu/include/exec/ |
H A D | memory.h | diff a1ff8ae0666ffcbe78ae7e28812dd30db6bb7131 Mon Sep 16 03:21:14 CDT 2013 Marcel Apfelbaum <marcel.a@redhat.com> memory: Change MemoryRegion priorities from unsigned to 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.
Reviewed-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>
|