Re: [Qemu-devel] (no subject)

2018-11-29 Thread Peter Maydell
On Thu, 29 Nov 2018 at 02:11, berkus infinitus wrote: > > I suspect the main problem is the blocking call to qemu_main > from the UI thread in the app delegate didFinishLoadingWithOptions > if i’m not mistaken and everything else grows from there. Yes; if there's no way that Mojave will allow us

Re: [Qemu-devel] (no subject)

2018-11-28 Thread berkus infinitus
I suspect the main problem is the blocking call to qemu_main from the UI thread in the app delegate didFinishLoadingWithOptions if i’m not mistaken and everything else grows from there. Going to build and run it now, since I woke up in the middle of the night anyway for reasons unexplainable) On

Re: [Qemu-devel] (no subject)

2018-11-28 Thread Programmingkid
> On Nov 28, 2018, at 2:39 PM, Peter Maydell wrote: > > On Wed, 28 Nov 2018 at 01:12, John Arbuckle wrote: >> >> From af4497f2b161bb4165acb8eee5cae3f2a7ea2227 Mon Sep 17 00:00:00 2001 >> From: John Arbuckle >> Date: Tue, 27 Nov 2018 20:01:20 -0500 >> Subject: [PATCH] ui/cocoa.m: fix crash

Re: [Qemu-devel] (no subject)

2018-11-28 Thread Peter Maydell
On Wed, 28 Nov 2018 at 01:12, John Arbuckle wrote: > > From af4497f2b161bb4165acb8eee5cae3f2a7ea2227 Mon Sep 17 00:00:00 2001 > From: John Arbuckle > Date: Tue, 27 Nov 2018 20:01:20 -0500 > Subject: [PATCH] ui/cocoa.m: fix crash due to cocoa_refresh() on Mac OS 10.14 Something seems to have got

Re: [Qemu-devel] (no subject)

2017-05-17 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] (no subject) Type: series Message-id: 536fb79a-5753-4143-a5a6-7a189ef5137e@ONE.local === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log --oneline $BASE.. | wc

Re: [Qemu-devel] (no subject)

2017-05-17 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Subject: [Qemu-devel] (no subject) Type: series Message-id: 536fb79a-5753-4143-a5a6-7a189ef5137e@ONE.local === TEST SCRIPT

Re: [Qemu-devel] (no subject)

2017-05-04 Thread gengdongjiu
Dear James, Thanks a lot for your review and comments. I am very sorry for the late response. 2017-05-04 23:42 GMT+08:00 gengdongjiu : > Hi Dongjiu Geng, > > On 30/04/17 06:37, Dongjiu Geng wrote: >> when happen SEA, deliver signal bus and handle the ioctl that >>

Re: [Qemu-devel] (no subject)

2017-03-23 Thread Eric Blake
On 03/16/2017 09:50 AM, Vinzenz 'evilissimo' Feenstra wrote: > In this version: When sending a v2, it's best to send it as a new top-level thread instead of burying it in-reply-to an older thread. Also, don't forget the subject line on the header message. > > - Changed the use of strdup to

Re: [Qemu-devel] (no subject)

2017-01-03 Thread Stefan Hajnoczi
On Mon, Jan 02, 2017 at 09:03:55PM +0900, morgenlette madeBy wrote: > I got problem using QEMU. > > when i turn on virtual machine, > > this message was shown, > > > virsh: error while loading shared libraries: libapparmor.so.1: cannot open > shared object file: No such file or directory > >

Re: [Qemu-devel] (no subject)

2016-11-17 Thread Thomas Huth
Hi Christopher, On 16.11.2016 20:41, Christopher Oliver wrote: > This patch (hack?) works around the slowness in SEEK_HOLE for large dense > files > on Linux tmpfs. It may improve life elsewhere as well, and the penalty of > the checks > should be vanishingly small where it is not needed. >

Re: [Qemu-devel] (no subject)

2016-09-19 Thread Stephen Bates
Hi Fam Thanks! Yes gdb provides one approach but I was wondering if there was something built in to QEMU monitor. Another application I can see for this would be to inject errors into the memory, This will be useful for testing new NVDIMM-P technology that builds NVDIMMs out of material that

Re: [Qemu-devel] (no subject)

2016-09-12 Thread Fam Zheng
On Mon, 09/12 16:23, Stephen Bates wrote: > Hi Hi Stephen, > > I sent this to qemu-discuss with no success so resending to qemu-devel. > > I am doing some very low level OS design work and wanted to be able to > alter some values in the physical memory of my QEMU guest. I can see quite > a few

Re: [Qemu-devel] (no subject)

2016-03-22 Thread John Snow
On 03/21/2016 05:09 PM, Peter Maydell wrote: > On 21 March 2016 at 18:00, John Snow wrote: >> Looks like one of your libraries is outdated, for me >> 'IBV_LINK_LAYER_INFINIBAND' is defined in >> /usr/include/infiniband/verbs.h; provided by >>

Re: [Qemu-devel] (no subject)

2016-03-21 Thread Peter Maydell
On 21 March 2016 at 18:00, John Snow wrote: > Looks like one of your libraries is outdated, for me > 'IBV_LINK_LAYER_INFINIBAND' is defined in > /usr/include/infiniband/verbs.h; provided by > libibverbs-devel-1.1.8-3.fc22.x86_64. > > Maybe your libibverbs is too old. We should

Re: [Qemu-devel] (no subject)

