<div dir="ltr"><div>Acked-by: Yuri Benditovich <<a href="mailto:yuri.benditovich@daynix.com">yuri.benditovich@daynix.com</a>> <br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 10, 2017 at 6:30 PM, Frediano Ziglio <span dir="ltr"><<a href="mailto:fziglio@redhat.com" target="_blank">fziglio@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Current code require different function to know the Bar used<br>
by different memory allocations.<br>
These set of patches remove the needs to pass the Bar to<br>
some functions (FreeMem, VA and PA) making easier to<br>
change memory layout in the future.<br>
These patches also change memory allocation moving commands<br>
to Bar0 as Qemu has some issues with migrations if commands<br>
are on Bar1.<br>
These patches make also easier to move allocations to Bar0<br>
or implementing some sort of fallback is one Bar is full.<br>
<br>
NOTE: currently Qemu requires that<br>
- primary surface;<br>
- monitor configurations;<br>
- commands;<br>
all reside in Bar0.<br>
<br>
Frediano Ziglio (8):<br>
  Compute automatically memory space in FreeMem<br>
  Remove m_NumMemSlots member<br>
  Allocate m_MemSlots statically inside QxlDevice<br>
  Use normal pointer for VA addresses<br>
  Compute dynamically slot_id in PA and VA functions<br>
  Use inline attribute for VA and PA<br>
  Allocate commands on Bar0<br>
  Remove unused parameters from VA and PA functions<br>
<br>
 qxldod/QxlDod.cpp | 137 ++++++++++++++++++++++++++----<wbr>------------------------<br>
 qxldod/QxlDod.h   |  18 ++++---<br>
 2 files changed, 73 insertions(+), 82 deletions(-)<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
2.9.3<br>
<br>
______________________________<wbr>_________________<br>
Spice-devel mailing list<br>
<a href="mailto:Spice-devel@lists.freedesktop.org">Spice-devel@lists.freedesktop.<wbr>org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/spice-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/spice-devel</a><br>
</font></span></blockquote></div><br></div>