]> git.proxmox.com Git - mirror_qemu.git/commit
qom: Propagate alignment through type system
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 13 Sep 2023 21:46:17 +0000 (14:46 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 3 Oct 2023 15:01:02 +0000 (08:01 -0700)
commitad4ec2798fd7066bc9d879dcbdeae96073ad370f
tree86ac01d3c21906cd55f6748a7f0663496b8003b4
parentef6d8210a2570b5f7c5e02ab422c92f527b62be7
qom: Propagate alignment through type system

Propagate alignment just like size.  This is required in order to
get the correct alignment on most cpu subclasses where the size and
alignment is only specified for the base cpu type.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
qom/object.c