2016-03-21 Thread John Snow
On 03/21/2016 04:44 AM, Yunqiang Gao wrote: > Hi,alls, > > I compile qemu on ubuntu 12.04,when "make",some error appears.the error: > > migration/rdma.c: In function ‘qemu_rdma_dump_id’: > migration/rdma.c:738:21: error: ‘struct ibv_port_attr’ has no member > named ‘link_layer’ >

Re: [Qemu-devel] (no subject)

2015-11-17 Thread Paolo Bonzini
On 17/11/2015 14:08, Christoph Hellwig wrote: > below is a fix for a bug in the qemu NVMe identify implementation that's > causing us some trouble with an updated Linux driver. We'll have to > blacklist the existing Qemu device ID for it, so I wonder how we can > advertize a fixed controller.

Re: [Qemu-devel] (no subject)

2015-06-30 Thread Fam Zheng
On Tue, 06/30 00:49, Scott Feldman wrote: Hi Fam, Stefan, I'm running a test with rocker device using UDP sockets connections and I'm seeing the socket s-read_poll stay disabled if the device receives a packet when the device's can_receive returns false. Receive is stuck after that; nothing

Re: [Qemu-devel] (no subject)

2015-06-30 Thread Scott Feldman
On Tue, Jun 30, 2015 at 3:18 AM, Fam Zheng f...@redhat.com wrote: On Tue, 06/30 00:49, Scott Feldman wrote: Hi Fam, Stefan, I'm running a test with rocker device using UDP sockets connections and I'm seeing the socket s-read_poll stay disabled if the device receives a packet when the

Re: [Qemu-devel] (no subject)

2013-04-05 Thread Stefan Hajnoczi
On Tue, Apr 02, 2013 at 12:02:52PM -0400, Elizabeth Brown wrote: I was wondering if anyone could help me by setting up a wiki account for me? Done. Stefan

Re: [Qemu-devel] (no subject)

2011-12-13 Thread Stefan Hajnoczi
On Mon, Dec 12, 2011 at 08:50:39PM -0600, Erik Lotspeich wrote: Hi, I posted this on qemu-discuss and didn't receive any replies; sorry for posting it twice. I have OpenSUSE 12.1 and I have a 64-bit Windows 7 VM that recognizes the emulated ICH6 sound (HDA audio device). Although Windows

Re: [Qemu-devel] (no subject)

2011-12-13 Thread Erik Lotspeich
On Tue, Dec 13, 2011 at 2:06 AM, Stefan Hajnoczi stefa...@gmail.com wrote: Please post your QEMU command-line (you can find it with ps aux | grep qemu). If you are running through libvirt/virsh/virt-manager there may be permission requirements since the guest can be set to run as an

Re: [Qemu-devel] (no subject)

2011-12-13 Thread Stefan Hajnoczi
On Tue, Dec 13, 2011 at 12:55 PM, Erik Lotspeich erik.lotspe...@gmail.com wrote: On Tue, Dec 13, 2011 at 2:06 AM, Stefan Hajnoczi stefa...@gmail.com wrote: Please post your QEMU command-line (you can find it with ps aux | grep qemu). If you are running through libvirt/virsh/virt-manager there

Re: [Qemu-devel] (no subject)

2011-12-13 Thread Erik Lotspeich
Thank you - I overlooked the obvious. Regards, Erik On Tue, Dec 13, 2011 at 8:57 AM, Stefan Hajnoczi stefa...@gmail.com wrote: On Tue, Dec 13, 2011 at 12:55 PM, Erik Lotspeich erik.lotspe...@gmail.com wrote: On Tue, Dec 13, 2011 at 2:06 AM, Stefan Hajnoczi stefa...@gmail.com wrote: Please

Re: [Qemu-devel] (no subject)

2011-12-13 Thread Paolo Bonzini
On 12/13/2011 04:22 PM, Erik Lotspeich wrote: Thank you - I overlooked the obvious. Actually it may be a distro bug, I suggest you report it there. Paolo

Re: [Qemu-devel] (no subject)

2011-01-04 Thread Peter Maydell
On 4 January 2011 15:15, Aurelien Jarno aurel...@aurel32.net wrote: This patch series start by a cleanup to remove dead HPPA code and fix a few inconsistencies. The following patch implement implement correct NaN propagation rules for MIPS and PowerPC, following commit 3

Re: [Qemu-devel] (no subject)

2011-01-04 Thread Aurelien Jarno
On Tue, Jan 04, 2011 at 04:06:13PM +, Peter Maydell wrote: On 4 January 2011 15:15, Aurelien Jarno aurel...@aurel32.net wrote: This patch series start by a cleanup to remove dead HPPA code and fix a few inconsistencies. The following patch implement implement correct NaN propagation

Re: [Qemu-devel] (no subject)

2007-03-03 Thread Ben Taylor
jeremy fenelon [EMAIL PROTECTED] wrote: Hey guys thanks for a great product. I don't know if its been documented already but I was able to install windows xp on qemu with a HP Laptop Restore disk. Lucky. I think the last time I tried that, it didn't work because of the way that HP

RE: [Qemu-devel] (no subject)

2006-10-10 Thread Blue Swirl
For nearly 6 years on of the applications i wrote exhibited incorrect behavior on the systems running X with MSB byte/bit order. And today i finally nailed it down, all thanks to the work of Fabrice Bellard and Blue Swirl. Thanks. Out of curiosity, how did you debug the software with Qemu? What