Re: [Qemu-devel] [PATCH v2 1/2] Do endian swapping.

2017-01-05 Thread Uri Lublin
On 01/03/2017 08:16 PM, Michal Suchanek wrote: This allows running big endian and little endian guest side by side using cut & paste between them. There is a general design idea that swapping should come as close to virtio_read/virtio_write as possible. In particular, the protocol between vdagen

Re: [Qemu-devel] [Spice-devel] Postcopy+spice crash

2016-12-05 Thread Uri Lublin
On 12/05/2016 11:46 AM, Dr. David Alan Gilbert wrote: * Gerd Hoffmann (kra...@redhat.com) wrote: On Fr, 2016-12-02 at 17:44 +, Dr. David Alan Gilbert wrote: Hi Gerd, I've got a moderately repeatable crash with spice playing a video + postcopy. Some of the time I just get a warning (that

Re: [Qemu-devel] [PATCH 1/4] memory: cache min/max_access_size

2013-12-05 Thread Uri Lublin
On 12/02/2013 04:40 PM, Paolo Bonzini wrote: This will simplify the code in the next patch. Signed-off-by: Paolo Bonzini --- include/exec/memory.h | 2 ++ memory.c | 27 +++ 2 files changed, 13 insertions(+), 16 deletions(-) typedef struct MemoryL

Re: [Qemu-devel] [Spice-devel] [PATCH v3 RESEND] libxl: Spice vdagent support for upstream qemu

2013-08-14 Thread Uri Lublin
On 08/14/2013 12:56 PM, Alon Levy wrote: Il 23/07/2013 15:42, Fabio Fantoni ha scritto: Il 03/07/2013 15:54, fantonifa...@tiscali.it ha scritto: Usage: spicevdagent=1|0 (default=0) Enables spice vdagent. The Spice vdagent is an optional component for enhancing user experience and performing gue

Re: [Qemu-devel] [PATCH] spice: drop incorrect vm_change_state_handler() opaque

2012-12-19 Thread Uri Lublin
pointer. This is useless and we probably would not want 2 levels of pointers. Reviewed-by: Uri Lublin Signed-off-by: Stefan Hajnoczi --- ui/spice-core.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ui/spice-core.c b/ui/spice-core.c index ac46deb..c128c0b 100644

[Qemu-devel] [PATCH v2] qxl+vnc: register a vm state change handler for dummy spice_server

2012-12-12 Thread Uri Lublin
-off-by: Uri Lublin --- v1 -> v2: make checkpatch happy --- ui/spice-core.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ui/spice-core.c b/ui/spice-core.c index 261c6f2..59ce5f6 100644 --- a/ui/spice-core.c +++ b/ui/spice-core.c @@ -732,6 +732,8 @@

Re: [Qemu-devel] [PATCH] qxl+vnc: register a vm state change handler for dummy spice_server

2012-12-12 Thread Uri Lublin
On 12/10/2012 12:36 PM, Uri Lublin wrote: When qxl + vnc are used, a dummy spice_server is initialized. The spice_server has to be told when the VM runstate changes, which is what this patch does. Without it, from qxl_send_events(), the following error message is shown: qxl_send_events

[Qemu-devel] [PATCH] qxl+vnc: register a vm state change handler for dummy spice_server

2012-12-10 Thread Uri Lublin
When qxl + vnc are used, a dummy spice_server is initialized. The spice_server has to be told when the VM runstate changes, which is what this patch does. Without it, from qxl_send_events(), the following error message is shown: qxl_send_events: spice-server bug: guest stopped, ignoring --- ui/

[Qemu-devel] [PATCH] qxl: better cleanup for surface destroy

2012-09-11 Thread Uri Lublin
operation completion. Signed-off-by: Uri Lublin --- hw/qxl.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/hw/qxl.c b/hw/qxl.c index c2dd3b4..43a2bdf 100644 --- a/hw/qxl.c +++ b/hw/qxl.c @@ -196,6 +196,7 @@ static void qxl_spice_destroy_surface_wait(PCIQXLDevice *qxl

[Qemu-devel] [PATCH] qxl: set size of PCI IO BAR correctly (16) for revision 2

2012-05-10 Thread Uri Lublin
Also move it up into switch(qxl->revision) block Signed-off-by: Uri Lublin --- hw/qxl.c |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/hw/qxl.c b/hw/qxl.c index 6c11e70..3da3399 100644 --- a/hw/qxl.c +++ b/hw/qxl.c @@ -1746,13 +1746,16 @@ static

[Qemu-devel] [PATCH] Makefile: make qemu-img dependant on config-host.h

2009-10-29 Thread Uri Lublin
included from qemu-img.c:24: qemu-common.h:32:25: error: config-host.h: No such file or directory Signed-off-by: Uri Lublin --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 4d9908c..6f1bf87 100644 --- a/Makefile +++ b/Makefile

[Qemu-devel] saving/loading PCI irq related state

2007-11-27 Thread Uri Lublin
Hello, If one is not lucky he/she may lose PCI interrupts when saving and loading a VM. It seems PCI irq related state is not being saved. When this happens, the guest hangs/spins and the cpu usage of the process stays around 100%. Attached are three patches to fix this: 01 -- when saving/

[Qemu-devel] [PATCH] savevm/loadvm/migrate: flush aio while pending BHs exist

2007-04-16 Thread Uri Lublin
Hello, Sometimes (specifically when migrating/saving a guest which is doing a big IO operation, e.g. copying a big file) there are some (aio-related) BH operations pending. These pending BH operations are not saved as state. The ide device does not save these operations either, which may lead t

RE: [Qemu-devel] QEMU Live Migration: arp-like packet patch

2007-03-26 Thread Uri Lublin
By now (more than two months after I sent it) this patch is less relevant, as it is already included in Anthony's updated qemu-live-migration patch. Is live migration going to be accepted soon ? Regards, Uri. -Original Message- From: [EMAIL PROTECTED] on behalf of Uri Lublin

[Qemu-devel] QEMU temporarily hangs

2007-03-25 Thread Uri Lublin
Hello, Second attempt (with minor modifications), as the first one did not arrive. I would like to share with you a QEMU problem I've encountered, and hope to get pointers where to look for it. I am running CVS QEMU, x86_64-softmmu, with vmdk image and redirected monitor (unix socket). I

[Qemu-devel] QEMU temporarily hang

2007-03-25 Thread Uri Lublin
Hello, I would like to share with you a QEMU problem I've encountered, and hope to get pointers where to look for it. I am running CVS QEMU, x86_64-softmmu, with vmdk image and redirected monitor (unix socket). If the guest is busy and I rapidly send a LOT of commands to QEMU monitor,

[Qemu-devel] QEMU Live Migration: arp-like packet patch

2007-03-25 Thread Uri Lublin
currently supports only linux hosts (adding support for other operating systems is probably/hopefully as easy as changing the include preprocessor directive). Regards, Uri Lublin. --- qemu/vl.c 2007-01-23 10:37:50.0 +0200 +++ qemu-new/vl.c 2007-01-23 10:26:49.0 +0200