qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

tests/tcg: remove extraneous pasting macros

We are not using them and they just get in the way.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200403191150.863-4-alex.bennee@linaro.org>

+1 -4
+1 -4
tests/tcg/x86_64/system/boot.S
··· 41 41 #define XEN_ELFNOTE_PHYS32_ENTRY 18 42 42 43 43 #define __ASM_FORM(x) x 44 - #define __ASM_FORM_RAW(x) x 45 - #define __ASM_FORM_COMMA(x) x, 46 - #define __ASM_SEL(a,b) __ASM_FORM(b) 47 - #define __ASM_SEL_RAW(a,b) __ASM_FORM_RAW(b) 44 + #define __ASM_SEL(a,b) __ASM_FORM(b) 48 45 #define _ASM_PTR __ASM_SEL(.long, .quad) 49 46 50 47 ELFNOTE(Xen, XEN_ELFNOTE_VIRT_BASE, _ASM_PTR 0x100000)