qemu: update to 11.1.1
- Update to 11.1.1 (10.1.x is EOL,ref https://wiki.qemu.org/Planning/10.1)
- Refresh patches
- Remove `0003-qga-invoke-separate-applets-for-guest-shutdown-modes.patch`,
this issue has been fixed upstream, ref
https://github.com/qemu/qemu/commit/
c5b4afd4d56e9c2251e6674d8c9ae530a923ecb9
- `PKG_BUILD_DEPENDS` add `python-setuptools/host`
- Remove `--disable-glusterfs`,
11.1 deprecated this,ref https://github.com/qemu/qemu/blob/stable-11.1/docs/about/removed-features.rst
- Remove `linuxboot.bin`, change `multiboot.bin`to `multiboot_dma.bin`,
ref https://github.com/qemu/qemu/commit/
e818b4b10969927019a0a2be5b71aad7a8e0f6a7 and
https://github.com/qemu/qemu/commit/
88641f4df388faa78c49c54ed885e530fd0a75dc
- Drop i386 support,ref https://github.com/qemu/qemu/commit/
25512d6865e24976a67f034a1a5be8da266bc58c
Changelog: https://www.mail-archive.com/qemu-devel@nongnu.org/msg1220561.html
Signed-off-by: Andy Chiang <redacted>