On 2 November 2012 16:04, Andreas Färber wrote:
> Am 02.11.2012 15:54, schrieb Peter Maydell:
>> Commit a93a4a2 changed the names of some fields in DisplayChangeListener
>> and broke compilation of the cocoa UI. Update to the new names.
>>
>> Signed-off-by: Peter Maydell
>
> Reviewed-by: Andreas
Il 02/11/2012 16:17, Gerd Hoffmann ha scritto:
> On 11/02/12 16:13, Paolo Bonzini wrote:
>>> >> Hi,
>>> >>
>>> I think deferring IRQ events to the point when the complete vmstate
>>> is loaded is the cleaner and more robust approach.
>>> >>
>>> >> Agree. Just schedule a bh in post_load.
On 11/01/2012 11:24 PM, Isaku Yamahata wrote:
>>> +++ b/qapi-schema.json
>>> @@ -2095,7 +2095,8 @@
>>> ##
>>> { 'command': 'migrate',
>>>'data': {'uri': 'str', '*blk': 'bool', '*inc': 'bool', '*detach': 'bool'
>>> ,
>>> - '*postcopy': 'bool', '*nobg': 'bool'} }
>>> + '*po
Original Message
Subject: buildbot failure in qemu on openbsd-default
Date: Thu, 01 Nov 2012 21:12:01 +0100
From: build...@spunk.home.kraxel.org
To: kraxel...@gmail.com
The Buildbot has detected a failed build on builder openbsd-default
while building qemu.
Full details are ava
On Fri, Nov 2, 2012 at 7:08 AM, Stefan Hajnoczi wrote:
> Anthony, your buildslave is missing a package:
Thanks.
> ERROR: pixman not present. Your options:
> (1) Prefered: Install the pixman devel package (any recent
> distro should have packages as Xorg needs pixman too).
Done.
> (2)
Am 31.10.2012 10:40, schrieb Marcelo Tosatti:
> From: Eduardo Habkost
>
> Change the kvm_cpu_fill_host() function to use
> kvm_arch_get_supported_cpuid() instead of running the CPUID instruction
> directly, when checking for supported CPUID features.
>
> This should solve two problems at the sam
On 11/02/2012 09:00 AM, Kuniyasu Suzaki wrote:
>> You are not the first to request this - libvirt would also like the
>> ability to have read-only access into the contents of an internal
>> snapshot while the rest of qemu continues to write into the image.
>
> Do you mean that libvirt can change t
On 11/02/2012 09:18 AM, Kuniyasu Suzaki wrote:
>> 1. Make the original image read-only accessible over NFS.
>> 2. Modify QEMU to create two external snapshot files when the VM is
>> paused for migration (during your fork operation):
>>
>> /host-a/original.qcow2
>> /host-a/new.qcow2 (backing file: /
Hi,
> (I have a philosophical preference for compile fixes being applied
> directly and quickly to master but my opinion on that matter is
> not particularly significant :-))
/me too. Build fixes should go in on the fast track. First because a
broken build is annonying. Second because buildb
Am 02.11.2012 08:44, schrieb Gerd Hoffmann:
> Console cleanup series renamed dpy_resize and dpy_update all over the
> tree, but hw/xenfb.c was forgotten. Update it too so it builds again.
>
> Reported-by: Jan Kiszka
> Signed-off-by: Gerd Hoffmann
Acked-by: Andreas Färber
Andreas
--
SUSE LI
Hi,
Am 02.11.2012 16:41, schrieb Gerd Hoffmann:
>> (I have a philosophical preference for compile fixes being applied
>> directly and quickly to master but my opinion on that matter is
>> not particularly significant :-))
>
> /me too. Build fixes should go in on the fast track. First because a
Am 02.11.2012 16:34, schrieb Andreas Färber:
> Am 31.10.2012 10:40, schrieb Marcelo Tosatti:
>> From: Eduardo Habkost
>>
>> Change the kvm_cpu_fill_host() function to use
>> kvm_arch_get_supported_cpuid() instead of running the CPUID instruction
>> directly, when checking for supported CPUID featu
block/vpc: Initialize the uuid field in the footer with a generated uuid.
Signed-off-by: Charles Arnold
diff --git a/block/vpc.c b/block/vpc.c
index b6bf52f..f14c6ae 100644
--- a/block/vpc.c
+++ b/block/vpc.c
@@ -26,6 +26,9 @@
#include "block_int.h"
#include "module.h"
#include "migration.h"
On Fri, Nov 02, 2012 at 04:34:00PM +0100, Andreas Färber wrote:
> Am 31.10.2012 10:40, schrieb Marcelo Tosatti:
> > From: Eduardo Habkost
> >
> > Change the kvm_cpu_fill_host() function to use
> > kvm_arch_get_supported_cpuid() instead of running the CPUID instruction
> > directly, when checking
Am 01.11.2012 20:33, schrieb Anthony Liguori:
> Gerd Hoffmann writes:
>
>> Hi,
>>
>> Sitting on these too long already. Series has been on the list a while
>> back, only splitted into two parts (separate "console cleanups" series
>> carrying patches 1-8). Patch 11 was updated according to Pao
Andreas Färber writes:
> Hi,
>
> Am 02.11.2012 16:41, schrieb Gerd Hoffmann:
>>> (I have a philosophical preference for compile fixes being applied
>>> directly and quickly to master but my opinion on that matter is
>>> not particularly significant :-))
>>
>> /me too. Build fixes should go in o
I think this one is you Paolo...
Regards,
ANthony Liguori
Gerd Hoffmann writes:
> Original Message
> Subject: buildbot failure in qemu on openbsd-default
> Date: Thu, 01 Nov 2012 21:12:01 +0100
> From: build...@spunk.home.kraxel.org
> To: kraxel...@gmail.com
>
> The Buildbot
This fixes the following:
target-i386/cpu.o: In function `kvm_cpu_fill_host':
target-i386/cpu.c:783: undefined reference to `kvm_state'
I didn't notice the problem before because GCC was optimizing the entire
kvm_cpu_fill_host() function out (because all calls are conditional on
kvm_enabled())
Am 02.11.2012 17:14, schrieb Andreas Färber:
> Am 01.11.2012 20:33, schrieb Anthony Liguori:
>> Gerd Hoffmann writes:
>>
>>> Hi,
>>>
>>> Sitting on these too long already. Series has been on the list a while
>>> back, only splitted into two parts (separate "console cleanups" series
>>> carrying
Am 02.11.2012 17:25, schrieb Eduardo Habkost:
> This fixes the following:
> target-i386/cpu.o: In function `kvm_cpu_fill_host':
> target-i386/cpu.c:783: undefined reference to `kvm_state'
>
> I didn't notice the problem before because GCC was optimizing the entire
> kvm_cpu_fill_host() functio
Hello,
Here's a build fix for {i386,x86_64}-linux-user. Please pull.
Regards,
Andreas
The following changes since commit 4ba79505f43bd0ace35c3fe42197eb02e7e0478e:
Merge remote-tracking branch 'kraxel/pixman.v3' into staging (2012-11-01
11:14:39 -0500)
are available in the git repository at
From: Eduardo Habkost
This fixes the following:
target-i386/cpu.o: In function `kvm_cpu_fill_host':
target-i386/cpu.c:783: undefined reference to `kvm_state'
I didn't notice the problem before because GCC was optimizing the entire
kvm_cpu_fill_host() function out (because all calls are condi
Anthony,
The following changes since commit 4ba79505f43bd0ace35c3fe42197eb02e7e0478e:
Merge remote-tracking branch 'kraxel/pixman.v3' into staging (2012-11-01
11:14:39 -0500)
are available in the git repository at:
git://github.com/bonzini/qemu.git migr-coroutine
for you to fetch changes
migrate_fd_cleanup will usually close the file descriptor via
buffered_file_close's call to migrate_fd_close. However, in the case
of s->file == NULL it is "inlining" migrate_fd_close (almost: there is a
direct close() instead of using s->close(s)). To fix the inconsistency
and clean up the code,
No need to test s->fd again, it is tested in the caller.
Reviewed-by: Orit Wasserman
Signed-off-by: Paolo Bonzini
---
migration-exec.c | 14 ++
migration-fd.c | 33 +++--
migration-tcp.c | 7 ++-
migration-unix.c | 7 ++-
4 file modificati, 2
Il 02/11/2012 17:22, Anthony Liguori ha scritto:
>
> I think this one is you Paolo...
Yup, 5-patch series already on the list and smoke-tested by Peter on Mac
OS X (which has the same problem).
Paolo
Reviewed-by: Orit Wasserman
Signed-off-by: Paolo Bonzini
---
buffered_file.c | 13 ---
qemu-file.h | 16 +
savevm.c| 108 +++-
3 file modificati, 79 inserzioni(+), 58 rimozioni(-)
diff --git a/buffered_file.c b/buffer
From: Andre Przywara
Two patches to provide support for new Opteron processors. The first
patch was submitted earlier
(http://lists.nongnu.org/archive/html/qemu-devel/2012-10/msg03058.html)
and may have already been applied.
Andre Przywara (2):
x86/cpu: name new CPUID bits
x86/cpu: add new
From: Andre Przywara
Update QEMU's knowledge of CPUID bit names. This allows to
enable/disable those new features on QEMU's command line when
using KVM and prepares future feature enablement in QEMU.
This adds F16C, RDRAND, LWP, TBM, TopoExt, PerfCtr_Core, PerfCtr_NB,
FSGSBASE, BMI1, AVX2, BMI2,
From: Andre Przywara
Add a new base CPU model called Opteron_G5 to model the latest
Opteron CPUs. This increases the model value and model numbers and
adds TBM, F16C and FMA over the latest G4 model.
Signed-off-by: Andre Przywara
Signed-off-by: Boris Ostrovsky
---
target-i386/cpu.c | 32 +++
Reviewed-by: Orit Wasserman
Signed-off-by: Paolo Bonzini
---
migration-exec.c | 4 ++--
migration-fd.c | 2 +-
qemu-file.h | 1 -
savevm.c | 11 ---
4 file modificati, 3 inserzioni(+), 15 rimozioni(-)
diff --git a/migration-exec.c b/migration-exec.c
index 519af57..452b
Windows requires this. Migration does not quite work under Windows
but let's be uniform across QEMU.
Reviewed-by: Orit Wasserman
Signed-off-by: Paolo Bonzini
---
migration-tcp.c | 6 +++---
1 file modificato, 3 inserzioni(+), 3 rimozioni(-)
diff --git a/migration-tcp.c b/migration-tcp.c
index
Now that qemu_fseek does not exist anymore, there is no reason to do
an fseek before fread/fwrite when operating on an stdio file.
Thus, unify the get/put_buffer callbacks used by qemu_fopen
with those used for pipes.
Reviewed-by: Orit Wasserman
Signed-off-by: Paolo Bonzini
---
savevm.c | 19 ++
This will never happen right now (the assertion would fail). The
next patch will set the socket or pipe in non-blocking mode, thus
enabling this part of the code.
Coroutines can just stop whenever they want with qemu_coroutine_yield.
As soon as select tells the main loop that the migration stream
Reviewed-by: Orit Wasserman
Signed-off-by: Paolo Bonzini
---
buffered_file.c | 8
qemu-file.h | 6 ++
savevm.c| 27 +++
3 file modificati, 41 inserzioni(+)
diff --git a/buffered_file.c b/buffered_file.c
index a5c0b12..bd0f61d 100644
--- a/buffe
The final part of incoming migration, which now consists of
process_incoming_migration for all protocols, is thus made non-blocking.
Reviewed-by: Orit Wasserman
Signed-off-by: Paolo Bonzini
---
migration.c | 21 -
1 file modificato, 20 inserzioni(+). 1 rimozione(-)
diff --g
This is no technical reason (anymore) for copying the ISA BIOS from the
original region. Instead, refactor pc_isa_bios_init to serve both pflash
and old-style BIOS setup.
Unfortunately, the previous RAM-backed version created an additional
vmstate section, content-wise redundant to the BIOS, but w
The common suffix is now just process_incoming_migration.
Reviewed-by: Orit Wasserman
Signed-off-by: Paolo Bonzini
---
migration-exec.c | 1 -
migration-fd.c | 1 -
migration-tcp.c | 1 -
migration-unix.c | 1 -
migration.c | 6 +-
5 file modificati, 5 inserzioni(+), 5 rimozioni(-)
The common suffix now is process_incoming_migration+qemu_fclose.
Reviewed-by: Orit Wasserman
Signed-off-by: Paolo Bonzini
---
migration-tcp.c | 2 ++
migration-unix.c | 2 ++
savevm.c | 1 +
3 file modificati, 5 inserzioni(+)
diff --git a/migration-tcp.c b/migration-tcp.c
index bb27ce
A first step towards making a common "suffix" for all migration protocols,
and moving it to process_incoming_migration.
Reviewed-by: Orit Wasserman
Signed-off-by: Paolo Bonzini
---
migration-exec.c | 2 +-
migration-fd.c | 2 +-
migration-tcp.c | 7 +++
migration-unix.c | 7 +++
4 fi
Hi,
I wanted to update everyone on the qemu.org DNS status. This morning it
was reported that the two nameservers that qemu.org is configured to use
are down. I do not have access to the DNS records for qemu.org as they
are graciously donated by a third party.
I've contacted the owner of the r
Gerd Hoffmann writes:
> Console cleanup series renamed dpy_resize and dpy_update all over the
> tree, but hw/xenfb.c was forgotten. Update it too so it builds again.
>
> Reported-by: Jan Kiszka
> Signed-off-by: Gerd Hoffmann
Applied. Thanks.
Regards,
Anthony Liguori
> ---
> hw/xenfb.c |
Paolo Bonzini writes:
> Anthony,
>
> The following changes since commit 4ba79505f43bd0ace35c3fe42197eb02e7e0478e:
>
> Merge remote-tracking branch 'kraxel/pixman.v3' into staging (2012-11-01
> 11:14:39 -0500)
>
> are available in the git repository at:
Pulled. Thanks.
Regards,
Anthony Liguo
Andreas Färber writes:
> Hello,
>
> Here's a build fix for {i386,x86_64}-linux-user. Please pull.
Pulled. Thanks.
Regards,
Anthony Liguori
>
> Regards,
> Andreas
>
>
> The following changes since commit 4ba79505f43bd0ace35c3fe42197eb02e7e0478e:
>
> Merge remote-tracking branch 'kraxel/pixma
Peter Maydell writes:
> Commit a93a4a2 changed the names of some fields in DisplayChangeListener
> and broke compilation of the cocoa UI. Update to the new names.
>
> Signed-off-by: Peter Maydell
Applied. Thanks.
Regards,
Anthony Liguori
> ---
> ui/cocoa.m | 4 ++--
> 1 file changed, 2 inse
On Fri, Nov 2, 2012 at 4:14 PM, Paolo Bonzini wrote:
> clang now warns about an unused function:
> CCblock/raw-posix.o
> block/raw-posix.c:707:26: warning: unused function paio_ioctl
> [-Wunused-function]
> static BlockDriverAIOCB *paio_ioctl(BlockDriverState *bs, int fd,
>
On Fri, Nov 2, 2012 at 3:48 PM, Michael S. Tsirkin wrote:
> On Fri, Nov 02, 2012 at 11:18:18AM +0100, Stefan Hajnoczi wrote:
>> On Thu, Nov 1, 2012 at 5:07 PM, Michael S. Tsirkin wrote:
>> > Commit 0d8d7690850eb0cf2b2b60933cf47669a6b6f18f introduced
>> > a regression in virtio-net performance bec
Cc: Paolo Bonzini
Signed-off-by: Anthony Liguori
---
qemu-timer.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/qemu-timer.c b/qemu-timer.c
index 7b2217a..8d9cf38 100644
--- a/qemu-timer.c
+++ b/qemu-timer.c
@@ -30,6 +30,9 @@
#include "hw/hw.h"
#include "qemu-timer.h"
+#ifdef CONFIG
I tested that flash device still works and the alias works with the
flash device.
I *did not* test vm state save/restore/migration.
Reviewed-by: Jordan Justen
On Fri, Nov 2, 2012 at 11:55 AM, Jan Kiszka wrote:
> This is no technical reason (anymore) for copying the ISA BIOS from the
> original
On Tuesday, October 23, 2012 03:55:31 AM Eduardo Otubo wrote:
> This patch includes a second whitelist right before the main loop. It's
> a smaller and more restricted whitelist, excluding execve() among many
> others.
>
> v2: * ctx changed to main_loop_ctx
> * seccomp_on now inside ifdef
>
On 11/02/2012 05:29 PM, Paul Moore wrote:
On Tuesday, October 23, 2012 03:55:31 AM Eduardo Otubo wrote:
This patch includes a second whitelist right before the main loop. It's
a smaller and more restricted whitelist, excluding execve() among many
others.
v2: * ctx changed to main_loop_ctx
Paul Moore writes:
> On Tuesday, October 23, 2012 03:55:31 AM Eduardo Otubo wrote:
>> This patch includes a second whitelist right before the main loop. It's
>> a smaller and more restricted whitelist, excluding execve() among many
>> others.
>>
>> v2: * ctx changed to main_loop_ctx
>> * sec
On Friday, November 02, 2012 06:00:29 PM Corey Bryant wrote:
> On 11/02/2012 05:29 PM, Paul Moore wrote:
> > On Tuesday, October 23, 2012 03:55:31 AM Eduardo Otubo wrote:
> >> This patch includes a second whitelist right before the main loop. It's
> >> a smaller and more restricted whitelist, exclu
The Buildbot has detected a new failure on builder default_mingw32 while
building qemu.
Full details are available at:
http://buildbot.b1-systems.de/qemu/builders/default_mingw32/builds/424
Buildbot URL: http://buildbot.b1-systems.de/qemu/
Buildslave for this Build: kraxel_rhel61
Build Reason:
We have some plans to migrate old enterprise/control systems which
require low latency (msec order) to kvm virtualized environment.
In order to satisfy the requirements, this patch adds realtime option
to qemu:
-realtime maxprio=,policy=
This option change the scheduling policy and priority to r
On Sat, Nov 3, 2012 at 2:11 AM, wrote:
> The Buildbot has detected a new failure on builder default_mingw32 while
> building qemu.
> Full details are available at:
> http://buildbot.b1-systems.de/qemu/builders/default_mingw32/builds/424
Hi Daniel,
The DNS for qemu.org is down. Anthony Liguori
101 - 156 of 156 matches
Mail list logo