qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 00/20] w64: Add support for new host


From: Stefan Weil
Subject: [Qemu-devel] [PATCH 00/20] w64: Add support for new host
Date: Sun, 15 Apr 2012 16:13:33 +0200

These patches add support for w64 hosts.

Patch 01 was already sent. It is needed for debugging of QEMU on w64.

The patches can also be pulled from

                       git://qemu.weilnetz.de/qemu.git w64

I tested all resulting 64 bit binaries by calling them without arguments
(so only the BIOS or other startup code was run). Some of them crash,
but this behaviour is compatible with Linux where they crash, too.

For i386 and x86_64, I also started a Debian GNU Linux system (works)
and a Windows 7 (64 bit) image (blue screen). This is also compatible
with QEMU on Linux.

Regards,
Stefan W.

[PATCH 01/20] tcg/i386: Use GDB JIT debugging interface only for hosts with ELF
[PATCH 02/20] tcg/i386: Add support for w64 ABI
[PATCH 03/20] w64: Fix type casts used in some macros in cpu-all.h
[PATCH 04/20] w64: Fix data types in cpu-all.h, exec.c
[PATCH 05/20] w64: Use larger alignment for section with generated code
[PATCH 06/20] w32: Move defines for socket specific errors to qemu-os-win32.h
[PATCH 07/20] w64: Fix definition of setjmp
[PATCH 08/20] w64: Undefine macro SYS_OPEN (fixes a compiler warning)
[PATCH 09/20] w64: Fix struct CPUTLBEntry
[PATCH 10/20] softmmu: Use uintptr_t for physaddr
[PATCH 11/20] w64: Use uintptr_t in exec.c
[PATCH 12/20] w64: Fix data types in softmmu*.h
[PATCH 13/20] w64: Fix type cast in os_host_main_loop_wait
[PATCH 14/20] target-mips: Fix type cast for w64 (uintptr_t)
[PATCH 15/20] target-ppc: Fix type casts for w64 (uintptr_t)
[PATCH 16/20] cpu-exec: Remove non-portable type cast and fix format string
[PATCH 17/20] disas: Replace 'unsigned long' by 'uintptr_t'
[PATCH 18/20] nbd: Fix compiler warning (w64)
[PATCH 19/20] w64: Fix time conversion for some versions of MinGW-w64
[PATCH 20/20] block: Avoid compiler warning for w64



reply via email to

[Prev in Thread] Current Thread [Next in Thread]