On 2015-03-03 18:00:09, Paolo Bonzini wrote:
>
> On 03/03/2015 07:52, Zhang Haoyu wrote:
> > Hi,
> > If introducing bitmap to bdrv_commit to track dirty sector,
> > could we implement guest non-disruption while performing commit?
>
> That is already implemented. It uses the same code that imple
I have forgot to said that we don't setup pooling interval manually. (which
seem to works fine without -machine)
Now,if I setup guest-stats-polling-interval with qom-set,
it seem to works fine with -machine option.
- Mail original -
De: "aderumier"
À: "qemu-devel" , "Luiz Capitulino"
"Michael S. Tsirkin" writes:
> virtio spec requires that all drivers set DRIVER_OK
> before using devices. While rpmsg isn't yet
> included in the virtio 1 spec, previous spec versions
> also required this.
>
> virtio rpmsg violates this rule: is calls kick
> before setting DRIVER_OK.
>
> The fix
On Fri, Mar 6, 2015 at 8:18 PM, Cornelia Huck
wrote:
On Thu, 5 Mar 2015 13:48:42 +0800
Jason Wang wrote:
Instead of depending on marco, switch to use a bus specific queue
limit. Left is AdapterRouters->gsi[], this could be done in the
future
if we want to increase s390's queue limit
"Michael S. Tsirkin" writes:
> Hi Rusty!
> There are a bunch of (mostly virtio 1.0 related) fixes for virtio
> that need to go into 4.0 I think.
> virtio_blk: typo fix
> virtio_blk: fix comment for virtio 1.0
OK, I've added these two. I tend to be overcautious after the merge
window.
On Fri, Mar 6, 2015 at 8:27 PM, Cornelia Huck
wrote:
On Thu, 5 Mar 2015 13:48:43 +0800
Jason Wang wrote:
Cc: Amit Shah
Signed-off-by: Jason Wang
---
hw/char/virtio-serial-bus.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/hw/char/virtio-serial-bus.c
b/
On Fri, Mar 6, 2015 at 8:28 PM, Cornelia Huck
wrote:
On Thu, 5 Mar 2015 13:48:45 +0800
Jason Wang wrote:
Instead of depending on a macro, switch to use a bus specific queue
limit.
Cc: Anthony Liguori
Cc: Michael S. Tsirkin
Signed-off-by: Jason Wang
---
hw/virtio/virtio-pci.c
On 09/03/2015 08:03, Zhang Haoyu wrote:
>
> On 2015-03-03 18:00:09, Paolo Bonzini wrote:
>>
>> On 03/03/2015 07:52, Zhang Haoyu wrote:
>>> Hi,
>>> If introducing bitmap to bdrv_commit to track dirty sector,
>>> could we implement guest non-disruption while performing commit?
>>
>> That is alread
On Fri, Mar 6, 2015 at 8:55 PM, Cornelia Huck
wrote:
On Thu, 5 Mar 2015 13:48:46 +0800
Jason Wang wrote:
Currently we will try to traverse all virtqueues to find a subset
that
using a specific vector. This is sub optimal when we will support
hundreds or even thousands of virtqueues. S
On So, 2015-03-08 at 13:16 +0200, Marcel Apfelbaum wrote:
> Notes:
> - Sorry for the late submission, I was waiting for dynamic ACPI series to
> get merged
>in order to submit - my bad.
> - The prev version (v2) was wrongfully tagged by me as RFC, it was actually
> ready but not
>rebase
On Fri, Mar 6, 2015 at 8:13 PM, Cornelia Huck
wrote:
On Thu, 5 Mar 2015 13:48:41 +0800
Jason Wang wrote:
Instead of depending on marco, using a bus specific limit.
Cc: Alexander Graf
Cc: Cornelia Huck
Cc: Christian Borntraeger
Cc: Richard Henderson
Signed-off-by: Jason Wang
Am 05.03.2015 um 16:56 schrieb Jens Freimann:
[...]
> --- a/linux-headers/linux/kvm.h
> +++ b/linux-headers/linux/kvm.h
> @@ -1094,7 +1094,6 @@ struct kvm_s390_ucas_mapping {
> #define KVM_SET_DEVICE_ATTR_IOW(KVMIO, 0xe1, struct kvm_device_attr)
> #define KVM_GET_DEVICE_ATTR_IOW(KVMIO,
On 2015/3/8 19:16, Marcel Apfelbaum wrote:
> Add encoding for ACPI DefOr Opcode.
>
> Reviewed-by: Igor Mammedov
> Signed-off-by: Marcel Apfelbaum
> ---
> hw/acpi/aml-build.c | 10 ++
> include/hw/acpi/aml-build.h | 1 +
> 2 files changed, 11 insertions(+)
>
> diff --git a/hw/a
On Mon, 09 Mar 2015 15:32:51 +0800
Jason Wang wrote:
>
>
> On Fri, Mar 6, 2015 at 8:28 PM, Cornelia Huck
> wrote:
> > On Thu, 5 Mar 2015 13:48:45 +0800
> > Jason Wang wrote:
> >
> >> Instead of depending on a macro, switch to use a bus specific queue
> >> limit.
> >>
> >> Cc: Anthony
On 2015/3/8 19:16, Marcel Apfelbaum wrote:
> Add encoding for ACPI DefLLess Opcode.
>
> Reviewed-by: Igor Mammedov
> Signed-off-by: Marcel Apfelbaum
Reviewed-by: Shannon Zhao
> ---
> hw/acpi/aml-build.c | 9 +
> include/hw/acpi/aml-build.h | 1 +
> 2 files changed, 10 insertio
On 2015/3/8 19:16, Marcel Apfelbaum wrote:
> Add encoding for ACPI DefIncrement Opcode.
>
> Reviewed-by: Igor Mammedov
> Signed-off-by: Marcel Apfelbaum
> ---
> hw/acpi/aml-build.c | 8
> include/hw/acpi/aml-build.h | 1 +
> 2 files changed, 9 insertions(+)
>
> diff --git a/
Hi John, Vladimir
We can using active block commit to implement incremental backup without guest
disruption,
e.g.,
origin <= A <= B <= C <= current BDS,
a new external snapshot will be produced before every time backup,
we can migrate A, B, C, ... to destination,
then commit_active_start() the
On 2015/3/8 19:16, Marcel Apfelbaum wrote:
> Add encoding for ACPI DefIncrement Opcode.
>
> Reviewed-by: Igor Mammedov
> Signed-off-by: Marcel Apfelbaum
Reviewed-by: Shannon Zhao
> ---
> hw/acpi/aml-build.c | 8
> include/hw/acpi/aml-build.h | 1 +
> 2 files changed, 9 insert
On 2015/3/8 19:16, Marcel Apfelbaum wrote:
> Add encoding for ACPI DefWhile Opcode.
>
> Reviewed-by: Igor Mammedov
> Signed-off-by: Marcel Apfelbaum
Reviewed-by: Shannon Zhao
> ---
> hw/acpi/aml-build.c | 8
> include/hw/acpi/aml-build.h | 1 +
> 2 files changed, 9 insertions
On Mon, Mar 09, 2015 at 05:39:20PM +1030, Rusty Russell wrote:
> "Michael S. Tsirkin" writes:
> > virtio spec requires that all drivers set DRIVER_OK
> > before using devices. While rpmsg isn't yet
> > included in the virtio 1 spec, previous spec versions
> > also required this.
> >
> > virtio rpm
On 7 March 2015 at 21:38, Max Filippov wrote:
> Hi Peter,
>
> please pull my current queue for xtensa.
>
> The following changes since commit 3539bbb93e944ffde31c61c369ea9eedcc5697a6:
>
> Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150302.0'
> into staging (2015-03-04 14:3
Am 05.03.2015 um 16:56 schrieb Jens Freimann:
> From: Dominik Dingel
>
> With "KVM: s390: Allow userspace to limit guest memory size" KVM is able to
> do some optimizations based on the guest memory limit.
>
> The guest memory limit is computed by the initial definition and with the
> notion of
On Sat, Mar 07, 2015 at 08:06:56PM +0100, Michael S. Tsirkin wrote:
> virtio spec requires that all drivers set DRIVER_OK
> before using devices. While rpmsg isn't yet
> included in the virtio 1 spec, previous spec versions
> also required this.
>
> virtio rpmsg violates this rule: is calls kick
>
On Mon, Mar 09, 2015 at 08:48:57AM +0100, Christian Borntraeger wrote:
> Am 05.03.2015 um 16:56 schrieb Jens Freimann:
> [...]
> > --- a/linux-headers/linux/kvm.h
> > +++ b/linux-headers/linux/kvm.h
> > @@ -1094,7 +1094,6 @@ struct kvm_s390_ucas_mapping {
> > #define KVM_SET_DEVICE_ATTR _
On Sun, Mar 08, 2015 at 02:46:28PM -0400, Kevin O'Connor wrote:
> On Sun, Mar 08, 2015 at 07:34:34PM +0100, Michael S. Tsirkin wrote:
> > On Sun, Mar 08, 2015 at 12:13:40PM -0400, Kevin O'Connor wrote:
> > > If I read this correctly, it looks like a machine with two root buses
> > > and 20 devices,
On Mon, 09 Mar 2015 17:43:19 +1030
Rusty Russell wrote:
> "Michael S. Tsirkin" writes:
> > virtio-balloon: do not call blocking ops when !TASK_RUNNING
> >
> > Rusty, it seems you prefer a different fix for this issue,
> > while Cornelia prefers mine. Maybe both me and Cornelia misunderstand
* Wen Congyang (we...@cn.fujitsu.com) wrote:
> On 03/07/2015 02:30 AM, Dr. David Alan Gilbert wrote:
> > * zhanghailiang (zhang.zhanghaili...@huawei.com) wrote:
> >> On 2015/3/5 21:31, Dr. David Alan Gilbert (git) wrote:
> >>> From: "Dr. David Alan Gilbert"
> >>
> >> Hi Dave,
> >>
> >>>
> >>> Hi,
On 03/09/2015 04:55 PM, Dr. David Alan Gilbert wrote:
> * Wen Congyang (we...@cn.fujitsu.com) wrote:
>> On 03/07/2015 02:30 AM, Dr. David Alan Gilbert wrote:
>>> * zhanghailiang (zhang.zhanghaili...@huawei.com) wrote:
On 2015/3/5 21:31, Dr. David Alan Gilbert (git) wrote:
> From: "Dr. Davi
On Mon, Mar 9, 2015 at 4:04 PM, Cornelia Huck
wrote:
On Mon, 09 Mar 2015 15:32:51 +0800
Jason Wang wrote:
On Fri, Mar 6, 2015 at 8:28 PM, Cornelia Huck
wrote:
> On Thu, 5 Mar 2015 13:48:45 +0800
> Jason Wang wrote:
>
>> Instead of depending on a macro, switch to use a bus s
On 8 March 2015 at 17:44, Alexander Graf wrote:
> Hi Peter,
>
> This is my current patch queue for ppc. Please pull.
>
> Alex
>
>
> The following changes since commit 3539bbb93e944ffde31c61c369ea9eedcc5697a6:
>
> Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150302.0'
> int
On 03/09/2015 09:43 AM, Gerd Hoffmann wrote:
On So, 2015-03-08 at 13:16 +0200, Marcel Apfelbaum wrote:
Notes:
- Sorry for the late submission, I was waiting for dynamic ACPI series to get
merged
in order to submit - my bad.
- The prev version (v2) was wrongfully tagged by me as RFC, it
On 03/09/2015 09:58 AM, Shannon Zhao wrote:
On 2015/3/8 19:16, Marcel Apfelbaum wrote:
Add encoding for ACPI DefOr Opcode.
Reviewed-by: Igor Mammedov
Signed-off-by: Marcel Apfelbaum
---
hw/acpi/aml-build.c | 10 ++
include/hw/acpi/aml-build.h | 1 +
2 files changed, 11 in
On Sat, 7 Mar 2015 20:51:33 +0100
"Michael S. Tsirkin" wrote:
> this code:
> aml_append(foo, bar);
>
> might, non-intuitively, modify bar, which means that e.g. the following
> might not DTRT:
>
> c = ;
> aml_append(a, c);
> aml_append(b, c);
>
> to fix, simply allocate an
Am 04.03.2015 um 16:37 schrieb Michael S. Tsirkin:
> On Wed, Mar 04, 2015 at 02:16:15PM +, Eric Auger wrote:
>> virtio_ring.h now includes virtio_types.h. update-linux-headers.sh
>> now exports this latter.
>>
>> Signed-off-by: Eric Auger
>
> This is already included in my tree, but in a diff
There is already a helper function ram_bytes_total(), we can use it to
help counting the total number of pages used by ram blocks.
Signed-off-by: zhanghailiang
---
arch_init.c | 8 +---
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/arch_init.c b/arch_init.c
index 691b5e2..b22e
On Mon, Mar 09, 2015 at 10:27:15AM +0100, Igor Mammedov wrote:
> On Sat, 7 Mar 2015 20:51:33 +0100
> "Michael S. Tsirkin" wrote:
>
> > this code:
> > aml_append(foo, bar);
> >
> > might, non-intuitively, modify bar, which means that e.g. the following
> > might not DTRT:
> >
> > c = ...
On 08/03/15 21:05, Alexander Graf wrote:
>> Am 08.03.2015 um 17:03 schrieb Mark Cave-Ayland
>> :
>>
>>> On 08/03/15 20:48, Alexander Graf wrote:
>>>
On 08.03.15 06:57, Mark Cave-Ayland wrote:
> On 08/03/15 10:31, Peter Maydell wrote:
>
> On 8 March 2015 at 19:04, Mark Cave-Ayland
On Sun, 8 Mar 2015 16:22:38 +0100
"Michael S. Tsirkin" wrote:
> Opcodes are raw bytes, they shouldn't be added
> using build_append_int. This only happens to work
> with 0 and 1 opcodes.
>
> Signed-off-by: Michael S. Tsirkin
Reviewed-by: Igor Mammedov
> ---
> hw/acpi/aml-build.c | 6 +++---
>
On Mon, 9 Mar 2015 10:30:31 +0100
"Michael S. Tsirkin" wrote:
> On Mon, Mar 09, 2015 at 10:27:15AM +0100, Igor Mammedov wrote:
> > On Sat, 7 Mar 2015 20:51:33 +0100
> > "Michael S. Tsirkin" wrote:
> >
> > > this code:
> > > aml_append(foo, bar);
> > >
> > > might, non-intuitively, modify b
On Sa, 2015-03-07 at 03:39 +0100, Kővágó Zoltán wrote:
> hi,
>
> i'm thinking about doing a gsoc this year, and i'm interested if you
> have any opinions on my idea. (i hope i'm not late for this...)
Should not be too late for this, deadline is a week out.
> currently the audio system in qemu i
On Mon, Mar 09, 2015 at 02:27:46PM +0800, Chen, Tiejun wrote:
[...]
> >>+
> >>+FILE *f = fopen(pci_device_vendor_path, "r");
> >>+if (!f) {
> >>+LOGE(ERROR,
> >>+ "pci device "PCI_BDF" does not have vendor attribute",
> >>+ pcidev->domain, pcidev->bus, pcidev
On Mon, Mar 09, 2015 at 02:50:42PM +0800, Chen, Tiejun wrote:
> On 2015/3/6 20:59, Wei Liu wrote:
> >On Fri, Mar 06, 2015 at 05:18:36PM +0800, Chen, Tiejun wrote:
> >>On 2015/3/6 17:08, Tiejun Chen wrote:
> >>>Although we already have 'gfx_passthru' in b_info, this doesn' suffice
> >>>after we want
The current bios sits at location 0x7e0 in the guest RAM
and thus prevents loading of bigger ramdisks. By making the
image relocatable we can move it to the end of the RAM so that
it is getting out of the way.
Signed-off-by: Thomas Huth
---
hw/s390x/ipl.c| 23 ++
Currently, our s390-ccw.img sits at the fix address 126 MiB in memory.
This has two big disadvantages: 1) We can not start guests with less
than 128 MiB RAM and 2) if the guest uses a really huge ramdisk > 126 MiB,
the s390-ccw BIOS gets overwritten and the boot silently crashes.
These two patches
On s390, we would like to load our "BIOS" s390-ccw.img to the end of the
RAM. Therefor we need the possibility to relocate the ELF file so that
it can also run from different addresses. This patch adds the necessary
code to the QEMU ELF loader function.
Signed-off-by: Thomas Huth
---
hw/core/loa
On Mon, Mar 09, 2015 at 02:45:36PM +0800, Chen, Tiejun wrote:
[...]
> >
> >>+exit (1);
> >>+}
> >>+} else if (!xlu_cfg_get_string(config, "gfx_passthru", &buf, 0)) {
> >>+if (libxl_gfx_passthru_kind_from_string(buf,
> >>&b_info->u.hvm.gfx_passthru_ki
On Mo, 2015-03-09 at 11:20 +0200, Marcel Apfelbaum wrote:
> On 03/09/2015 09:43 AM, Gerd Hoffmann wrote:
> > On So, 2015-03-08 at 13:16 +0200, Marcel Apfelbaum wrote:
> >> Notes:
> >> - Sorry for the late submission, I was waiting for dynamic ACPI series
> >> to get merged
> >> in order to s
On 03/09/2015 12:18 PM, Gerd Hoffmann wrote:
On Mo, 2015-03-09 at 11:20 +0200, Marcel Apfelbaum wrote:
On 03/09/2015 09:43 AM, Gerd Hoffmann wrote:
On So, 2015-03-08 at 13:16 +0200, Marcel Apfelbaum wrote:
Notes:
- Sorry for the late submission, I was waiting for dynamic ACPI series to
get
On Sun, 8 Mar 2015 13:16:03 +0200
Marcel Apfelbaum wrote:
> The DefLEqual op does not have a target operand. Remove it.
>
> Signed-off-by: Marcel Apfelbaum
Reviewed-by: Igor Mammedov
> ---
> hw/acpi/aml-build.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/hw/acpi/aml-build.c b/h
On Sun, 8 Mar 2015 13:16:07 +0200
Marcel Apfelbaum wrote:
> Add encoding for ACPI DefIndex Opcode.
>
> Signed-off-by: Marcel Apfelbaum
> ---
> hw/acpi/aml-build.c | 13 +
> include/hw/acpi/aml-build.h | 1 +
> 2 files changed, 14 insertions(+)
>
> diff --git a/hw/acpi/am
On Mon, Mar 09, 2015 at 11:39:57AM +0100, Igor Mammedov wrote:
> On Sun, 8 Mar 2015 13:16:07 +0200
> Marcel Apfelbaum wrote:
>
> > Add encoding for ACPI DefIndex Opcode.
> >
> > Signed-off-by: Marcel Apfelbaum
> > ---
> > hw/acpi/aml-build.c | 13 +
> > include/hw/acpi/aml
On Mon, Mar 09, 2015 at 11:28:22AM +0100, Igor Mammedov wrote:
> On Sun, 8 Mar 2015 13:16:03 +0200
> Marcel Apfelbaum wrote:
>
> > The DefLEqual op does not have a target operand. Remove it.
> >
> > Signed-off-by: Marcel Apfelbaum
> Reviewed-by: Igor Mammedov
>
> > ---
> > hw/acpi/aml-build
On 8 March 2015 at 20:00, Michael S. Tsirkin wrote:
> An incremental pull update, sent to fix clang warning in v5.
> The following 3 patches added on top:
> acpi: drop unused code
> aml-build: comment fix
> acpi-build: fix typo in comment
> Only tested this lightly, but I checked that
Am 09.03.2015 um 11:12 schrieb Thomas Huth:
> On s390, we would like to load our "BIOS" s390-ccw.img to the end of the
> RAM. Therefor we need the possibility to relocate the ELF file so that
> it can also run from different addresses. This patch adds the necessary
> code to the QEMU ELF loader fun
On 08/03/15 10:23, Peter Maydell wrote:
On 8 March 2015 at 04:18, Timothy Baldwin
wrote:
From ebcb08f4f4ed90c8557cafc02593360c59e10a49 Mon Sep 17 00:00:00 2001
From: Timothy E Baldwin
Date: Sat, 7 Mar 2015 18:42:41 +
Subject: [PATCH] Actually block signals that have been queued in TaskSt
On 9 March 2015 at 20:19, Timothy Baldwin
wrote:
>
> On 08/03/15 10:23, Peter Maydell wrote:
>>
>> On 8 March 2015 at 04:18, Timothy Baldwin
>> wrote:
>>>if (set) {
>>> -bool has_sigsegv = sigismember(set, SIGSEGV);
>>> val = *set;
>>> temp = &val;
>>> -
>>> -
On 03/09/2015 01:00 PM, Michael S. Tsirkin wrote:
On Mon, Mar 09, 2015 at 11:39:57AM +0100, Igor Mammedov wrote:
On Sun, 8 Mar 2015 13:16:07 +0200
Marcel Apfelbaum wrote:
Add encoding for ACPI DefIndex Opcode.
Signed-off-by: Marcel Apfelbaum
---
hw/acpi/aml-build.c | 13 +
Sorry for being late to the party, missed this set when it went out.
On Thu, Oct 30, 2014 at 05:52:44PM +, Peter Maydell wrote:
> On 30 October 2014 17:43, Alexander Spyridakis
> wrote:
> > Currently, the virt machine model generates Device Tree information
> > dynamically based on the exist
On Mon, 9 Mar 2015 12:04:51 +0100
"Michael S. Tsirkin" wrote:
> On Mon, Mar 09, 2015 at 11:28:22AM +0100, Igor Mammedov wrote:
> > On Sun, 8 Mar 2015 13:16:03 +0200
> > Marcel Apfelbaum wrote:
> >
> > > The DefLEqual op does not have a target operand. Remove it.
> > >
> > > Signed-off-by: Mar
On 9 March 2015 at 21:12, Leif Lindholm wrote:
> Sorry for being late to the party, missed this set when it went out.
You seem to be replying to an email thread which is now many
months old and at a part of the conversation which was obsoleted
by the subsequent discussion in this thread...
Summa
On 09.03.15 04:13, Peter Maydell wrote:
> On 8 March 2015 at 17:44, Alexander Graf wrote:
>> Hi Peter,
>>
>> This is my current patch queue for ppc. Please pull.
>>
>> Alex
>>
>>
>> The following changes since commit 3539bbb93e944ffde31c61c369ea9eedcc5697a6:
>>
>> Merge remote-tracking branch
On 02.03.15 00:46, Alexey Kardashevskiy wrote:
> This removes floppy disks support as it is not supported by any PPC64
> system anyway as the only way to have floppy disk on such systems would
> be an ISA bus and Linux kernels seems have never had such support.
>
> Signed-off-by: Alexey Kardashe
On 2015/3/9 20:28, Peter Maydell wrote:
> On 9 March 2015 at 21:12, Leif Lindholm wrote:
>> > Sorry for being late to the party, missed this set when it went out.
> You seem to be replying to an email thread which is now many
> months old and at a part of the conversation which was obsoleted
> by
On Tue, Mar 03, 2015 at 11:28:21AM +, Alex Bennée wrote:
>
> Christoffer Dall writes:
>
> > Hi Alex,
> >
> > Seems like you accidentally sent out two copies of this patch, hopefully
> > I'm reviewing the right one...
>
> Oops, perils of not wiping your output directory. I think it was just
On Sun, 8 Mar 2015 23:08:04 +0900
Peter Maydell wrote:
> On 5 March 2015 at 04:13, Luiz Capitulino wrote:
> > Hi,
> >
> > This pull request contains two series. A balloon series and memory hotplug
> > doc series. The balloon series is not totally QMP related, but it has
> > implications to libvi
On 9 March 2015 at 21:30, Alexander Graf wrote:
>
>
> On 09.03.15 04:13, Peter Maydell wrote:
>> On 8 March 2015 at 17:44, Alexander Graf wrote:
>>> Hi Peter,
>>>
>>> This is my current patch queue for ppc. Please pull.
>>>
>>> Alex
>>>
>>>
>>> The following changes since commit 3539bbb93e944ffd
Am 06.03.2015 um 18:16 hat Jeff Cody geschrieben:
> The block layer maintainership is being split up into smaller, more
> manageable pieces.
>
> I propose that I take over / assist with the following areas:
>
> * blockjobs
> * archipelago
> * curl
> * gluster
> * nfs
> * r
On Wed, Mar 04, 2015 at 02:35:52PM +, Alex Bennée wrote:
> From: Christoffer Dall
>
> The current code was negatively indexing the cpu state array and not
> synchronizing banked spsr register state with the current mode's spsr
> state, causing occasional failures with migration.
>
> Some mun
On Mon, 09 Mar 2015 12:11:49 +0100
Christian Borntraeger wrote:
> Am 09.03.2015 um 11:12 schrieb Thomas Huth:
> > On s390, we would like to load our "BIOS" s390-ccw.img to the end of the
> > RAM. Therefor we need the possibility to relocate the ELF file so that
> > it can also run from different
This will trigger the problem: vda has snapshot s1 with id "1", vdb
doesn't have s1 but has snapshot s2 with id "1"。When we want to run
command "virsh create s1", del_existing_snapshots() only deletes s1 in
vda, and bdrv_snapshot_create() tries to create vdb's snapshot s1 with
id "1", but id "1" al
On 9 March 2015 at 21:56, Christoffer Dall wrote:
> this function, however, is not used only when migration, but should
> generally cover the case where you want to synchronize QEMU's state into
> KVM's state, right? So while it may not be harmful in currently
> supported use cases, is there ever
On 09.03.15 08:30, Thomas Huth wrote:
> On Mon, 09 Mar 2015 12:11:49 +0100
> Christian Borntraeger wrote:
>
>> Am 09.03.2015 um 11:12 schrieb Thomas Huth:
>>> On s390, we would like to load our "BIOS" s390-ccw.img to the end of the
>>> RAM. Therefor we need the possibility to relocate the ELF f
On 09.03.15 08:16, Peter Maydell wrote:
> On 9 March 2015 at 21:30, Alexander Graf wrote:
>>
>>
>> On 09.03.15 04:13, Peter Maydell wrote:
>>> On 8 March 2015 at 17:44, Alexander Graf wrote:
Hi Peter,
This is my current patch queue for ppc. Please pull.
Alex
Public bug reported:
command line:
qemu-system-arm -semihosting -nographic -monitor null -serial null -no-reboot
-kernel build/fw/0HNFcomSLuP1_CUNIT.elf
output:
rom: requested regions overlap (rom phdr #6: build/fw/0HNFcomSLuP1_CUNIT.elf.
free=0x8001effc, addr=0x8001c000)
rom loading failed
I
Hi,
> My series is based on commit 09d219a. Try please on top of this commit.
Ok, that works. Going to play with that now ;)
thanks,
Gerd
Am 26.02.2015 um 00:06 hat John Snow geschrieben:
> This will enable the testing of high offsets without
> wasting a lot of disk space, and does not impact the
> previous tests.
>
> mkimg and mkqcow2 are added to libqos for other tests.
>
> Signed-off-by: John Snow
> ---
> tests/Makefile
This fixes a NULL pointer dereference in s390x-softmmu.
On pretty much all other architectures, creating an MMIO region calls
cpu_reload_memory_map. On s390, however, there are no MMIO regions
and everything is done via hypercalls.
Fixes: 9d82b5a792236db31a75b9db5c93af69ac07c7c5
Reported-by: Chr
On 03/09/2015 11:31 PM, Alexander Graf wrote:
On 02.03.15 00:46, Alexey Kardashevskiy wrote:
This removes floppy disks support as it is not supported by any PPC64
system anyway as the only way to have floppy disk on such systems would
be an ISA bus and Linux kernels seems have never had such s
On Mon, Mar 09, 2015 at 01:26:40PM +0100, Igor Mammedov wrote:
> On Mon, 9 Mar 2015 12:04:51 +0100
> "Michael S. Tsirkin" wrote:
>
> > On Mon, Mar 09, 2015 at 11:28:22AM +0100, Igor Mammedov wrote:
> > > On Sun, 8 Mar 2015 13:16:03 +0200
> > > Marcel Apfelbaum wrote:
> > >
> > > > The DefLEqua
On 03/03/2015 00:29, Stefan Hajnoczi wrote:
> This series makes kvm_stat easier to learn for newcomers by adding a man page
> and text UI column headers.
>
> Stefan Hajnoczi (2):
> kvm_stat: add column headers to text UI
> kvm_stat: add kvm_stat.1 man page
>
> Makefile |
On Mon, Mar 09, 2015 at 09:28:05PM +0900, Peter Maydell wrote:
> On 9 March 2015 at 21:12, Leif Lindholm wrote:
> > Sorry for being late to the party, missed this set when it went out.
>
> You seem to be replying to an email thread which is now many
> months old and at a part of the conversation
I discovered a problem when trying to build QEMU statically with gcc.
libm is an element of LIBS while libpixman-1 is an element in
libs_softmmu. Libpixman references functions in libm, so the original
ordering makes linking fail.
This fix is to reorder $libs_softmmu and $LIBS to make -lm appear a
From: "Jason J. Herne"
Synchronizes the guest TOD clock across a migration by sending the guest TOD
clock value to the destination system. If the guest TOD clock is not preserved
across a migration then the guest's view of time will snap backwards if the
destination host clock is behind the sourc
Hi,
> > is it a viable idea, or i should scrap it altogether?
>
> Sounds good, go ahead, I can mentor this.
Draft added to wiki page:
http://qemu-project.org/Google_Summer_of_Code_2015#QEMU_audio_backend
Drop me a note when you think this needs changes.
cheers,
Gerd
clang undefined behaviour sanitizer reports:
> hw/pci/shpc.c:162:27: runtime error: left shift of 1 by 31 places
> cannot be represented in type 'int'
Caused by the usual lack of a 'U' qualifier on a constant 1 being
shifted left. Fix it up.
Reported-by: Peter Maydell
Signed-off-by: Michael S. T
On Mon, Mar 09, 2015 at 08:10:17PM +0900, Peter Maydell wrote:
> On 8 March 2015 at 20:00, Michael S. Tsirkin wrote:
> > An incremental pull update, sent to fix clang warning in v5.
> > The following 3 patches added on top:
> > acpi: drop unused code
> > aml-build: comment fix
> > acpi
On 9 March 2015 at 23:54, Wei Liu wrote:
> I discovered a problem when trying to build QEMU statically with gcc.
> libm is an element of LIBS while libpixman-1 is an element in
> libs_softmmu. Libpixman references functions in libm, so the original
> ordering makes linking fail.
>
> This fix is to
Hi Stefan,
On 03/07/2015 02:43 PM, Stefan Weil wrote:
clang report:
target-tricore/op_helper.c:1247:24: warning:
taking the absolute value of unsigned type 'uint32_t' (aka 'unsigned int')
has no effect [-Wabsolute-value]
target-tricore/op_helper.c:1248:25: warning:
taking the absolute
On 9 March 2015 at 23:41, wrote:
> From: Shlomo Pongratz
>
> This patch is a first step toward 128 cores support for arm64.
>
> At first only 64 cores are supported for two reasons:
> First the largest integer type has the size of 64 bits and modifying
> essential data structures in order to sup
On 9 March 2015 at 23:02, Alexander Graf wrote:
> Hooray :). I've fixed up the patch, rebased and updated the tag. Updated
> patch is below.
Applied fixed version, thanks.
-- PMM
On Tue, Mar 10, 2015 at 12:11:44AM +0900, Peter Maydell wrote:
> On 9 March 2015 at 23:54, Wei Liu wrote:
> > I discovered a problem when trying to build QEMU statically with gcc.
> > libm is an element of LIBS while libpixman-1 is an element in
> > libs_softmmu. Libpixman references functions in
Am 09.03.2015 um 11:12 schrieb Thomas Huth:
> Currently, our s390-ccw.img sits at the fix address 126 MiB in memory.
> This has two big disadvantages: 1) We can not start guests with less
> than 128 MiB RAM and 2) if the guest uses a really huge ramdisk > 126 MiB,
> the s390-ccw BIOS gets overwritt
From: Markus Armbruster
If do_sd_create() fails, it first reports the error returned, then
reports a another one with strerror(errno). errno is meaningless at
that point.
Report just one error combining the valid information from both
messages.
Reported-by: Eric Blake
Signed-off-by: Markus Ar
From: Fam Zheng
By default, we have ioeventfd enabled, so the IO request processing is
in IO thread; in the vcpu thread, guest mode is returned to as quickly
as possible, and completion is delivered via irqfd. Therefore this
comment from the initial implementation is barely relevant.
Signed-off-
From: Max Reitz
Commit c4bacafb717de55538311b80a185ce9166b8daa2 changed (improved)
qdev_init_nofail()'s error reporting, which affects iotest 051. Fix the
reference output.
Signed-off-by: Max Reitz
Reviewed-by: Markus Armbruster
Signed-off-by: Kevin Wolf
---
tests/qemu-iotests/051.out | 9 ++
From: John Snow
It has been proposed that the block layer be split up into smaller,
more manageable portions to help speed up the review and merging of
block layer patches.
As part of this process, I propose that I take over the IDE, ATA, ATAPI
and FD devices.
As we split out the block layer, w
From: Jeff Cody
The block layer maintainership is being split up into smaller, more
manageable pieces.
I propose that I take over / assist with the following areas:
* blockjobs
* archipelago
* curl
* gluster
* nfs
* rbd
* sheepdog
* ssh
* vhdx
As John Snow n
From: Ekaterina Tumanova
Commit c53659f0 ("BlockConf: Call backend functions to detect geometry
and blocksizes") causes a segmentation fault on the invalid
configuration of a scsi device without a drive.
Let's check for conf.blk before calling blkconf_blocksizes. The error
will be handled later
From: Max Reitz
Since refcounts do not always have to be a uint16_t, all refcount blocks
and arrays in memory should not have a specific type (thus they become
pointers to void) and for accessing them, two helper functions are used
(a getter and a setter). Those functions are called indirectly th
From: Max Reitz
vpc does support images > 127 GB if done correctly. qemu does it
correctly. Remove the test pretending otherwise.
Signed-off-by: Max Reitz
Reviewed-by: Eric Blake
Signed-off-by: Kevin Wolf
---
tests/qemu-iotests/006 | 54 --
tes
1 - 100 of 234 matches
Mail list logo