[PATCH 44/53] mips/kvm: Sign extend registers written to KVM

2015-07-30 Thread Michael Roth
02dae26ac4ceb1e82c432cfca4d9b65ae82343c6) Signed-off-by: Michael Roth mdr...@linux.vnet.ibm.com --- target-mips/kvm.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/target-mips/kvm.c b/target-mips/kvm.c index 1597bbe..d5388ca 100644 --- a/target-mips/kvm.c +++ b/target-mips

[PATCH 43/53] mips/kvm: Fix Big endian 32-bit register access

2015-07-30 Thread Michael Roth
...@redhat.com (cherry picked from commit f8b3e48b2d269551cd40f94770dc20da2f402325) Signed-off-by: Michael Roth mdr...@linux.vnet.ibm.com --- target-mips/kvm.c | 13 +++-- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/target-mips/kvm.c b/target-mips/kvm.c index 4d1f7ea

Re: Who signed gemu-1.7.1.tar.bz2?

2014-04-22 Thread Michael Roth
Quoting Stefan Hajnoczi (2014-04-22 08:31:08) On Wed, Apr 02, 2014 at 05:40:23PM -0700, Alex Davis wrote: and where is their gpg key? Michael Roth mdr...@linux.vnet.ibm.com is doing releases: http://pgp.mit.edu/pks/lookup?op=vindexsearch=0x3353C9CEF108B584 $ gpg --verify qemu-2.0.0

Re: [Qemu-devel] KVM call agenda for 2014-04-01

2014-03-31 Thread Michael Roth
group of people. May I propose Michael Roth, who is already experienced from the N-1 stable releases? Sure, I would be willing. If we can enable him to upload the tarballs created from his tags that would also streamline the stable workflow while at it. Agreed, though I feel a little weird

Re: [Qemu-devel] [PATCH] scsi: Allocate SCSITargetReq r-buf dynamically

2013-10-08 Thread Michael Roth
as...@redhat.com Tested-by: Michael Roth mdr...@linux.vnet.ibm.com --- hw/scsi/scsi-bus.c | 44 +--- include/hw/scsi/scsi.h | 2 ++ 2 files changed, 35 insertions(+), 11 deletions(-) diff --git a/hw/scsi/scsi-bus.c b/hw/scsi/scsi-bus.c index

Re: [Qemu-devel] KVM call agenda for Tuesday, June 19th

2012-06-19 Thread Michael Roth
On Tue, Jun 19, 2012 at 03:54:23PM +0200, Juan Quintela wrote: Juan Quintela quint...@redhat.com wrote: Hi Please send in any agenda items you are interested in covering. Anthony suggested for last week: - multithreading vhost (and general vhost improvements) I suggest: - status

Re: [Qemu-devel] KVM call agenda for Tuesday, June 19th

2012-06-19 Thread Michael Roth
On Tue, Jun 19, 2012 at 11:34:42PM +0900, Takuya Yoshikawa wrote: On Tue, 19 Jun 2012 09:01:36 -0500 Anthony Liguori anth...@codemonkey.ws wrote: I'm not at all convinced that postcopy is a good idea. There needs a clear expression of what the value proposition is that's backed by

Re: [Qemu-devel] KVM call minutes April 3

2012-04-04 Thread Michael Roth
On Wed, Apr 04, 2012 at 01:53:34PM +0300, Dor Laor wrote: On 04/04/2012 01:37 PM, Michael Roth wrote: On Apr 4, 2012 2:42 AM, Paolo Bonzini pbonz...@redhat.com mailto:pbonz...@redhat.com wrote: Il 04/04/2012 03:18, Michael Roth ha scritto: Attacking the IDL/schema side first

Re: [Qemu-devel] KVM call minutes April 3

2012-04-04 Thread Michael Roth
On Wed, Apr 04, 2012 at 03:21:26PM +0200, Igor Mammedov wrote: On 04/04/2012 02:14 PM, Michael Roth wrote: On Wed, Apr 04, 2012 at 01:53:34PM +0300, Dor Laor wrote: On 04/04/2012 01:37 PM, Michael Roth wrote: On Apr 4, 2012 2:42 AM, Paolo Bonzinipbonz...@redhat.com mailto:pbonz

Re: [Qemu-devel] KVM call minutes April 3

2012-04-03 Thread Michael Roth
On Tue, Apr 03, 2012 at 11:43:57PM +0300, Dor Laor wrote: On 04/03/2012 05:43 PM, Markus Armbruster wrote: I'm afraid my notes are rather rough... * 1.1 soft freeze apr 15th (less than two weeks) hard freeze may 1 three months cycle for 1.2 stable machine types only every few

Re: [PATCH v5 3/4] sockets: pass back errors in inet_listen()

2012-03-27 Thread Michael Roth
On Thu, Mar 22, 2012 at 11:52:54AM +0800, Amos Kong wrote: Use set_socket_error() to restore real erron, set errno to EINVAL for parse error. Signed-off-by: Amos Kong ak...@redhat.com --- qemu-sockets.c | 21 - 1 files changed, 16 insertions(+), 5 deletions(-)

Re: [PATCH v4 1/2] qemu-socket: change inet_connect() to to support nonblock socket

2012-03-21 Thread Michael Roth
On Mon, Mar 19, 2012 at 10:11:54PM +0800, Amos Kong wrote: Change inet_connect(const char *str, int socktype) to inet_connect(const char *str, bool block, int *sock_err), socktype is unused, block is used to assign if set socket to block/nonblock, sock_err is used to restore socket error.

Re: [Qemu-devel] [PATCH v3 1/9] net: introduce tcp_server_start()

2012-03-14 Thread Michael Roth
On Wed, Mar 14, 2012 at 04:33:14PM +0800, Amos Kong wrote: On 14/03/12 00:39, Michael Roth wrote: On Wed, Mar 07, 2012 at 06:47:45AM +0800, Amos Kong wrote: Introduce tcp_server_start() by moving original code in tcp_start_incoming_migration(). Signed-off-by: Amos Kongak...@redhat.com

Re: [Qemu-devel] [PATCH v3 3/9] net: introduce tcp_client_start()

2012-03-14 Thread Michael Roth
On Wed, Mar 14, 2012 at 06:19:48PM +0800, Amos Kong wrote: On 14/03/12 02:35, Michael Roth wrote: On Wed, Mar 07, 2012 at 06:48:03AM +0800, Amos Kong wrote: Introduce tcp_client_start() by moving original code in tcp_start_outgoing_migration(). Signed-off-by: Amos Kongak...@redhat.com

Re: [Qemu-devel] [PATCH v3 9/9] net: support to include ipv6 address by brackets

2012-03-14 Thread Michael Roth
On Wed, Mar 14, 2012 at 05:58:20PM +0800, Amos Kong wrote: On 14/03/12 03:47, Michael Roth wrote: On Wed, Mar 07, 2012 at 06:48:57AM +0800, Amos Kong wrote: That method of representing an IPv6 address with a port is I'm not sure what that is referencing. 2312::8274:5200 (5200 is a port

Re: [Qemu-devel] [PATCH v3 1/9] net: introduce tcp_server_start()

2012-03-13 Thread Michael Roth
On Wed, Mar 07, 2012 at 06:47:45AM +0800, Amos Kong wrote: Introduce tcp_server_start() by moving original code in tcp_start_incoming_migration(). Signed-off-by: Amos Kong ak...@redhat.com --- net.c | 28 qemu_socket.h |2 ++ 2 files changed, 30

Re: [Qemu-devel] [PATCH v3 3/9] net: introduce tcp_client_start()

2012-03-13 Thread Michael Roth
On Wed, Mar 07, 2012 at 06:48:03AM +0800, Amos Kong wrote: Introduce tcp_client_start() by moving original code in tcp_start_outgoing_migration(). Signed-off-by: Amos Kong ak...@redhat.com --- net.c | 41 + qemu_socket.h |1 + 2 files

Re: [Qemu-devel] [PATCH v3 8/9] net: split hostname and service by last colon

2012-03-13 Thread Michael Roth
On Wed, Mar 07, 2012 at 06:48:48AM +0800, Amos Kong wrote: IPv6 address contains colons, parse will be wrong. [2312::8274]:5200 Signed-off-by: Amos Kong ak...@redhat.com --- net.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net.c b/net.c index

Re: [Qemu-devel] [PATCH v3 9/9] net: support to include ipv6 address by brackets

2012-03-13 Thread Michael Roth
On Wed, Mar 07, 2012 at 06:48:57AM +0800, Amos Kong wrote: That method of representing an IPv6 address with a port is I'm not sure what that is referencing. I assumed the previous patch but the representation seems to be the same? discouraged because of its ambiguity. Referencing to RFC5952,

Re: [Qemu-devel] [PATCH 00/21][RFC] postcopy live migration

2012-01-03 Thread Michael Roth
On 01/01/2012 03:52 AM, Dor Laor wrote: On 12/30/2011 12:39 AM, Anthony Liguori wrote: On 12/28/2011 07:25 PM, Isaku Yamahata wrote: Intro = This patch series implements postcopy live migration.[1] As discussed at KVM forum 2011, dedicated character device is used for distributed shared

Re: virtagent for qemu-kvm ?

2011-07-26 Thread Michael Roth
On 07/26/2011 03:24 AM, Stefan Hajnoczi wrote: On Tue, Jul 26, 2011 at 6:58 AM, Prateek Sharmaprate...@cse.iitb.ac.in wrote: On Tue, 26 Jul 2011, Stefan Hajnoczi wrote: On Tue, Jul 26, 2011 at 6:05 AM, Prateek Sharmaprate...@cse.iitb.ac.in wrote: Hi all, Is there any equivalent of

Re: [Qemu-devel] [RFC PATCH 0/3 V8] QAPI: add inject-nmi qmp command

2011-04-25 Thread Michael Roth
On 04/20/2011 01:19 AM, Lai Jiangshan wrote: These patches are applied for http://repo.or.cz/r/qemu/aliguori.git glib. These patches add QAPI inject-nmi. They are passed checkpatch.pl and the build. But the result qemu executable file is not tested, because the result qemu of