[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/4] Patches for Windows
From: |
Stefan Weil |
Subject: |
[PULL 0/4] Patches for Windows |
Date: |
Mon, 31 Oct 2022 10:14:02 +0100 |
The following changes since commit 75d30fde55485b965a1168a21d016dd07b50ed32:
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into
staging (2022-10-30 15:07:25 -0400)
are available in the Git repository at:
https://gitlab.com/stweil/qemu.git tags/pull-qemu-20221031
for you to fetch changes up to 588fec8a4c3fe9e0d1cb3f7ea6fdd46221e42814:
block/nfs: Fix 32-bit Windows build (2022-10-31 10:06:11 +0100)
----------------------------------------------------------------
Patches for Windows
----------------------------------------------------------------
Bin Meng (4):
scripts/nsis.py: Drop the unnecessary path separator
scripts/nsis.py: Fix destination directory name when invoked on Windows
scripts/nsis.py: Automatically package required DLLs of QEMU executables
block/nfs: Fix 32-bit Windows build
block/nfs.c | 8 ++++++++
meson.build | 1 +
scripts/nsis.py | 60 +++++++++++++++++++++++++++++++++++++++++++++++----------
3 files changed, 59 insertions(+), 10 deletions(-)
- [PULL 0/4] Patches for Windows,
Stefan Weil <=
- [PULL 1/4] scripts/nsis.py: Drop the unnecessary path separator, Stefan Weil, 2022/10/31
- [PULL 2/4] scripts/nsis.py: Fix destination directory name when invoked on Windows, Stefan Weil, 2022/10/31
- [PULL 4/4] block/nfs: Fix 32-bit Windows build, Stefan Weil, 2022/10/31
- [PULL 3/4] scripts/nsis.py: Automatically package required DLLs of QEMU executables, Stefan Weil, 2022/10/31
- Re: [PULL 0/4] Patches for Windows, Stefan Hajnoczi, 2022/10/31