Re: [PATCH] scripts/update-linux-headers.sh: Fix the path of setup_data.h

2024-05-29 Thread Michael S. Tsirkin
On Mon, May 27, 2024 at 08:01:26AM +0200, Thomas Huth wrote: > When running the update-linx-headers.sh script, it currently fails with: > > scripts/update-linux-headers.sh: line 73: > .../qemu/standard-headers/asm-x86/setup_data.h: No such file or directory > > The "include" folder is obviously

Re: [PATCH] scripts/update-linux-headers.sh: Fix the path of setup_data.h

2024-05-29 Thread Michael Roth
On Mon, May 27, 2024 at 08:01:26AM +0200, Thomas Huth wrote: > When running the update-linx-headers.sh script, it currently fails with: > > scripts/update-linux-headers.sh: line 73: > .../qemu/standard-headers/asm-x86/setup_data.h: No such file or directory > > The "include" folder is obviously

Re: [PATCH] scripts/update-linux-headers.sh: Fix the path of setup_data.h

2024-05-27 Thread Cornelia Huck
On Mon, May 27 2024, Thomas Huth wrote: > When running the update-linx-headers.sh script, it currently fails with: > > scripts/update-linux-headers.sh: line 73: > .../qemu/standard-headers/asm-x86/setup_data.h: No such file or directory > > The "include" folder is obviously missing here - no clu

[PATCH] scripts/update-linux-headers.sh: Fix the path of setup_data.h

2024-05-26 Thread Thomas Huth
When running the update-linx-headers.sh script, it currently fails with: scripts/update-linux-headers.sh: line 73: .../qemu/standard-headers/asm-x86/setup_data.h: No such file or directory The "include" folder is obviously missing here - no clue how this could have worked before? Fixes: 66210a1