Searched hist:d1d32d6255a395eb071c10aeffb932a3485bdfcd (Results 1 – 4 of 4) sorted by relevance
/qemu/hw/ppc/ |
H A D | spapr_ovec.c | d1d32d6255a395eb071c10aeffb932a3485bdfcd Fri Nov 29 05:23:21 UTC 2019 David Gibson <david@gibson.dropbear.id.au> spapr: Simplify ovec diff
spapr_ovec_diff(ov, old, new) has somewhat complex semantics. ov is set to those bits which are in new but not old, and it returns as a boolean whether or not there are any bits in old but not new.
It turns out that both callers only care about the second, not the first. This is basically equivalent to a bitmap subset operation, which is easier to understand and implement. So replace spapr_ovec_diff() with spapr_ovec_subset().
Cc: Mike Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Cedric Le Goater <clg@fr.ibm.com>
|
H A D | spapr_hcall.c | d1d32d6255a395eb071c10aeffb932a3485bdfcd Fri Nov 29 05:23:21 UTC 2019 David Gibson <david@gibson.dropbear.id.au> spapr: Simplify ovec diff
spapr_ovec_diff(ov, old, new) has somewhat complex semantics. ov is set to those bits which are in new but not old, and it returns as a boolean whether or not there are any bits in old but not new.
It turns out that both callers only care about the second, not the first. This is basically equivalent to a bitmap subset operation, which is easier to understand and implement. So replace spapr_ovec_diff() with spapr_ovec_subset().
Cc: Mike Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Cedric Le Goater <clg@fr.ibm.com>
|
H A D | spapr.c | d1d32d6255a395eb071c10aeffb932a3485bdfcd Fri Nov 29 05:23:21 UTC 2019 David Gibson <david@gibson.dropbear.id.au> spapr: Simplify ovec diff
spapr_ovec_diff(ov, old, new) has somewhat complex semantics. ov is set to those bits which are in new but not old, and it returns as a boolean whether or not there are any bits in old but not new.
It turns out that both callers only care about the second, not the first. This is basically equivalent to a bitmap subset operation, which is easier to understand and implement. So replace spapr_ovec_diff() with spapr_ovec_subset().
Cc: Mike Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Cedric Le Goater <clg@fr.ibm.com>
|
/qemu/include/hw/ppc/ |
H A D | spapr_ovec.h | d1d32d6255a395eb071c10aeffb932a3485bdfcd Fri Nov 29 05:23:21 UTC 2019 David Gibson <david@gibson.dropbear.id.au> spapr: Simplify ovec diff
spapr_ovec_diff(ov, old, new) has somewhat complex semantics. ov is set to those bits which are in new but not old, and it returns as a boolean whether or not there are any bits in old but not new.
It turns out that both callers only care about the second, not the first. This is basically equivalent to a bitmap subset operation, which is easier to understand and implement. So replace spapr_ovec_diff() with spapr_ovec_subset().
Cc: Mike Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Cedric Le Goater <clg@fr.ibm.com>
|