Re: [Qemu-devel] Fwd: QEMU: AMD IOMMU implementation bugs

2019-02-22 Thread David Kiarie
On Mon, Feb 18, 2019 at 9:59 PM David Kiarie wrote: > > >> > >> > 3. And this might be something specific to my AMD IOMMU (1022:1437, >> Family >> > 16h), but the PS4 OS is checks the entire word stored in these registers >> > and computes the expression as: >> > config[AMDVI_CAPAB_BAR_LOW] | cap

Re: [Qemu-devel] Fwd: QEMU: AMD IOMMU implementation bugs

2019-02-18 Thread David Kiarie
> > > > > 3. And this might be something specific to my AMD IOMMU (1022:1437, > Family > > 16h), but the PS4 OS is checks the entire word stored in these registers > > and computes the expression as: > > config[AMDVI_CAPAB_BAR_LOW] | cap[AMDVI_CAPAB_BAR_HIGH] << 32 > > So just storing half words sh

Re: [Qemu-devel] Fwd: QEMU: AMD IOMMU implementation bugs

2019-02-18 Thread Peter Xu
On Sat, Feb 16, 2019 at 10:11:28PM +0300, David Kiarie wrote: > -- Forwarded message - > From: Alexandro Sánchez Bach > Date: Wed, Jan 31, 2018 at 2:29 AM > Subject: QEMU: AMD IOMMU implementation bugs > To: > > > Hey David, > > hello Mr Alexandro Sanchez Bach, > > I'm working

[Qemu-devel] Fwd: QEMU: AMD IOMMU implementation bugs

2019-02-16 Thread David Kiarie
-- Forwarded message - From: Alexandro Sánchez Bach Date: Wed, Jan 31, 2018 at 2:29 AM Subject: QEMU: AMD IOMMU implementation bugs To: Hey David, hello Mr Alexandro Sanchez Bach, I'm working with your AMD IOMMU implementation since I'm writing a PlayStation 4 emulator. I foun

Re: [Qemu-devel] Fwd: QEMU-KVM Source Code Installation.

2017-08-21 Thread Fam Zheng
On Tue, 08/22 10:39, Tushar Bhardwaj wrote: > Respected Sir, > > I studided many articles for QEMU-KVM source code installation which are > confusing. Please guide me how to install QEMU-KVM with source code on > UBUNTU linux distribution. Please don't repeat what has already been answered: http

[Qemu-devel] Fwd: QEMU-KVM Source Code Installation.

2017-08-21 Thread Tushar Bhardwaj
Respected Sir, I studided many articles for QEMU-KVM source code installation which are confusing. Please guide me how to install QEMU-KVM with source code on UBUNTU linux distribution. -- "Purity and Simplicity Reflects the Inner Beauty of soul" *Thank you With Regards:Tushar Sharma,* *I

[Qemu-devel] Fwd: QEMU Simple tracing doesn't work

2016-10-10 Thread Ivan Korolev
Hello, Seems like nobody at qemu-discuss has any clue about this topic, so I'm forwarding my question to qemu-devel. Forwarded Message Subject:QEMU Simple tracing doesn't work Date: Tue, 4 Oct 2016 17:11:04 +0300 From: Ivan Korolev To: qemu-disc...@nongnu.or

Re: [Qemu-devel] Fwd: qemu drive mirror assert fault

2015-05-05 Thread Kevin Wolf
Am 05.05.2015 um 15:07 hat Paolo Bonzini geschrieben: > > > On 05/05/2015 15:03, Kevin Wolf wrote: > > > Yes, the SCSI command WRITE SAME with UNMAP = 1 (not coincidentially :)) > > > calls discard too. Who knows what the guest used it for... > > > > > > However, write zeroes doesn't go through

Re: [Qemu-devel] Fwd: qemu drive mirror assert fault

2015-05-05 Thread Paolo Bonzini
On 05/05/2015 15:03, Kevin Wolf wrote: > > Yes, the SCSI command WRITE SAME with UNMAP = 1 (not coincidentially :)) > > calls discard too. Who knows what the guest used it for... > > > > However, write zeroes doesn't go through bdrv_co_discard, does it? > > Initially I expected that it does, b

Re: [Qemu-devel] Fwd: qemu drive mirror assert fault

2015-05-05 Thread Kevin Wolf
Am 05.05.2015 um 13:49 hat Paolo Bonzini geschrieben: > > > On 05/05/2015 13:48, Kevin Wolf wrote: > > It depends. In its basic form, bdrv_discard() just means "I don't care > > about the data any more". Then clearing the dirty bitmap is correct. > > > > The content is only important if the call

Re: [Qemu-devel] Fwd: qemu drive mirror assert fault

2015-05-05 Thread Fam Zheng
On Tue, 05/05 13:48, Kevin Wolf wrote: > Am 05.05.2015 um 12:27 hat Fam Zheng geschrieben: > > On Tue, 05/05 12:13, Paolo Bonzini wrote: > > > > > > > > > On 05/05/2015 09:36, Fam Zheng wrote: > > > I don't think this commit is relevant. The bug is caused by > > > bdrv_co_discard clearing the bi

Re: [Qemu-devel] Fwd: qemu drive mirror assert fault

2015-05-05 Thread Paolo Bonzini
On 05/05/2015 13:49, Paolo Bonzini wrote: > > > On 05/05/2015 13:48, Kevin Wolf wrote: >> It depends. In its basic form, bdrv_discard() just means "I don't care >> about the data any more". Then clearing the dirty bitmap is correct. >> >> The content is only important if the caller used discard

Re: [Qemu-devel] Fwd: qemu drive mirror assert fault

2015-05-05 Thread Paolo Bonzini
On 05/05/2015 13:48, Kevin Wolf wrote: > It depends. In its basic form, bdrv_discard() just means "I don't care > about the data any more". Then clearing the dirty bitmap is correct. > > The content is only important if the caller used discard to write zeros > because can_write_zeroes_with_unmap

Re: [Qemu-devel] Fwd: qemu drive mirror assert fault

2015-05-05 Thread Kevin Wolf
Am 05.05.2015 um 12:27 hat Fam Zheng geschrieben: > On Tue, 05/05 12:13, Paolo Bonzini wrote: > > > > > > On 05/05/2015 09:36, Fam Zheng wrote: > > I don't think this commit is relevant. The bug is caused by > > bdrv_co_discard clearing the bitmap (which is not supported during > > iteration, an

Re: [Qemu-devel] Fwd: qemu drive mirror assert fault

2015-05-05 Thread Fam Zheng
On Tue, 05/05 12:13, Paolo Bonzini wrote: > > > On 05/05/2015 09:36, Fam Zheng wrote: > I don't think this commit is relevant. The bug is caused by > bdrv_co_discard clearing the bitmap (which is not supported during > iteration, and is caught by the assertion). That bdrv_reset_dirty is > not r

Re: [Qemu-devel] Fwd: qemu drive mirror assert fault

2015-05-05 Thread Paolo Bonzini
On 05/05/2015 09:36, Fam Zheng wrote: > Since the gdb output is suggesting 1.5.3, it's worth to trying 2.3 which has > this: > > commit c4237dfa635900e4d1cdc6038d5efe3507f45f0c > Author: Vladimir Sementsov-Ogievskiy > Date: Thu Nov 27 12:40:46 2014 +0300 > > block: fix sp

Re: [Qemu-devel] Fwd: qemu drive mirror assert fault

2015-05-05 Thread Fam Zheng
On Thu, 04/30 17:50, Paolo Bonzini wrote: > John, Fam, > > I got this report offlist. This happens if a bit in the hbitmap is > cleared and the HBitmap has _not_ yet reached the bit. See this comment > in include/qemu/hbitmap.h: > > * Resetting bits before the current > * position of the iter

Re: [Qemu-devel] Fwd: qemu drive mirror assert fault

2015-04-30 Thread Paolo Bonzini
On 30/04/2015 17:50, Paolo Bonzini wrote: > John, Fam, > > I got this report offlist. This happens if a bit in the hbitmap is > cleared and the HBitmap has _not_ yet reached the bit. See this comment > in include/qemu/hbitmap.h: > > * Resetting bits before the current > * position of the it

[Qemu-devel] Fwd: qemu drive mirror assert fault

2015-04-30 Thread Paolo Bonzini
John, Fam, I got this report offlist. This happens if a bit in the hbitmap is cleared and the HBitmap has _not_ yet reached the bit. See this comment in include/qemu/hbitmap.h: * Resetting bits before the current * position of the iterator is also okay. However, concurrent * resetting of bi

[Qemu-devel] Fwd: Qemu Shared memory

2014-06-30 Thread Gary Jordan
Dear developers, I want to design a shared memory for Vm in qemu. So, I also need to design a mechanism to let two vms communicate. Is there already some module in Qemu ? I saw that qemu could support live migration. Can the vm also access the previous machine after migration? Thanks. - Gary

Re: [Qemu-devel] Fwd: [Qemu-discuss] pci-assign error

2013-05-30 Thread Jean Parpaillon
Dear Alex, Thank you for your answer. Unfortunately, I had not yet the opportunity to test it as I don't have a Kepler arch (I suppose it depends on it ?). I will keep you informed of the results. Regards, Jean Le 03/04/2013 20:16, Alex Williamson a écrit : > On Wed, 2013-04-03 at 16:26 +0200,

Re: [Qemu-devel] Fwd: [Qemu-stable] connectivity problem with Windows 7 + heavy network-traffic

2013-05-22 Thread Stefan Hajnoczi
On Wed, May 22, 2013 at 11:27 AM, Oliver Francke wrote: > Hi Stefan, > > thanks for your attention. See all infos below including complete > command-line. > Hi Oliver, I just sent a fix for qemu.git/master. If you need to backport it, replace qemu_get_queue(s->nic) with &s->nic->nc. Please let

[Qemu-devel] Fwd: [Qemu-stable] connectivity problem with Windows 7 + heavy network-traffic

2013-05-22 Thread Oliver Francke
Hi Stefan, thanks for your attention. See all infos below including complete command-line. Thnx, Oliver. Original Message Subject: [Qemu-stable] connectivity problem with Windows 7 + heavy network-traffic Date: Wed, 08 May 2013 10:04:19 +0200 From: Oliver Francke T

Re: [Qemu-devel] Fwd: [Qemu-discuss] pci-assign error

2013-04-03 Thread Alex Williamson
On Wed, 2013-04-03 at 16:26 +0200, Jean Parpaillon wrote: > > > Message original > Sujet: [Qemu-discuss] pci-assign error > Date : Wed, 03 Apr 2013 12:12:15 +0200 > De : Jean Parpaillon > Pour : qemu-disc...@nongnu.org > > Dear all, > I'm trying to assign a PCI graphic card to

[Qemu-devel] Fwd: [Qemu-discuss] pci-assign error

2013-04-03 Thread Jean Parpaillon
Message original Sujet: [Qemu-discuss] pci-assign error Date : Wed, 03 Apr 2013 12:12:15 +0200 De : Jean Parpaillon Pour : qemu-disc...@nongnu.org Dear all, I'm trying to assign a PCI graphic card to a qemu guest. When I start the guest with libvirt, I have the following err

Re: [Qemu-devel] [Fwd: qemu tx stop in cloonix]

2013-02-26 Thread Jan Kiszka
On 2013-02-26 10:21, Stefan Hajnoczi wrote: > On Mon, Feb 25, 2013 at 11:38 PM, wrote: >> I coded a socket-based cable between 2 vanilla kvm, here are the commands >> to do: > > Please try: > > kvm \ > -nodefaults \ > -nographic \ > -serial stdio \ > -drive file=guest1,media=di

Re: [Qemu-devel] [Fwd: qemu tx stop in cloonix]

2013-02-26 Thread Stefan Hajnoczi
On Mon, Feb 25, 2013 at 11:38 PM, wrote: > I coded a socket-based cable between 2 vanilla kvm, here are the commands > to do: Please try: kvm \ -nodefaults \ -nographic \ -serial stdio \ -drive file=guest1,media=disk,if=virtio \ -netdev socket,id=socket0,connect=127.0.0.1:4

Re: [Qemu-devel] [Fwd: qemu tx stop in cloonix]

2013-02-25 Thread clownix
Hello Stefan, I coded a socket-based cable between 2 vanilla kvm, here are the commands to do: tar xvf qemu_test_sock.tar.gz cd qemu_test_sock make ./qemu_test_sock kvm \ -nodefaults \ -nographic \ -serial stdio \ -drive file=guest1,media=disk,if=virtio \ -device virti

Re: [Qemu-devel] [Fwd: qemu tx stop in cloonix]

2013-02-25 Thread Stefan Hajnoczi
On Sun, Feb 24, 2013 at 02:14:43PM -0600, clow...@clownix.net wrote: > The patch is for version 21.3 of cloonix which uses qemu-1.4.0-rc1, but > I now use qemu-1.4.0 and the bug is still there. Please post the QEMU command-line so we can see how the socket netdev was configured. Stefan

Re: [Qemu-devel] [Fwd: qemu tx stop in cloonix]

2013-02-25 Thread Stefan Hajnoczi
On Sun, Feb 24, 2013 at 02:14:43PM -0600, clow...@clownix.net wrote: > I use qemu inside a gplv3 software called cloonix, I have patched qemu to > have unix sockets instead of inet ones but the bug I have with unix > sockets may also happen with inet ones. > > The bug can be reproduced in cloonix

[Qemu-devel] [Fwd: qemu tx stop in cloonix]

2013-02-24 Thread clownix
Hello, I use qemu inside a gplv3 software called cloonix, I have patched qemu to have unix sockets instead of inet ones but the bug I have with unix sockets may also happen with inet ones. The bug can be reproduced in cloonix context by using iperf, it occurs randomly in a virtual cloonix network

Re: [Qemu-devel] Fwd: Qemu-ga for Windows

2012-10-29 Thread Abbas
On 10/29/2012 06:48 AM, Luiz Capitulino wrote: On Sat, 27 Oct 2012 07:44:09 +0500 Abbas wrote: Qemu-qa port for Windows domains does not seem to support fs-freeze-* calls. That's correct, it doesn't. Fascinating. Seems fewer people feel the need for it. I compiled the latest qemu-ga.exe wi

Re: [Qemu-devel] Fwd: Qemu-ga for Windows

2012-10-29 Thread Luiz Capitulino
On Sat, 27 Oct 2012 07:44:09 +0500 Abbas wrote: > Qemu-qa port for Windows domains does not seem to support fs-freeze-* calls. That's correct, it doesn't. > I compiled the latest qemu-ga.exe with mingw32 from git, installed it as > a service on a VM but snapshotting with quiesce is failing. >

[Qemu-devel] Fwd: Qemu-ga for Windows

2012-10-26 Thread Abbas
Qemu-qa port for Windows domains does not seem to support fs-freeze-* calls. I compiled the latest qemu-ga.exe with mingw32 from git, installed it as a service on a VM but snapshotting with quiesce is failing. error: internal error unable to execute QEMU command 'guest-fsfreeze-freeze': this feat

Re: [Qemu-devel] Fwd: qemu as dynamic binary translation infrastructure

2012-06-26 Thread Wei-Ren Chen
> Thanks for heading up. i am not sure this software is related to QEMU, but it > seems that BlueStacks is a system-emulator.  > I would like to learn your experiences of qemu-user.  If you read carefully the thread mentioned in the link I gave you, https://groups.google.com/forum/?fromgroups#

[Qemu-devel] Fwd: qemu as dynamic binary translation infrastructure

2012-06-26 Thread Liu Xin
-- Forwarded message -- From: Liu Xin Date: Wed, Jun 27, 2012 at 1:19 PM Subject: Re: [Qemu-devel] qemu as dynamic binary translation infrastructure To: "陳韋任 (Wei-Ren Chen)" Weiren, Thanks for heading up. i am not sure this software is related to QEMU, but it seems that BlueSta

[Qemu-devel] [Fwd: qemu-0.11.1 / tap device bug]

2009-12-19 Thread Victor Dorneanu
Hi there! I send you some bug report I've reported to NetBSD's mailing lists. -- Victor Dorneanu --- Begin Message --- Hello there! I don't know if you can remember this thread [1]. Whenever I tried to use some previously configured TAP device, I got a segmentation fault. I thought it could so

Re: [Qemu-devel] Fwd: qemu code review

2009-11-23 Thread Daniel P. Berrange
On Thu, Nov 19, 2009 at 01:11:56PM -0500, Steve Grubb wrote: > On Thursday 19 November 2009 04:09:48 am Kevin Wolf wrote: > > >> ... > > >> In hw/e1000.c at line 89, vlan is declared to be 4 bytes. At line 382 is > > >> an attempt to do a memmove over it with a size of 12. > > > > > > Obviously thi

Re: [Qemu-devel] Fwd: qemu code review

2009-11-21 Thread Steve Grubb
On Thursday 19 November 2009 04:09:48 am Kevin Wolf wrote: > >> ... > >> In hw/e1000.c at line 89, vlan is declared to be 4 bytes. At line 382 is > >> an attempt to do a memmove over it with a size of 12. > > > > Obviously this was intentional. Would replacing > > memmove(tp->vlan, tp->data

Re: [Qemu-devel] Fwd: qemu code review

2009-11-19 Thread Kevin Wolf
Am 18.11.2009 20:06, schrieb Stefan Weil: > Kevin Wolf schrieb: >> Hi all, >> >> as Steve suggests, I'm forwarding the list of issues he found to the >> mailing list. I've already looked at a few points in the block code and >> sent patches. If everyone picks up one point, we should get through the

Re: [Qemu-devel] Fwd: qemu code review

2009-11-18 Thread Stefan Weil
Kevin Wolf schrieb: > Hi all, > > as Steve suggests, I'm forwarding the list of issues he found to the > mailing list. I've already looked at a few points in the block code and > sent patches. If everyone picks up one point, we should get through the > list quickly. Who volunteers for the TCG ones?

Re: [Qemu-devel] Fwd: qemu code review

2009-11-18 Thread Blue Swirl
On Wed, Nov 18, 2009 at 1:39 PM, Kevin Wolf wrote: > Hi all, > > as Steve suggests, I'm forwarding the list of issues he found to the > mailing list. I've already looked at a few points in the block code and > sent patches. If everyone picks up one point, we should get through the > list quickly.

Re: [Qemu-devel] Fwd: qemu code review

2009-11-18 Thread malc
On Wed, 18 Nov 2009, Kevin Wolf wrote: > Hi all, > > as Steve suggests, I'm forwarding the list of issues he found to the > mailing list. I've already looked at a few points in the block code and > sent patches. If everyone picks up one point, we should get through the > list quickly. Who volunte

[Qemu-devel] Fwd: qemu code review

2009-11-18 Thread Kevin Wolf
Hi all, as Steve suggests, I'm forwarding the list of issues he found to the mailing list. I've already looked at a few points in the block code and sent patches. If everyone picks up one point, we should get through the list quickly. Who volunteers for the TCG ones? ;-) Kevin Original-

Re: [Qemu-devel] Fwd: qemu

2005-10-29 Thread Mulyadi Santosa
Hello > 1. How do I build my own .img file to boot? Simply use qemu-img to create one. There are many file types you can use, raw, cow,qcow and etc. After that, simply start qemu with this new blank image together with your favourite distro ISO image (pass the path and the filename to -cdrom)

[Qemu-devel] Fwd: qemu

2005-10-29 Thread Wesley Parish
This was asked on my local CLUG. Does anyone have any experience in clustering qemu? Any war stories, any gotchas, any hints? Thanks Wesley Parish -- Forwarded Message -- Subject: qemu Date: Sat, 29 Oct 2005 11:13 From: Steve Holdoway <[EMAIL PROTECTED]> To: linux-users@it.

[Qemu-devel] Fwd: qemu-arm : additional fix around QSUB maybe need

2005-05-13 Thread Paul Brook
-- Forwarded Message -- (B (BSubject: qemu-arm : additional fix around QSUB maybe need (BDate: Saturday 14 May 2005 02:26 (BFrom: "TAKAGO Daisuke" <[EMAIL PROTECTED]> (BTo: [EMAIL PROTECTED] (B (BDear Paul Brook (B (BHello! (BThank very much for sending fix-patch to me q