curl -LJO https://download.qemu.org/qemu-8.2.0.tar.xz && \
tar xvJf qemu-8.2.0.tar.xz && \
cd qemu-8.2.0 && \
./configure && \
make && \