]> git.proxmox.com Git - mirror_qemu.git/blobdiff - HACKING
Merge tag 'pull-aspeed-20240201' of https://github.com/legoater/qemu into staging
[mirror_qemu.git] / HACKING
diff --git a/HACKING b/HACKING
deleted file mode 100644 (file)
index 4211d15..0000000
--- a/HACKING
+++ /dev/null
@@ -1,6 +0,0 @@
-1. Preprocessor
-
-For variadic macros, stick with this C99-like syntax:
-
-#define DPRINTF(fmt, ...)                                       \
-    do { printf("IRQ: " fmt, ## __VA_ARGS__); } while (0)