Themabewertung:
  • 0 Bewertung(en) - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
QEmu PPC GUI für Windows
#7
Ein paar News zur neuen QEmu v10.1.92 welche folgende Pegasos 2 Fixes enthält:

-> https://gitlab.com/qemu-project/qemu/-/c...2c4d336ba8
-> https://gitlab.com/qemu-project/qemu/-/c...59f35c5d6b

Und für Sam460ex:
-> https://gitlab.com/qemu-project/qemu/-/c...54589da9f4

Weiterhin ein kleines Update für das QEmu Build Script (Windows/Powerschell) für diejenigen die selbst kompilieren möchten:
- added "Patches Vorschau" zeigt nur an was wie gepatcht wird
- added "Patches anwenden" (qga/vss-win32/install.cpp und include/system/os-win32.h)
-> https://gitlab.com/qemu-project/qemu/-/i...2911272564
-> https://gitlab.com/qemu-project/qemu/-/i...2911272564

Code:
--- a/qga/vss-win32/install.cpp

+++ b/qga/vss-win32/install.cpp

@@ -548,7 +548,7 @@

}





-/* Support function to convert ASCII string into BSTR (used in _bstr_t) */

+#if !defined(__MINGW64_VERSION_MAJOR) || __MINGW64_VERSION_MAJOR < 14 /* Support function to convert ASCII string into BSTR (used in _bstr_t) */

namespace _com_util

{

     BSTR WINAPI ConvertStringToBSTR(const char *ascii) {

@@ -566,6 +566,7 @@

         return bstr;

     }

}

+#endif /* __MINGW64_VERSION_MAJOR < 14 */

Code:
diff --git a/include/system/os-win32.h b/include/system/os-win32.h

index 22d72babdf..396d4d28ea 100644

--- a/include/system/os-win32.h

+++ b/include/system/os-win32.h

@@ -140,10 +140,6 @@ static inline void os_setup_limits(void)



int qemu_ftruncate64(int, int64_t);



-#if !defined(ftruncate)

-# define ftruncate qemu_ftruncate64

-#endif

-

static inline char *realpath(const char *path, char *resolved_path)

{

     _fullpath(resolved_path, path, _MAX_PATH);


Download: https://github.com/Falke3434/Buildscript-QEmu-PPC
Download QEmu 10.1.92: http://falke34.bplaced.net/files/QEmu_10.1.92.rar

Auch möchte ich hier auf das großartige frontend Kyvos hinweisen, welches derzeit in Version 1.8.1 bereitsteht.
Kyvos ist lauffähig auf Windows, Linux und MacOS
-> https://ko-fi.com/s/6476fdadd2
Zitieren


Nachrichten in diesem Thema
QEmu PPC GUI für Windows - von Falke_34 - 19.09.2024, 13:27
RE: QEmu PPC GUI für Windows - von Falke_34 - 24.09.2024, 18:43
RE: QEmu PPC GUI für Windows - von Amiga - 24.09.2024, 19:23
RE: QEmu PPC GUI für Windows - von Falke_34 - 24.09.2024, 20:30
RE: QEmu PPC GUI für Windows - von Falke_34 - 02.11.2024, 10:32
RE: QEmu PPC GUI für Windows - von CB1JCY - 02.11.2024, 10:43
RE: QEmu PPC GUI für Windows - von Falke_34 - 10.12.2025, 14:25

Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste