[Qemu-devel] [PATCH 1/1] Reorganize help output of '-display' option

2016-07-16 Thread Robert Ho
The '-display' help information is not very correct. This patch sort it a little. Also, in its help information, reveals what implicit display option will be chosen if no definition. P.S. Hi Markus, Sorry for late of sending out this patch. Really busy recently, and it also took me some time to

[Qemu-devel] OUT_ASM on two different systems

2016-07-16 Thread Ayaz Akram
Hi all ! I ran a program with qemu in user mode emulation and generated trace for generated host instructions using (-d OUT_ASM) on two different linux systems.I expected that the addresses in two trace files can be different. But the total number of lines in two files is different as well. I

[Qemu-devel] [Bug 1603693] Re: Disks in mptsas1068 scsi controller not seen by linux

2016-07-16 Thread Dx
** Attachment added: "The test script from the bug description" https://bugs.launchpad.net/qemu/+bug/1603693/+attachment/4702121/+files/test-mptsas1068.sh -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU.

[Qemu-devel] [Bug 1603693] [NEW] Disks in mptsas1068 scsi controller not seen by linux

2016-07-16 Thread Dx
Public bug reported: When using the mptsas1068 scsi controller, linux detects the controller itself but not the drives attached to it. Freebsd works. Using a different controller with linux works. VMware with linux works. qemu 2.6.50 (v2.6.0-1925-g6b92bbf) seabios rel-1.9.0-139-gae3f78f (master

Re: [Qemu-devel] QOM: best way for parents to pass information to children? (was Re: [PATCH RFC 07/16] qom/cpu: make nr-cores, nr-threads real properties)

2016-07-16 Thread Andrew Jones
On Fri, Jul 15, 2016 at 06:33:53PM -0300, Eduardo Habkost wrote: > On Fri, Jul 15, 2016 at 08:38:35PM +0200, Igor Mammedov wrote: > > On Fri, 15 Jul 2016 14:43:53 -0300 > > Eduardo Habkost wrote: > > > On Fri, Jul 15, 2016 at 06:30:41PM +0200, Andreas Färber wrote: > > > > Am

Re: [Qemu-devel] [PATCH v4 00/12] Reduce lock contention on TCG hot-path

2016-07-16 Thread Paolo Bonzini
On 15/07/2016 19:58, Sergey Fedorov wrote: > From: Sergey Fedorov > > Hi, > > This is a respin of this series [1]. > > Here I used a modified version of Paolo's patch to docuement memory > ordering assumptions for certain QHT operations. > > The last patch is a

Re: [Qemu-devel] [PATCH V4] block/iscsi: allow caching of the allocation map

2016-07-16 Thread Paolo Bonzini
On 30/06/2016 13:07, Peter Lieven wrote: > +static void > +iscsi_allocmap_update(IscsiLun *iscsilun, int64_t sector_num, > + int nb_sectors, bool allocated, bool valid) > { > int64_t cluster_num, nb_clusters; > -if (iscsilun->allocationmap == NULL) { > + > +if

[Qemu-devel] [Bug 1603636] [NEW] Guest has not initialized the display yet on ubuntu 16.10 PPC

2016-07-16 Thread luigiburdo
Public bug reported: Hi tested with all kind of configure, with all kind of machine types but i have the same issue ... on lastest quemo 2.6 "Guest has not initialized the display yet" note with lastest git repository the situation become worst because on i386-softmmu i have the message but

[Qemu-devel] [Bug 955379] Re: cmake hangs with qemu-arm-static

2016-07-16 Thread Luke Kim
chroot env. attached (120M tar). I hope you can reproduce with this chroot. Instructions to reproduce - extract, chroot - su - abuild - cd /home/abuild/rpmbuild/BUILD/cmake-2.8.5/armv7l-tizen-linux-gnueabi/ - Bootstrap.cmk/cmake .. -CBootstrap.cmk/InitialCacheFlags.cmake '-GUnix Makefiles'