Re: [Qemu-devel] Multiple monitors

2015-04-19 Thread Gerd Hoffmann
On Fr, 2015-04-17 at 12:45 -0400, tom289...@safe-mail.net wrote: > Hello, > > What are the possible ways to use multiple monitors with qemu (running > locally)? > (I asked this on qemu-discuss last week, but got no responses, so I'm trying > here.) > > I read somewhere that spice supports mult

Re: [Qemu-devel] [PATCH v4] vhost: fix log base address

2015-04-19 Thread Michael S. Tsirkin
On Fri, Apr 17, 2015 at 05:13:24PM +0200, Michael S. Tsirkin wrote: > VHOST_SET_LOG_BASE got an incorrect address, causing > migration errors and potentially even memory corruption. > > Reported-by: Wen Congyang > Signed-off-by: Michael S. Tsirkin > --- OK, this passed testing now. Peter, can y

Re: [Qemu-devel] [PATCH v6 07/16] virtio-ccw: using VIRTIO_NO_VECTOR instead of 0 for invalid virtqueue

2015-04-19 Thread Jason Wang
On 04/17/2015 07:31 PM, Cornelia Huck wrote: > On Fri, 17 Apr 2015 12:48:31 +0800 > Jason Wang wrote: > >> There's no need to use vector 0 for invalid virtqueue. So this patch > s/There's no need/It's a bad idea/ > >> changes to use VIRTIO_NO_VECTOR instead. > s/use/using/ > >> Cc: Michael S. Ts

Re: [Qemu-devel] [PATCH v6 07/16] virtio-ccw: using VIRTIO_NO_VECTOR instead of 0 for invalid virtqueue

2015-04-19 Thread Jason Wang
On 04/17/2015 07:31 PM, Cornelia Huck wrote: > On Fri, 17 Apr 2015 12:48:31 +0800 > Jason Wang wrote: > >> There's no need to use vector 0 for invalid virtqueue. So this patch > s/There's no need/It's a bad idea/ > >> changes to use VIRTIO_NO_VECTOR instead. > s/use/using/ > >> Cc: Michael S. Ts

Re: [Qemu-devel] [PATCH v6 09/16] virtio-ccw: introduce ccw specific queue limit

2015-04-19 Thread Jason Wang
On 04/17/2015 07:46 PM, Cornelia Huck wrote: > On Fri, 17 Apr 2015 12:48:33 +0800 > Jason Wang wrote: > >> Instead of depending on marco, using a bus specific limit. Also make >> it clear that the number of gsis per I/O adapter is not directly >> depending on the number of virtio queues, but rat

Re: [Qemu-devel] [PATCH v4] vhost: fix log base address

2015-04-19 Thread Amos Kong
On Fri, Apr 17, 2015 at 05:13:24PM +0200, Michael S. Tsirkin wrote: > VHOST_SET_LOG_BASE got an incorrect address, causing > migration errors and potentially even memory corruption. > > Reported-by: Wen Congyang > Signed-off-by: Michael S. Tsirkin > --- > > changed (uint64_t)(unsigned long) to

Re: [Qemu-devel] [libvirt] [RFC 0/7] Live Migration with Pass-through Devices proposal

2015-04-19 Thread Laine Stump
On 04/17/2015 04:53 AM, Chen Fan wrote: > backgrond: > Live migration is one of the most important features of virtualization > technology. > With regard to recent virtualization techniques, performance of network I/O > is critical. > Current network I/O virtualization (e.g. Para-virtualized I/O,

Re: [Qemu-devel] [PATCH v02] add 1394 bus support

2015-04-19 Thread Peter Maydell
On 19 April 2015 at 11:52, wrote: > From: Itamar Tal > > --- > default-configs/i386-softmmu.mak |1 + > default-configs/x86_64-softmmu.mak |1 + > hw/1394/Makefile.objs |1 + > hw/1394/hcd-ohci.c | 1754 > > hw/139

Re: [Qemu-devel] [PATCH v02] add 1394 bus support

2015-04-19 Thread Andreas Färber
Hi, Am 19.04.2015 um 18:38 schrieb Itamar Tal: > I've set it just after the subject field in the patch? Should I add it > somewhere else and resubmit? Please compare other QEMU or Linux patches: It needs to go before --- into the commit message. git commit --amend -s will place it correctly. BTW

Re: [Qemu-devel] [PATCH v02] add 1394 bus support

2015-04-19 Thread Itamar Tal
I've set it just after the subject field in the patch? Should I add it somewhere else and resubmit? On Apr 19, 2015 6:47 PM, "Andreas Färber" wrote: > Am 19.04.2015 um 12:52 schrieb itamar.t...@gmail.com: > > From: Itamar Tal > > > > --- > > Still no Signed-off-by... > > Regards, > Andreas > > -

Re: [Qemu-devel] [PATCH v02] add 1394 bus support

2015-04-19 Thread Andreas Färber
Am 19.04.2015 um 12:52 schrieb itamar.t...@gmail.com: > From: Itamar Tal > > --- Still no Signed-off-by... Regards, Andreas -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu, Graham Norton; HRB 21284 (AG Nürnberg)

Re: [Qemu-devel] [PATCH V14 0/3] Virtual Machine Generation ID

2015-04-19 Thread Yan Vugenfirer
- Original Message - > From: "Michael S. Tsirkin" > To: "Igor Mammedov" > Cc: gham...@redhat.com, "Yan Vugenfirer" , > qemu-devel@nongnu.org > Sent: Sunday, April 19, 2015 10:52:37 AM > Subject: Re: [Qemu-devel] [PATCH V14 0/3] Virtual Machine Generation ID > > On Wed, Apr 15, 2015

Re: [Qemu-devel] Windows MSI installation package

2015-04-19 Thread Joseph Hindin
Please, excuse for for accidentally sending the patched before they are ready. Ignore this patches's set. Thank you, Joseph Hindin On Sun, Apr 19, 2015 at 1:53 PM, Joseph Hindin wrote: > The patch set has been revised according to reviews > > 1. options documented in commit messages

[Qemu-devel] [PATCH 0/4] Windows MSI installation package

2015-04-19 Thread Joseph Hindin
The patches enable creation of MSI installation package for QEMU windows guest agent Joseph Hindin (4): qemu-ga: adding vss-[un]install options qemu-ga: debug printout to help troubleshoot installation qemu-ga: Introduce Windows MSI script qemu-ga: Building Windows MSI installation with c

[Qemu-devel] [PATCH 4/4] qemu-ga: Building Windows MSI installation with configure/Makefile

2015-04-19 Thread Joseph Hindin
New options were added to enable Windows MSI installation package creation: Option --enable-guest-msi, like the name suggest, enables building Windows MSI package for QEMU guest agemt; option --disable-guest-msi disables MSI package creation; by default, no MSI package is created Signed-off-by: J

[Qemu-devel] Windows MSI installation package

2015-04-19 Thread Joseph Hindin
The patch set has been revised according to reviews 1. options documented in commit messages 2. typos fixed 3. confugure/Makefile melded into one commit Following changes were introduced since the last review: 1. Makefile launches wilx in quite mode. 2. configure script explicity valudates optio

[Qemu-devel] [PATCH 3/4] qemu-ga: Introduce Windows MSI script

2015-04-19 Thread Joseph Hindin
The script enables building Windows MSI installation package on Linux with wixl tool. Signed-off-by: Joseph Hindin --- qga/installer/qemu-ga.wxs | 156 ++ 1 file changed, 156 insertions(+) create mode 100644 qga/installer/qemu-ga.wxs diff --git a/qg

[Qemu-devel] [PATCH 1/4] qemu-ga: adding vss-[un]install options

2015-04-19 Thread Joseph Hindin
The '-s install' options installs both Windows service and COM service, with correspondent option '-s uninstall' uninstalling Windows service and COM server. '-s vss-install' and '-s vss-uninstall' options were added, installing and uninstalling only COM server. Signed-off-by: Joseph Hindin ---

[Qemu-devel] [PATCH 2/4] qemu-ga: debug printout to help troubleshoot installation

2015-04-19 Thread Joseph Hindin
Debug printout extended, helps installation troubleshooting Signed-off-by: Joseph Hindin --- qga/channel-win32.c | 2 +- qga/commands-win32.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/qga/channel-win32.c b/qga/channel-win32.c index 0d5e5f5..04fa5e4 100644 --- a/qga/ch

[Qemu-devel] [PATCH v02] add 1394 bus support

2015-04-19 Thread itamar . tal4
From: Itamar Tal --- default-configs/i386-softmmu.mak |1 + default-configs/x86_64-softmmu.mak |1 + hw/1394/Makefile.objs |1 + hw/1394/hcd-ohci.c | 1754 hw/1394/hcd-ohci.h | 147 +++ hw/Makefile.o

[Qemu-devel] [PATCH v2] add 1394 bus support

2015-04-19 Thread itamar . tal4
From: Itamar Tal This patch add 1394 (firewire) support to x86_64 and i386 qemu softmmu. It allows one virtual machine to be the server side and the other to be the client side, connected by TCP stream socket (same thing is possible using serial port). This is very useful in for allowing legacy d

Re: [Qemu-devel] [PATCH V14 0/3] Virtual Machine Generation ID

2015-04-19 Thread Michael S. Tsirkin
On Wed, Apr 15, 2015 at 03:59:09PM +0200, Igor Mammedov wrote: > On Wed, 15 Apr 2015 12:38:57 +0200 > "Michael S. Tsirkin" wrote: > > > On Tue, Mar 03, 2015 at 05:18:12PM +0100, Igor Mammedov wrote: > > > Changes since v13: > > > * fix comment style to /*... */ in testcase > > > * make BAR TARG