Re: [Qemu-devel] [PATCH v2 2/4] qga: Fix an enum conversion warningincommands-win32.c, hit by clang.

2019-05-02 Thread GH Cao
On 5/3/19 6:20 AM, Eric Blake wrote: > Where is enum STORAGE_BUS_TYPE defined? In the Windows SDK (winioctl.h), so a two-way conversion table is needed. > In fact, it looks like win2qemu[] is supposed to be that table, > but it was incorrectly written. You WANT to do: > diff --git

Re: [Qemu-devel] [Bug 1804961] Re: qemu-system-aarch64: Windows 10 ARM64 BSoD on boot while using virt-3.0

2018-12-05 Thread GH Cao
Yeah it seems to be. Windows boots fine after I disable hi ECAM region. ---Original--- From: "Alex Bennée" Date: 2018/12/5 19:41:40 To: "driver1998"; Subject: [Bug 1804961] Re: qemu-system-aarch64: Windows 10 ARM64 BSoD on boot while using virt-3.0 Could it be related to: commit

[Qemu-devel] [Bug 1804961] Re: qemu-system-aarch64: Windows 10 ARM64 BSoD on boot while using virt-3.0

2018-11-28 Thread GH Cao
And the namespace objects tree of virt-2.12 is this. https://pastebin.com/GybigJ9r -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1804961 Title: qemu-system-aarch64: Windows 10 ARM64 BSoD on boot

[Qemu-devel] [Bug 1804961] Re: qemu-system-aarch64: Windows 10 ARM64 BSoD on boot while using virt-3.0

2018-11-28 Thread GH Cao
@imammedo: I am new to kernel debugging, but I managed to get some traces, hope that will help you. https://pastebin.com/shWUC1Pk https://pastebin.com/n0gnSaVx -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU.

[Qemu-devel] [Bug 1804961] Re: qemu-system-aarch64: Windows 10 ARM64 BSoD on boot while using virt-3.0

2018-11-24 Thread GH Cao
** Description changed: When I emulate a virt-3.0 machine, Windows 10 BSoD on boot, with the error code being ACPI_BIOS_ERROR(0x00A5), virt-2.12 boots fine. Windows Build: 10.0.17134.1 QEMU version: 3.0.0 Commandline: qemu-system-aarch64 -M virt -accel tcg,thread=multi -cpu

[Qemu-devel] [Bug 1804961] [NEW] qemu-system-aarch64: Windows 10 ARM64 BSoD on boot while using virt-3.0

2018-11-24 Thread GH Cao
Public bug reported: When I emulate a virt-3.0 machine, Windows 10 BSoD on boot, with the error code being ACPI_BIOS_ERROR(0x00A5), virt-2.12 boots fine. Windows Build: 10.0.17134.1 QEMU version: 3.0.0 Commandline: qemu-system-aarch64 -M virt -accel tcg,thread=multi -cpu cortex-a57 -smp 2