From 4b927bc37359dec23f67d3427fc982945f24f404 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Wed, 21 May 2025 21:21:26 +0200 Subject: add gitlab issues in toml format --- .../target_missing/host_missing/accel_missing/2744.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 gitlab/issues/target_missing/host_missing/accel_missing/2744.toml (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/2744.toml') diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2744.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2744.toml new file mode 100644 index 00000000..00038ba9 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/2744.toml @@ -0,0 +1,17 @@ +id = 2744 +title = "Avoid defining custom machine-definition macros for each new machine type" +state = "opened" +created_at = "2024-12-23T13:17:47.391Z" +closed_at = "n/a" +labels = [] +url = "https://gitlab.com/qemu-project/qemu/-/issues/2744" +host-os = "n/a" +host-arch = "n/a" +qemu-version = "n/a" +guest-os = "n/a" +guest-arch = "n/a" +description = "n/a" +reproduce = "n/a" +additional = """There are already some semi-generic implementations of this macro, such as [`DEFINE_PC_VER_MACHINE()`](https://gitlab.com/qemu-project/qemu/-/blob/aa3a285b5bc56a4208b3b57d4a55291e9c260107/include/hw/i386/pc.h#L326), which is used for the 'q35', 'pc' and 'isapc' machine types. + +There does appear to be some deviation from the template macro in some cases. We would have to enumerate what the nature of these deviations is, why only some machine types need them, and how they would fit into the proposed generic macro. Still, if we could have a generic macro that simplifies 80% of machine types' version definitions, then that seems like a win.""" -- cgit 1.4.1