Hi,
I am trying to save a snapshot, and later load that. When I give -loadvm on the
commandline, it gives me disk errors. If I then do a loadvm from the monitor,
it works fine. I also tried to start qemu with -S so that it does not do
anything, and then did a loadvm from the monitor - I got the
Am 27.11.2012 07:34, schrieb Stefan Weil:
The function prototype of qapi_dealloc_type_size must match the
declaration in qapi/qapi-visit-core.h:
void (*type_size)(Visitor *v, uint64_t *obj, const char *name, Error **errp);
Otherwise builds on hosts where size_t != uint64_t raise a compiler
warn
On 11/28/12 16:08, Yonit Halperin wrote:
> The devram memslot stays active when qxl enters UNDEFINED mode (i.e, no
> primary surface). If migration has occurred while the device is in
> UNDEFINED stae, the memslots have to be reloaded at the destination.
Patch added to spice patch queue.
thanks,
On 11/29/12 02:43, Peter Crosthwaite wrote:
> This was left as NULL on the initial merge due to debate on the mailing list
> on
> how to handle DMA contexts for sysbus devices. Patch
> 9e11908f12f92e31ea94dc2a4c962c836cba9f2a was later merged to fix OHCI. This
> is the,
> equivalent fix for sysbu
On 2012-11-28 00:21, Alex Williamson wrote:
> On Wed, 2012-11-28 at 00:08 +0100, Jan Kiszka wrote:
>> On 2012-11-27 23:00, Alex Williamson wrote:
>>> This is post-1.3 material, so I'll just post it as an RFC for now.
>>>
>>> MSI routing updates aren't currently handled by pci-assign or
>>> vfio-pci
于 2012-11-28 17:26, Paolo Bonzini 写道:
Ok, I'm pretty confident that v13 will be the last one. :)
Il 28/11/2012 09:55, Wenchao Xia ha scritto:
@@ -1119,6 +1124,8 @@ echo " --with-coroutine=BACKEND coroutine backend. Supported
options:"
echo " gthread, ucontext, siga
于 2012-11-28 17:17, Paolo Bonzini 写道:
Il 28/11/2012 09:55, Wenchao Xia ha scritto:
+ret = qb_image_new(context, &qbi);
+g_assert(ret == 0);
+qb_image_ref(context, &qbi);
Remember, when changing qb_image_new, to remove these _ref calls.
Paolo
Sure to remove it.
--
Best Regards
于 2012-11-28 17:17, Paolo Bonzini 写道:
Almost there...
Il 28/11/2012 09:55, Wenchao Xia ha scritto:
+/* This file was only used in libqblock, codes are copied from main-loop.c,
+ iohandler.c, compatfd.c now, it may have different implemention in the future.
+*/
No need for this comment.
wi
Signed-off-by: Olivia Yin
---
elf.h| 10 ++
hw/elf_ops.h | 44 +++-
hw/loader.c | 11 +++
3 files changed, 60 insertions(+), 5 deletions(-)
diff --git a/elf.h b/elf.h
index a21ea53..335f1af 100644
--- a/elf.h
+++ b/elf.h
@@ -
Signed-off-by: Olivia Yin
---
hw/loader.c |7 ++-
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/hw/loader.c b/hw/loader.c
index 10e5726..c6f73bb 100644
--- a/hw/loader.c
+++ b/hw/loader.c
@@ -737,11 +737,8 @@ static void rom_reset(void *unused)
continue;
Signed-off-by: Olivia Yin
---
hw/loader.c | 24
hw/loader.h |6 ++
2 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/hw/loader.c b/hw/loader.c
index ba01ca6..f62aa7c 100644
--- a/hw/loader.c
+++ b/hw/loader.c
@@ -86,6 +86,24 @@ int load_image(const
Signed-off-by: Olivia Yin
---
hw/loader.c | 57 +
hw/loader.h |3 +++
2 files changed, 48 insertions(+), 12 deletions(-)
diff --git a/hw/loader.c b/hw/loader.c
index f62aa7c..151ef20 100644
--- a/hw/loader.c
+++ b/hw/loader.c
@@ -457,
The current model of loader copy "rom blobs" and kept in memory until a reset
occurs and waste host memory.
This serial of patches uses private reset handlers to load uimage/initrd/vmlinux
from hard disk on reset, which could make loader framework more dynamic and
reduce the memory consumption of
On Tue, Nov 27, 2012 at 7:53 PM, liu ping fan wrote:
> On Wed, Nov 28, 2012 at 5:48 AM, Cam Macdonell wrote:
>> On Sat, Nov 24, 2012 at 8:51 PM, Liu Ping Fan wrote:
>>> From: Liu Ping Fan
>>>
>>> Using irqfd, so we can avoid switch between kernel and user when
>>> VMs interrupts each other.
>>
sorry, need a fix like following.
在 2012-11-29四的 11:32 +0800,liguang写道:
> Signed-off-by: liguang
> ---
> target-i386/cpu.h | 13 +
> 1 files changed, 13 insertions(+), 0 deletions(-)
>
> diff --git a/target-i386/cpu.h b/target-i386/cpu.h
> index 90ef1ff..7f292e6 100644
> --- a/tar
Signed-off-by: liguang
---
target-i386/cpu.h |2 ++
target-i386/helper.c | 24 +++-
target-i386/misc_helper.c |6 +++---
target-i386/seg_helper.c |6 +++---
4 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/target-i386/cpu.h b/target-
Signed-off-by: liguang
---
target-i386/helper.c | 28
1 files changed, 20 insertions(+), 8 deletions(-)
diff --git a/target-i386/helper.c b/target-i386/helper.c
index 9ca52a7..a506df0 100644
--- a/target-i386/helper.c
+++ b/target-i386/helper.c
@@ -1012,22 +1012,34
Signed-off-by: liguang
---
target-i386/cpu.h | 13 +
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/target-i386/cpu.h b/target-i386/cpu.h
index 90ef1ff..7f292e6 100644
--- a/target-i386/cpu.h
+++ b/target-i386/cpu.h
@@ -558,6 +558,19 @@
#define CPU_INTERRUPT_TPR
dr7 register's breakpoint fields didn't
be well defined, instead, just represented
by 0,1,2,4, that's pretty implicit, so, try
to clarify them, and related changes are
made also.
target-i386/cpu.h | 15 +
target-i386/helper.c | 52 +++-
target-
> -Original Message-
> From: Stefano Stabellini [mailto:stefano.stabell...@eu.citrix.com]
> Sent: Tuesday, September 18, 2012 6:24 PM
> To: Xu, Dongxiao
> Cc: Stefano Stabellini; xen-de...@lists.xensource.com; Ian Jackson;
> qemu-devel@nongnu.org; Keir (Xen.org)
> Subject: RE: [PATCH 0/2] Q
On Tue, Nov 20, 2012 at 02:32:33PM +1000, Peter Crosthwaite wrote:
>Hi Liming,
>
>On Mon, Nov 19, 2012 at 11:03 PM, Liming Wang wrote:
>> The jedec id of "n25q128" should be 0x20bb18, not 0x20ba18.
>>
>> Signed-off-by: Liming Wang
>> ---
>> hw/m25p80.c |2 +-
>> 1 file changed, 1 insertion(+
On Thu, Nov 29, 2012 at 12:00 PM, walimis wrote:
> On Thu, Nov 29, 2012 at 11:43:18AM +1000, Peter Crosthwaite wrote:
>>This was left as NULL on the initial merge due to debate on the mailing list
>>on
>>how to handle DMA contexts for sysbus devices. Patch
>>9e11908f12f92e31ea94dc2a4c962c836cba9f
On Thu, Nov 29, 2012 at 11:43:18AM +1000, Peter Crosthwaite wrote:
>This was left as NULL on the initial merge due to debate on the mailing list on
>how to handle DMA contexts for sysbus devices. Patch
>9e11908f12f92e31ea94dc2a4c962c836cba9f2a was later merged to fix OHCI. This is
>the,
>equivalen
This was left as NULL on the initial merge due to debate on the mailing list on
how to handle DMA contexts for sysbus devices. Patch
9e11908f12f92e31ea94dc2a4c962c836cba9f2a was later merged to fix OHCI. This is
the,
equivalent fix for sysbus EHCI.
Signed-off-by: Peter Crosthwaite
---
hw/usb/hc
On Wed, Nov 28, 2012 at 04:26:29PM -0500, Eric Blake wrote:
>
> > > > if (ferror(fh)) {
> > > > +error_setg_errno(err, errno, "failed to read file");
> > > > slog("guest-file-read failed, handle: %ld", handle);
> > > > -error_set(err, QERR_QGA_COMMAND_FAILED, "fread()
Andreas Färber writes:
> Hello Anthony,
>
> As discussed, here's two bugfixes for x86 CPUs. Please pull for rc1.
>
> Regards,
> Andreas
>
> Cc: Eduardo Habkost
> Cc: Igor Mammedov
> Cc: Aurélien Jarno
>
Pulled. Thanks.
Regards,
Anthony Liguori
>
> The following changes since commit cab1e8f
On Tue, Nov 27, 2012 at 06:25:04PM +0200, Michael S. Tsirkin wrote:
> On Thu, Nov 01, 2012 at 06:07:21PM +0200, Michael S. Tsirkin wrote:
> > Commit 0d8d7690850eb0cf2b2b60933cf47669a6b6f18f introduced
> > a regression in virtio-net performance because it looks
> > into the ring aggressively while w
Paolo Bonzini writes:
> Anthony,
>
> The following changes since commit 03a36f17d7788e4a1e07b3341b18028aa0206845:
>
> virtio-rng: do not use g_assert_cmpint (2012-11-27 08:51:07 -0600)
>
> are available in the git repository at:
>
> git://github.com/bonzini/qemu.git scsi-next
>
> for you to f
Thanks Amos.
From: Amos Kong [mailto:kongjian...@gmail.com]
Sent: Tuesday, November 27, 2012 6:39 PM
To: Auld, Will
Cc: Marcelo Tosatti; k...@vger.kernel.org; Dugger, Donald D; Liu, Jinsong;
Zhang, Xiantao; a...@redhat.com; qemu-devel; Gleb
Subject: Re: [PATCH V5 2/2] Enabling IA32_TSC_ADJUST for
Alexander Graf writes:
> Hi Blue / Aurelien,
>
> This is my patch queue for ppc with patches that should go into 1.3.
> Please pull.
Pulled. Thanks.
Regards,
Anthony Liguori
>
> Alex
>
>
> The following changes since commit cab1e8f3e37d8e883c270e3afd9c7c1c18332f0e:
> Anthony Liguori (1):
>
Alexander Graf writes:
> Hi Blue / Aurelien,
>
> This is my current patch queue for s390 with patches that should go in for
> 1.3.
> Please pull.
>
> Alex
>
Pulled. Thanks.
Regards,
Anthony Liguori
>
> The following changes since commit cab1e8f3e37d8e883c270e3afd9c7c1c18332f0e:
> Anthony L
Paolo Bonzini writes:
> Anthony,
>
> The following changes since commit c8969eded252058e90e91f12f75f32aceae46ec9:
>
> nbd: fixes to read-only handling (2012-11-13 10:34:50 +0100)
>
> are available in the git repository at:
>
> git://github.com/bonzini/qemu.git nbd-next
>
> for you to fetch ch
Jan Kiszka writes:
> The event notifier state is only reset by test_and_clear. But we created
> the windows event object with auto-reset, which subtly swallowed events.
>
> Signed-off-by: Jan Kiszka
Applied. Thanks.
Regards,
Anthony Liguori
> ---
>
> Grr, the last place I looked at after hou
Paolo Bonzini writes:
> These versions of GCC require insane (>2GB) amounts of memory to compile
> translate.o. As a countermeasure, disable the culprit optimization pass.
> This should fix the buildbot failure for default_x86_64_fedora16. Anyway
> this is a good thing to do because people will
> > > if (ferror(fh)) {
> > > +error_setg_errno(err, errno, "failed to read file");
> > > slog("guest-file-read failed, handle: %ld", handle);
> > > -error_set(err, QERR_QGA_COMMAND_FAILED, "fread()
> > > failed");
> > > } else {
> >
> > I'm not sure about relyi
On Wed, Nov 28, 2012 at 02:04:31PM -0600, mdroth wrote:
> On Tue, Nov 27, 2012 at 11:01:54AM -0200, Luiz Capitulino wrote:
> > This series revamps qemu-ga error messages by:
> >
> > - Propagating errors down to functions that generate errors
> > - Fixing UndefinedErrors
> > - Getting rid of spr
On Tue, Nov 27, 2012 at 11:01:54AM -0200, Luiz Capitulino wrote:
> This series revamps qemu-ga error messages by:
>
> - Propagating errors down to functions that generate errors
> - Fixing UndefinedErrors
> - Getting rid of sprint() + error_set()
> - Other small fixes
Hi Luiz,
Patches look g
On Tue, Nov 27, 2012 at 11:02:04AM -0200, Luiz Capitulino wrote:
> Most errors are QERR_UNDEFINED_ERROR today.
>
> Signed-off-by: Luiz Capitulino
Reviewed-by: Michael Roth
> ---
> qga/commands-posix.c | 29 ++---
> 1 file changed, 18 insertions(+), 11 deletions(-)
>
>
On Tue, Nov 27, 2012 at 11:02:03AM -0200, Luiz Capitulino wrote:
> Most errors are QERR_UNDEFINED_ERROR today.
>
> Signed-off-by: Luiz Capitulino
Reviewed-by: Michael Roth
> ---
> qga/commands-posix.c | 46 +++---
> 1 file changed, 27 insertions(+), 19
On Tue, Nov 27, 2012 at 11:02:02AM -0200, Luiz Capitulino wrote:
> Convert them to error_setg_errno().
>
> Signed-off-by: Luiz Capitulino
Reviewed-by: Michael Roth
> ---
> qga/commands-posix.c | 29 -
> 1 file changed, 8 insertions(+), 21 deletions(-)
>
> diff --g
On Tue, Nov 27, 2012 at 11:02:01AM -0200, Luiz Capitulino wrote:
> Convert them to error_setg_errno().
>
> Signed-off-by: Luiz Capitulino
Reviewed-by: Michael Roth
> ---
> qga/commands-posix.c | 10 +++---
> 1 file changed, 3 insertions(+), 7 deletions(-)
>
> diff --git a/qga/commands-po
On Tue, Nov 27, 2012 at 11:02:00AM -0200, Luiz Capitulino wrote:
> Convert them to error_setg_errno().
>
> Signed-off-by: Luiz Capitulino
Reviewed-by: Michael Roth
> ---
> qga/commands-posix.c | 10 +++---
> 1 file changed, 3 insertions(+), 7 deletions(-)
>
> diff --git a/qga/commands-po
On Tue, Nov 27, 2012 at 11:01:59AM -0200, Luiz Capitulino wrote:
> Signed-off-by: Luiz Capitulino
> ---
> qga/commands-posix.c | 30 --
> 1 file changed, 16 insertions(+), 14 deletions(-)
>
> diff --git a/qga/commands-posix.c b/qga/commands-posix.c
> index b3a3f26..59
On Wed, 28 Nov 2012 11:54:45 -0600
mdroth wrote:
> On Tue, Nov 27, 2012 at 11:01:57AM -0200, Luiz Capitulino wrote:
> > Use error_setg_errno() when possible with an improved error description.
> >
> > Signed-off-by: Luiz Capitulino
> > ---
> > qga/commands-posix.c | 22 +-
>
On 28 November 2012 19:20, Eduardo Habkost wrote:
> The type_register_static() interface is documented as:
>
> type_register_static:
> @info: The #TypeInfo of the new type.
>
> @info and all of the strings it points to should exist for the life
> time that the type is registered.
>
> But c
On Tue, Nov 27, 2012 at 11:01:58AM -0200, Luiz Capitulino wrote:
> Most errors are QERR_UNDEFINED_ERROR. Also, adds ga_wait_child() as
> a future commit will use it too.
>
> Signed-off-by: Luiz Capitulino
Reviewed-by: Michael Roth
> ---
> qga/commands-posix.c | 48
The type_register_static() interface is documented as:
type_register_static:
@info: The #TypeInfo of the new type.
@info and all of the strings it points to should exist for the life
time that the type is registered.
But cpu_register() uses a stack variable for the 'info' argument, so it
This patch will send NOP-Out PDUs every 5 seconds to the iSCSI target.
If a consecutive number of NOP-In replies fail a reconnect is initiated.
iSCSI NOPs help to ensure that the connection to the target is still
operational.
This should not, but in reality may be the case even if the TCP connecti
On Tue, Nov 27, 2012 at 11:01:57AM -0200, Luiz Capitulino wrote:
> Use error_setg_errno() when possible with an improved error description.
>
> Signed-off-by: Luiz Capitulino
> ---
> qga/commands-posix.c | 22 +-
> 1 file changed, 13 insertions(+), 9 deletions(-)
>
> diff --
Am 28.11.2012 09:40, schrieb Paolo Bonzini:
> These versions of GCC require insane (>2GB) amounts of memory to compile
> translate.o. As a countermeasure, disable the culprit optimization pass.
> This should fix the buildbot failure for default_x86_64_fedora16. Anyway
> this is a good thing to do
Hi Alex,
I am trying to pass through a PCI device to the guest to compare the
MSI interrupt latency with normal device pass through and pass through using
VFIO framework. I used the following script
for dev in $(ls /sys/bus/pci/devices/:06:00.0/iommu_group/devices); do
vendor=$(cat /sys/
Just a note.
We still have this issue when building unity on ARM. It crashed when
running msgmerge.
** Also affects: qemu-linaro
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bu
On Wed, 2012-11-28 at 16:32 +, Krishna J wrote:
> Hi Alex,
> I am trying to pass through a PCI device to the guest to compare the
> MSI interrupt latency with normal device pass through and pass through
> using VFIO framework. I used the following script
>
> for dev in $(ls /sys/bus/pci/device
On 11/24/2012 06:02 PM, Liu Ping Fan wrote:
> -obj->ref--;
>
> /* parent always holds a reference to its children */
> -if (obj->ref == 0) {
> +if (__sync_fetch_and_sub(&obj->ref, 1) == 1) {
if (__sync_sub_and_fetch(&obj->ref, 1) == 0)
r~
On Tue, Nov 27, 2012 at 11:01:56AM -0200, Luiz Capitulino wrote:
> fclose() returns EOF on error.
>
> Signed-off-by: Luiz Capitulino
Reviewed-by: Michael Roth
> ---
> qga/commands-posix.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/qga/commands-posix.c b/qga/comm
On Tue, Nov 27, 2012 at 11:01:55AM -0200, Luiz Capitulino wrote:
> Signed-off-by: Luiz Capitulino
Reviewed-by: Michael Roth
> ---
> qga/commands-posix.c | 18 +++---
> 1 file changed, 7 insertions(+), 11 deletions(-)
>
> diff --git a/qga/commands-posix.c b/qga/commands-posix.c
> i
From: Peter Lieven
Without any complex checks we can't assume that an
iscsi target is initialized to zero.
Signed-off-by: Peter Lieven
Signed-off-by: Paolo Bonzini
---
block/iscsi.c | 6 ++
1 file changed, 6 insertions(+)
diff --git a/block/iscsi.c b/block/iscsi.c
index 01340e1..c0b70b3
From: David Gibson
The virtio-scsi specification does not specify the correct endianness for
fields in the request structure. It's therefore best to assume that it is
"guest native" endian since that's the (stupid and poorly defined) norm in
virtio.
However, the qemu device for virtio-scsi has
From: Michal Privoznik
The documentation to this monitor command tells, that 'writable'
argument is optional and defaults to false. However, the code sets
true as the default. But since some applications may already been
using this, it's safer to fix the code and not documentation which
would bre
Anthony,
The following changes since commit c8969eded252058e90e91f12f75f32aceae46ec9:
nbd: fixes to read-only handling (2012-11-13 10:34:50 +0100)
are available in the git repository at:
git://github.com/bonzini/qemu.git nbd-next
for you to fetch changes up to f3313d23a061648c99609a4c127ed
Reported-by: Michal Privoznik
Signed-off-by: Paolo Bonzini
---
nbd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nbd.c b/nbd.c
index 97a5914..01976e8 100644
--- a/nbd.c
+++ b/nbd.c
@@ -397,6 +397,7 @@ static int nbd_send_negotiate(NBDClient *client)
rc = -EINVAL;
From: David Gibson
The virtio-scsi config space is, by specification, in guest endian (which
is ill-defined, but there you go). In virtio_scsi_get_config() we set up
all the fields in there, using stl_raw(). Which is a problem for the
max_channel and max_target fields, which are 16-bit, not 32-
From: Peter Lieven
If an invalid URL is specified iscsi_get_error(iscsi) is called
with iscsi == NULL.
Signed-off-by: Peter Lieven
Signed-off-by: Paolo Bonzini
---
block/iscsi.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/block/iscsi.c b/block/iscsi.c
index a6a819d..
From: Peter Lieven
If the connection is interrupted before the first login is successfully
completed qemu-kvm is waiting forever in qemu_aio_wait().
This is fixed by performing an sync login to the target. If the
connection breaks after the first successful login errors are
handled internally by
Anthony,
The following changes since commit 03a36f17d7788e4a1e07b3341b18028aa0206845:
virtio-rng: do not use g_assert_cmpint (2012-11-27 08:51:07 -0600)
are available in the git repository at:
git://github.com/bonzini/qemu.git scsi-next
for you to fetch changes up to 863d1050c96cff91dd4787
The devram memslot stays active when qxl enters UNDEFINED mode (i.e, no
primary surface). If migration has occurred while the device is in
UNDEFINED stae, the memslots have to be reloaded at the destination.
Fixes rhbz#874574
Signed-off-by: Yonit Halperin
---
hw/qxl.c | 1 +
1 file changed, 1 i
On Fri, Jan 20, 2012 at 03:26:27PM -0200, Marcelo Tosatti wrote:
> From: Vadim Rozenfeld
>
> [Jan: fix build with CONFIG_USER_ONLY]
>
> Signed-off-by: Marcelo Tosatti
> ---
> Makefile.target |2 +
> target-i386/cpuid.c | 14 +++
> target-i386/hyperv.c | 64
>
On Wed, Nov 28, 2012 at 02:08:01PM +0800, li guang wrote:
> 在 2012-11-12一的 19:38 -0200,Eduardo Habkost写道:
> > Doing error handling on a single place will make it easier to make sure
> > memory is freed, and that error information is properly printed or
> > returned to the caller.
> >
> > Signed-of
On Wed, 28 Nov 2012 13:19:36 +0100
Andreas Färber wrote:
> Am 28.11.2012 13:14, schrieb Luiz Capitulino:
> > On Wed, 28 Nov 2012 13:02:26 +0100
> > Paolo Bonzini wrote:
> >
> >> Il 28/11/2012 12:54, Luiz Capitulino ha scritto:
> >>> On Wed, 28 Nov 2012 10:54:33 +0200
> >>> Alon Levy wrote:
> >
Am 28.11.2012 13:14, schrieb Luiz Capitulino:
> On Wed, 28 Nov 2012 13:02:26 +0100
> Paolo Bonzini wrote:
>
>> Il 28/11/2012 12:54, Luiz Capitulino ha scritto:
>>> On Wed, 28 Nov 2012 10:54:33 +0200
>>> Alon Levy wrote:
>>>
Instead of aborting immediately after at DEVICE_CLASS(obj)
>>>
> Il 28/11/2012 12:54, Luiz Capitulino ha scritto:
> > On Wed, 28 Nov 2012 10:54:33 +0200
> > Alon Levy wrote:
> >
> >> Instead of aborting immediately after at DEVICE_CLASS(obj)
> >>
> >> Signed-off-by: Alon Levy
> >> ---
> >> hw/qdev-monitor.c | 5 +
> >> 1 file changed, 5 insertions(+)
>
> On Wed, 28 Nov 2012 10:54:33 +0200
> Alon Levy wrote:
>
> > Instead of aborting immediately after at DEVICE_CLASS(obj)
> >
> > Signed-off-by: Alon Levy
> > ---
> > hw/qdev-monitor.c | 5 +
> > 1 file changed, 5 insertions(+)
> >
> > diff --git a/hw/qdev-monitor.c b/hw/qdev-monitor.c
> >
> Alon Levy writes:
>
> >> Alon Levy writes:
> >>
> >> > The target has not seen the guest_connected event via
> >> > spice_chr_guest_open or spice_chr_write, and so spice server
> >> > wrongly
> >> > assumes there is no agent active, while the client continues to
> >> > send
> >> > motion even
Am 28.11.2012 12:54, schrieb Luiz Capitulino:
> On Wed, 28 Nov 2012 10:54:33 +0200
> Alon Levy wrote:
>
>> Instead of aborting immediately after at DEVICE_CLASS(obj)
>>
>> Signed-off-by: Alon Levy
>> ---
>> hw/qdev-monitor.c | 5 +
>> 1 file changed, 5 insertions(+)
>>
>> diff --git a/hw/qd
On Wed, 28 Nov 2012 13:02:26 +0100
Paolo Bonzini wrote:
> Il 28/11/2012 12:54, Luiz Capitulino ha scritto:
> > On Wed, 28 Nov 2012 10:54:33 +0200
> > Alon Levy wrote:
> >
> >> Instead of aborting immediately after at DEVICE_CLASS(obj)
> >>
> >> Signed-off-by: Alon Levy
> >> ---
> >> hw/qdev-m
Il 28/11/2012 12:54, Luiz Capitulino ha scritto:
> On Wed, 28 Nov 2012 10:54:33 +0200
> Alon Levy wrote:
>
>> Instead of aborting immediately after at DEVICE_CLASS(obj)
>>
>> Signed-off-by: Alon Levy
>> ---
>> hw/qdev-monitor.c | 5 +
>> 1 file changed, 5 insertions(+)
>>
>> diff --git a/hw
Alon Levy writes:
> Instead of aborting immediately after at DEVICE_CLASS(obj)
Reproducer?
Alon Levy writes:
>> Alon Levy writes:
>>
>> > The target has not seen the guest_connected event via
>> > spice_chr_guest_open or spice_chr_write, and so spice server
>> > wrongly
>> > assumes there is no agent active, while the client continues to
>> > send
>> > motion events only by the agent
On Wed, 28 Nov 2012 10:54:33 +0200
Alon Levy wrote:
> Instead of aborting immediately after at DEVICE_CLASS(obj)
>
> Signed-off-by: Alon Levy
> ---
> hw/qdev-monitor.c | 5 +
> 1 file changed, 5 insertions(+)
>
> diff --git a/hw/qdev-monitor.c b/hw/qdev-monitor.c
> index 479eecd..3b70cdb
Il 23/11/2012 08:08, Stefan Hajnoczi ha scritto:
> On Thu, Nov 22, 2012 at 08:56:11PM +0100, Jan Kiszka wrote:
>> The event notifier state is only reset by test_and_clear. But we created
>> the windows event object with auto-reset, which subtly swallowed events.
>>
>> Signed-off-by: Jan Kiszka
>>
>Does those code for VM memory and device state lively save/restore
> included in this patch serials? I quickly reviewed the patches but did not
> found a hook to save VM memory state? Hope you can enlight me your way,
> my thoughts is do live migration into qcow2 file, but your code seems not
Am 27.11.2012 17:21, schrieb Paolo Bonzini:
> Some versions of GCC require insane (>2GB) amounts of memory to compile
> translate.o. As a countermeasure, disable the culprit optimization pass.
> This should fix the buildbot failure for default_x86_64_fedora16.
> Anyway is a good thing to do becaus
Il 28/11/2012 11:46, Michal Privoznik ha scritto:
> The documentation to this monitor command tells, that 'writable'
> argument is optional and defaults to false. However, the code sets
> true as the default. But since some applications may already been
> using this, it's safer to fix the code and
The documentation to this monitor command tells, that 'writable'
argument is optional and defaults to false. However, the code sets
true as the default. But since some applications may already been
using this, it's safer to fix the code and not documentation which
would break those applications.
S
Il 28/11/2012 10:26, Alon Levy ha scritto:
> Signed-off-by: Alon Levy
> ---
> libcacard/Makefile | 8 ++--
> 1 file changed, 6 insertions(+), 2 deletions(-)
>
> diff --git a/libcacard/Makefile b/libcacard/Makefile
> index 7bce286..98c971d 100644
> --- a/libcacard/Makefile
> +++ b/libcacard/M
On Wed, Nov 28, 2012 at 7:14 PM, Liming Wang wrote:
> commit 7b482bcf xilinx_zynq: added QSPI controller
>
> Adds one QSPI controller, which has two spi buses, one is for
> spi0, and another is for spi1. But when initializing the spi1
> bus, "dev" has been overwrited by the ssi_create_slave_no_ini
> Il 28/11/2012 10:16, Alon Levy ha scritto:
> > diff --git a/roms/openbios b/roms/openbios
> > index f095c85..d1d2787 16
> > --- a/roms/openbios
> > +++ b/roms/openbios
> > @@ -1 +1 @@
> > -Subproject commit f095c858136896d236931357b8d597f407286f71
> > +Subproject commit d1d2787f87167edf487a60
This function is needed by libqblock linkage, so add it.
Signed-off-by: Wenchao Xia
---
stubs/set-fd-handler.c |8
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/stubs/set-fd-handler.c b/stubs/set-fd-handler.c
index 4807b5d..7b4ca4f 100644
--- a/stubs/set-fd-handle
> Alon Levy writes:
>
> > The target has not seen the guest_connected event via
> > spice_chr_guest_open or spice_chr_write, and so spice server
> > wrongly
> > assumes there is no agent active, while the client continues to
> > send
> > motion events only by the agent channel, which the server i
These patches introduce libqblock API, make subdir-libqblock and make
check-libqblock could build this library.
Functionalities:
1 create a new image.
2 sync access of an image.
3 basic image information retrieving such as backing file.
4 detect if a sector is allocated in an image.
Supported
Libqblock was placed in new directory ./libqblock, libtool will build
dynamic library there, source files of block layer remains in ./block.
So block related source code will generate 3 sets of binary, first is old
ones used in qemu, second and third are non PIC and PIC ones in ./libqblock.
GCC
Alon Levy writes:
> The target has not seen the guest_connected event via
> spice_chr_guest_open or spice_chr_write, and so spice server wrongly
> assumes there is no agent active, while the client continues to send
> motion events only by the agent channel, which the server ignores. The
> net ef
Public API design header files: libqblock.h, libqblock-error.h.
Public type define header files: libqblock-types.h.
Private internal used header files: libqblock-internal, libqblock-aio.h.
For ABI some reserved bytes are used in structure defines.
v11:
Moved API design into this patch.
Signed-off-by: Alon Levy
---
libcacard/Makefile | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/libcacard/Makefile b/libcacard/Makefile
index 7bce286..98c971d 100644
--- a/libcacard/Makefile
+++ b/libcacard/Makefile
@@ -1,3 +1,7 @@
+ifeq ($(BUILD_DIR),)
+ BUILD_D
This differs from qemu_chr_be_can_write in that it will return 1 as
long as the backend is connected, including when the backend is
connected but not available for receiving, as in the case of
virtio-serial where the guest ring may be full.
If no implementation is provided the backend reports alwa
Alon Levy writes:
> This differs from qemu_chr_be_can_write in that it will return 1 as
> long as the backend is connected, including when the backend is
> connected but not available for receiving, as in the case of
> virtio-serial where the guest ring may be full.
>
> If no implementation is pr
The target has not seen the guest_connected event via
spice_chr_guest_open or spice_chr_write, and so spice server wrongly
assumes there is no agent active, while the client continues to send
motion events only by the agent channel, which the server ignores. The
net effect is that the mouse is stat
于 2012-11-27 18:37, Dietmar Maurer 写道:
Just want to confirm something to understand it better:
you are backing up the block image not including VM memory state right? I
am considering a way to do live Savevm including memory and device state,
so wonder if you already had a solution for it.
Y
Il 28/11/2012 10:16, Alon Levy ha scritto:
> diff --git a/roms/openbios b/roms/openbios
> index f095c85..d1d2787 16
> --- a/roms/openbios
> +++ b/roms/openbios
> @@ -1 +1 @@
> -Subproject commit f095c858136896d236931357b8d597f407286f71
> +Subproject commit d1d2787f87167edf487a60e61b9168514d5a74
Signed-off-by: Alon Levy
---
hw/virtio-serial-bus.c | 9 +
hw/virtio-serial.h | 5 +
2 files changed, 14 insertions(+)
diff --git a/hw/virtio-serial-bus.c b/hw/virtio-serial-bus.c
index ccce1fa..9147497 100644
--- a/hw/virtio-serial-bus.c
+++ b/hw/virtio-serial-bus.c
@@ -290,6 +2
1 - 100 of 116 matches
Mail list logo