]> Git Repo - qemu.git/commit - hw/i386/acpi-build.c
acpi: refactor pxb crs computation
authorMarcel Apfelbaum <[email protected]>
Sun, 17 Jul 2016 16:53:12 +0000 (19:53 +0300)
committerMichael S. Tsirkin <[email protected]>
Thu, 28 Jul 2016 21:07:09 +0000 (00:07 +0300)
commit2df5a7b52f2b1923f59f47da4ac2fc5501b4bd3c
treee43fb8f3530e3a770933381e3b3a924fc2e1bdd2
parentc99cb18eeb8bca145ee260a507ccce6775a6d260
acpi: refactor pxb crs computation

Instead of always passing both IO and MEM ranges when
computing CRS ranges, define a new CrsRangeSet structure
that include them both.

This is done before introducing a third type of range,
64-bit MEM, so it will be easier to pass them all around.

Reviewed-by: Igor Mammedov <[email protected]>
Signed-off-by: Marcel Apfelbaum <[email protected]>
Tested-by: Laszlo Ersek <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
hw/i386/acpi-build.c
This page took 0.023399 seconds and 4 git commands to generate.