Mac OS - Standalone Installer

2021-04-14 Thread Richard Hill
Hello Everyone! I would like to ask if anyone on this list is aware of a standalone installer for QEMU for Mac OS? I am aware of the excellent work carried out by Stefan Weil for the Windows Platform and I wondered if something similar existed for the Mac? The approach of using Homebrew will

Re: [PATCH v3] hvf: guard xgetbv call.

2021-01-18 Thread Hill Ma
gentle bump :) On Tue, Jan 12, 2021 at 10:07 PM Hill Ma wrote: > > This prevents illegal instruction on cpus do not support xgetbv. > > Buglink: https://bugs.launchpad.net/qemu/+bug/1758819 > Signed-off-by: Hill Ma > --- > v3: addressed feedback. > v2: xgetbv() mo

[PATCH v3] hvf: guard xgetbv call.

2021-01-12 Thread Hill Ma
This prevents illegal instruction on cpus do not support xgetbv. Buglink: https://bugs.launchpad.net/qemu/+bug/1758819 Signed-off-by: Hill Ma --- v3: addressed feedback. v2: xgetbv() modified based on feedback. target/i386/hvf/x86_cpuid.c | 34 ++ 1 file changed

Re: [PATCH v2] hvf: guard xgetbv call.

2021-01-11 Thread Hill Ma
On Sun, Jan 10, 2021 at 8:38 PM Roman Bolshakov wrote: > I'm not sure if eax should be modified with mask because the mask has no > value per se. I.e. eax &= supp_xcr0 from below should be placed inside > the if. It'd express clearly that eax is not modified unless xgetbv is > supported. Like thi

[PATCH v2] hvf: guard xgetbv call.

2021-01-10 Thread Hill Ma
This prevents illegal instruction on cpus do not support xgetbv. Buglink: https://bugs.launchpad.net/qemu/+bug/1758819 Signed-off-by: Hill Ma --- v2: xgetbv() modified based on feedback. target/i386/hvf/x86_cpuid.c | 28 +++- 1 file changed, 19 insertions(+), 9

[PATCH] hvf: guard xgetbv call.

2020-12-19 Thread Hill Ma
This prevents illegal instruction on cpus do not support xgetbv. Buglink: https://bugs.launchpad.net/qemu/+bug/1758819 Signed-off-by: Hill Ma --- target/i386/hvf/x86_cpuid.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/target/i386/hvf/x86_cpuid.c b/target/i386

[Qemu-devel] [Bug 1839367] [NEW] Wrong interrupts generated for I.MX6 FEC controller

2019-08-07 Thread Aaron Hill
Public bug reported: The imx_eth_update function in hw/net/imx_fec.c has the following comment (https://github.com/qemu/qemu/blob/864ab314f1d924129d06ac7b571f105a2b76a4b2/hw/net/imx_fec.c#L421-L445): /* * Previous versions of qemu had the ENET_INT_MAC and ENET_INT_MAC * interrupts s

[Qemu-devel] [PATCH] Set ENET_BD_BDU in I.MX FEC controller

2019-08-05 Thread Aaron Hill
From: Aaron Hill This commit properly sets the ENET_BD_BDU flag once the emulated FEC controller has finished processing the last descriptor. This is done for both transmit and receive descriptors. This allows the QNX 7.0.0 BSP for the Sabrelite board (which can be found at http

[Qemu-devel] [Bug 1452062] Re: qemu-img will fail to convert images in 2.3.0

2015-05-06 Thread David Hill
I rolled back QEMU to 2.2.1 and it succeeded converting the image ... I'll try to see if I can re-upgrade QEMU without breaking again the CI we have here. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs

[Qemu-devel] [Bug 1452062] [NEW] qemu-img will fail to convert images in 2.3.0

2015-05-05 Thread David Hill
Public bug reported: Hello guys, There seems to be a bug in qemu-img with 2.3.0 that wasn't there in 2.2.1 qemu convert will always fail converting. See the output below: Started by upstream project "Create windows image" build number 73 originally caused by: Started by user anonymo

[Qemu-devel] [Bug 1361912] Re: qemu-mips64 Segmentation fault

2014-09-11 Thread Hill
I can see the problem with any simple program: 1. cat t.c #include int main() { printf("Hello QEMU.\n"); } 2. mips64-gcc -static t.c -o t 3. qemu-mips64 t qemu: uncaught target signal 11 (Segmentation fault) - core dumped Segmentation fault (core dumped) I built QEMU on Ubuntu 12.04 with the s

Re: [Qemu-devel] [Bug 1361912] Re: qemu-mips64 Segmentation fault

2014-09-11 Thread Hill
This is a error in user mode, I think it should be very easy to reproduce. On Thu, Sep 11, 2014 at 4:55 AM, Leon Alrae wrote: > Could you please provide backtrace and give more details to reproduce > the issue? > > -- > You received this bug notification because you are subscribed to the bug > r

[Qemu-devel] [Bug 1361912] [NEW] qemu-mips64 Segmentation fault

2014-08-27 Thread Hill
Public bug reported: When I ran qemu-mips64 for any mips 64 executable , I got this error: $ ./qemu-mips64 ../lang qemu: uncaught target signal 11 (Segmentation fault) - core dumped Segmentation fault (core dumped) Is this a known issue? ** Affects: qemu Importance: Undecided Sta