Re: [PATCH 1/8] Make qemu-palcode build environment standalone. NFC.

2021-06-05 Thread Richard Henderson
On 6/2/21 8:53 PM, Jason Thorpe wrote: Don't include system headers. Instead, provide standalone definitions and declarations of types needed and functions used by the PALcode that are compatible with the standard Alpha / GCC ABI. Signed-off-by: Jason Thorpe --- init.c | 2 -- memcpy.c |

[PATCH 1/8] Make qemu-palcode build environment standalone. NFC.

2021-06-02 Thread Jason Thorpe
Don't include system headers. Instead, provide standalone definitions and declarations of types needed and functions used by the PALcode that are compatible with the standard Alpha / GCC ABI. Signed-off-by: Jason Thorpe --- init.c | 2 -- memcpy.c | 2 +- memset.c | 2 +- printf.c | 4 +--