summary refs log tree commit diff stats
path: root/system/cpu-timers.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* system/cpu-timers: Introduce ICountMode enumeratorPhilippe Mathieu-Daudé2024-01-191-1/+1
| | | | | | | | | Rather than having to lookup for what the 0, 1, 2, ... icount values are, use a enum definition. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20231208113529.74067-4-philmd@linaro.org>
* system: Constify VMStateRichard Henderson2023-12-301-7/+7
| | | | | | | Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20231221031652.119827-68-richard.henderson@linaro.org>
* system: Rename softmmu/ directory as system/Philippe Mathieu-Daudé2023-10-081-0/+277
The softmmu/ directory contains files specific to system emulation. Rename it as system/. Update meson rules, the MAINTAINERS file and all the documentation and comments. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20231004090629.37473-14-philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>