| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-29 | environment: move tool detection functions to a new module | Paolo Bonzini | |
| Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||
| 2025-10-29 | coredata: move cmd_line.txt and command line handling to a new module | Paolo Bonzini | |
| cmd_line.txt is not related to serialized data, in fact it's a fallback for when serialized data cannot be used and is also related to setting up argparse for command line parsing. Since there is no code in common with the rest of coredata, move it to a new module. Fixes: #15081 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||
| 2025-10-04 | utils: merge per-platform utils into `platform.py` | Dylan Baker | |
| This allows us to simplify running mypy, as we can just mypy the entire utils module regardless of the platform we're using. As an added bonus, this means we open one less module. | |||
| 2025-08-11 | Condense test directory names. | Jussi Pakkanen | |
| 2025-08-01 | Condense test directory names for 1.9. | Jussi Pakkanen | |
| 2025-04-14 | Condense directory names for 1.8 rc1. | Jussi Pakkanen | |
| 2025-01-09 | Condensed directory names for release. | Jussi Pakkanen | |
| 2024-06-04 | Extract native file parser to machinefile source file. | Jussi Pakkanen | |
| 2024-05-23 | Refactor option classes to their own file. | Jussi Pakkanen | |
| 2023-10-27 | Condense test directories for RC1. | Jussi Pakkanen | |
