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
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
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
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
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
-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 @@
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
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/
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
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
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
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/
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
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
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
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,
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
17 matches
Mail list logo