[PATCH 05/14] target/i386: Introduce cc_op_size

2024-10-28 Thread Paolo Bonzini
From: Richard Henderson Replace arithmetic on cc_op with a helper function. Assert that the op has a size and that it is valid for the configuration. Signed-off-by: Richard Henderson Link: https://lore.kernel.org/r/20240701025115.1265117-6-richard.hender...@linaro.org Signed-off-by: Paolo Bonz

[PATCH 05/14] target/i386: Introduce cc_op_size

2024-10-20 Thread Paolo Bonzini
From: Richard Henderson Replace arithmetic on cc_op with a helper function. Assert that the op has a size and that it is valid for the configuration. Signed-off-by: Richard Henderson Link: https://lore.kernel.org/r/20240701025115.1265117-6-richard.hender...@linaro.org Signed-off-by: Paolo Bonz