Re: [Qemu-devel] [Bug 1399957] [NEW] Strange colors on PowerMac Machine OsX

2014-12-06 Thread Peter Maydell
On 6 December 2014 at 17:15, luigiburdo wrote: > Public bug reported: > > Strange colors on PowerMac Machine OsX > if it used VmWare or Std i have strange color palette as result. > I had benn made a grab of screen here > > http://i1249.photobucket.com/albums/hh511/tlosm/qyellow_zps1d2dfc18.jpg >

Re: [Qemu-devel] [PATCH] ARM64: support access to more performance registers in AA64 mode

2014-12-06 Thread Chengyu Song
Hello Christopher, >> Again, should .type = ARM_CP_NO_MIGRATE be used as this shares a variable >> with >> PMUSERENR? > I went back and re-read the code and the manual, but I'm not sure if PMUSERENR should be NO_MIGRATE or not. It's only been read/written with this register, but it also contr

Re: [Qemu-devel] [PATCH] ARM64: support access to more performance registers in AA64 mode

2014-12-06 Thread Chengyu Song
Hello Peter, Sorry for replying late. > We're up to rev A.d now; you can get it from > http://infocenter.arm.com/help/topic/com.arm.doc.ddi0487a.d/index.html > (if you haven't registered on the ARM website before you'll need > to fill in a form but it's a fairly painless process.) Thank you for

[Qemu-devel] [PATCH V2] support access to more performance registers in AA64 mode

2014-12-06 Thread Chengyu Song
In AA64 mode, certain system registers are access through MSR/MRS instructions instead of MCR/MRC. This patch added more such registers: /* ARMv8 manual rev A.d, D7.4.10 */ PMINTENCLR_EL1 /* ARMv8 manual rev A.d, D7.4.11 */ PMINTENSET_EL1 /* ARMv8 manual rev A.d, D7.4.12 */ PMOVSCLR_EL0 /* ARM

[Qemu-devel] [Bug 1399939] [NEW] Qemu build with -faltivec and maltivec support in

2014-12-06 Thread luigiburdo
Public bug reported: if is possible add the build support for qemu for have the -faltivec -maltivec in CPPFLAGS for make the emulation more faster on PPC equiped machine . Thank you ** Affects: qemu Importance: Undecided Status: New -- You received this bug notification becaus

[Qemu-devel] [Bug 1399957] [NEW] Strange colors on PowerMac Machine OsX

2014-12-06 Thread luigiburdo
Public bug reported: Strange colors on PowerMac Machine OsX if it used VmWare or Std i have strange color palette as result. I had benn made a grab of screen here http://i1249.photobucket.com/albums/hh511/tlosm/qyellow_zps1d2dfc18.jpg My Machine is a PowerMac G5 Quad with Nvidia 7800Gtx 512mb

[Qemu-devel] [PATCH] vhost-user: multiqueue support

2014-12-06 Thread Nikolay Nikolaev
Vhost-user will implement the multiqueueu support in a similar way to what vhost already has - a separate thread for each queue. To enable multiquue funcionality - a new command line parameter "queues" is introduced for the vhost-user netdev. Signed-off-by: Nikolay Nikolaev --- docs/specs/vhost

[Qemu-devel] [Bug 1399943] [NEW] qemu-system-sparc loses serial console data on EAGAIN

2014-12-06 Thread Andreas Gustafsson
Public bug reported: When running a guest OS with a serial console under "qemu-system-sparc -nographic", parts of the serial console output are sometimes lost. This happens when a write() to standard output by qemu returns EAGAIN, as may be the case when the guest is generating console output fa

Re: [Qemu-devel] qcow2: Can create qcow2 image format on rbd server

2014-12-06 Thread Jun Li
On Fri, 12/05 18:01, Max Reitz wrote: > On 2014-12-05 at 16:32, Jun Li wrote: > >Currently, qemu-img can not create qcow2 image format on rbd server. Analysis > >the code as followings: > >when create qcow2 format image: > >qcow2_create2 > > bdrv_create_file(filename, opts, &local_err); --> Here

Re: [Qemu-devel] your mail

2014-12-06 Thread Jun Li
Please ignore it. Sorry... On Sat, 12/06 18:54, Jun Li wrote: > stefa...@redhat.com > Bcc: > Subject: Re: [Qemu-devel] qcow2: Can create qcow2 image format on rbd server > Reply-To: > In-Reply-To: <5481e4e7.9010...@redhat.com> > > On Fri, 12/05 18:01, Max Reitz wrote: > > On 2014-12-05 at 16:32

[Qemu-devel] (no subject)

2014-12-06 Thread Jun Li
stefa...@redhat.com Bcc: Subject: Re: [Qemu-devel] qcow2: Can create qcow2 image format on rbd server Reply-To: In-Reply-To: <5481e4e7.9010...@redhat.com> On Fri, 12/05 18:01, Max Reitz wrote: > On 2014-12-05 at 16:32, Jun Li wrote: > >Currently, qemu-img can not create qcow2 image format on rbd