v2:
* Added ALSA period-length fix [Zoltán]
* Expanded PulseAudio latency documentation [Zoltán]
Small fixes to the -audiodev documentation.
Stefan Hajnoczi (3):
audio: fix buffer-length typo in documentation
audio: add -audiodev pa,in|out.latency= to documentation
audio: fix ALSA period-
Changes from v1:
* Move QEMU_ALWAYS_INLINE to qemu/compiler.h.
* Rename some inline wrapper functions.
* Don't break TLB_NOTDIRTY in patch 3.
Blurb from v1:
The version that Tony came up with, and I reviewed, doesn't actually
work when applied to RAM. It only worked for i/o memory. This w
This series fixes a potential segfault caused by NotifierList corruption
in xen-bus. The first two patches lay the groundwork and the third
actually fixes the problem.
Paul Durrant (3):
xen / notify: introduce a new XenWatchList abstraction
xen: introduce separate XenWatchList for XenDevice ob
* Yury Kotov (yury-ko...@yandex-team.ru) wrote:
> Hi,
> V2:
> * Remove x- prefix from capability name
> * Fix expected status checking
> * Fix description of capability
>
> This series adds an UUID validation at the start of the migration
> on the target side. The idea is to identify the source o
We need to lock qcow2 mutex on accessing in-image metadata, especially
on updating this metadata. Let's implement it.
v2:
fix uninitialized variable in 03, found by Patchew
Vladimir Sementsov-Ogievskiy (3):
block: move bdrv_can_store_new_dirty_bitmap to block/dirty-bitmap.c
block/dirty-bitma
This patchset mainly fixes memory leak, typo and return
value of stress function in stress test.
v2->v1:
- use g_autofree to release memory automatically instead
of free(). [Alex Bennée]
Cc: arm...@redhat.com
Cc: laur...@vivier.eu
Cc: tony.ngu...@bt.c
On 04/09/19 16:27, Alex Bennée wrote:
>> Ping?
>
> Sorry I should have said I've queued it to testing/next. I'll post the
> series shortly after I've squashed the last annoying python 3.<>6
> problem.
Great, thanks.
Paolo
Commit 8ac0f15f335 accidently broke the COW of non changed areas
of newly allocated clusters, when the write spans multiple clusters,
and needs COW both prior and after the write.
This results in 'after' COW area being encrypted with wrong
sector address, which render it corrupted.
Bugzilla: https
Paolo Bonzini writes:
> Ping?
Sorry I should have said I've queued it to testing/next. I'll post the
series shortly after I've squashed the last annoying python 3.<>6
problem.
>
> Paolo
>
>
> Il mer 7 ago 2019, 16:35 Paolo Bonzini ha scritto:
>
>> The tests/tcg rely a lot on per-target infor
Ping?
Paolo
Il mer 7 ago 2019, 16:35 Paolo Bonzini ha scritto:
> The tests/tcg rely a lot on per-target informations from
> the QEMU makefiles, but most of the definitions in there
> aren't really relevant to TCG tests.
>
> This series is just a cleanup, but it could also be
> a useful start i
Hi,
V2:
* Remove x- prefix from capability name
* Fix expected status checking
* Fix description of capability
This series adds an UUID validation at the start of the migration
on the target side. The idea is to identify the source of migration.
Possible case of problem:
1. There are 3 servers:
; > To: Dr. David Alan Gilbert
> > > Cc: qemu-devel ; Zhang, Chen
> > > ; Jason Wang ; Xie
> > > Changlong ; Wen Congyang
> > >
> > > Subject: Re: [Qemu-devel] [PATCH v2 0/3] colo: Add support for continious
> > > replication
> > >
&
> -Original Message-
> From: Lukas Straub [mailto:lukasstra...@web.de]
> Sent: Saturday, August 17, 2019 2:20 AM
> To: Zhang, Chen
> Cc: Dr. David Alan Gilbert ; qemu-devel de...@nongnu.org>; Jason Wang ; Xie Changlong
> ; Wen Congyang
> Subject: Re: [Qemu-de
Changes from v1:
* Drop unintended hunk from MultiField constructor.
* Typo fixed in ParameterField documentation.
Blurb from v1:
These are split out from my decodetree coversion of the AArch32
base instruction sets.
The first patch has been tidied per review from Peter. I now
diagno
t; > ; Jason Wang ; Xie
> > Changlong ; Wen Congyang
> >
> > Subject: Re: [Qemu-devel] [PATCH v2 0/3] colo: Add support for continious
> > replication
> >
> > On Thu, 15 Aug 2019 19:57:37 +0100
> > "Dr. David Alan Gilbert" wrote:
> >
> &g
> -Original Message-
> From: Lukas Straub [mailto:lukasstra...@web.de]
> Sent: Friday, August 16, 2019 3:48 AM
> To: Dr. David Alan Gilbert
> Cc: qemu-devel ; Zhang, Chen
> ; Jason Wang ; Xie
> Changlong ; Wen Congyang
>
> Subject: Re: [Qemu-devel] [PATCH v2
On Thu, 15 Aug 2019 19:57:37 +0100
"Dr. David Alan Gilbert" wrote:
> * Lukas Straub (lukasstra...@web.de) wrote:
> > Hello Everyone,
> > These Patches add support for continious replication to colo.
> > Please review.
>
>
> OK, for those who haven't followed COLO for so long; 'continuous
> replic
* Lukas Straub (lukasstra...@web.de) wrote:
> Hello Everyone,
> These Patches add support for continious replication to colo.
> Please review.
OK, for those who haven't followed COLO for so long; 'continuous
replication' is when after the first primary fails, you can promote the
original seconda
Hello Everyone,
These Patches add support for continious replication to colo.
Please review.
Regards,
Lukas Straub
v2:
- fix email formating
- fix checkpatch.pl warnings
- fix patchew error
- clearer commit messages
Lukas Straub (3):
Replication: Ignore requests after failover
net/filter
Hello Everyone,
These Patches add support for continious replication to colo.
Please review.
Regards,
Lukas Straub
v2:
- fix email formating
- fix checkpatch.pl warnings
- fix patchew error
- clearer commit messages
Lukas Straub (3):
Replication: Ignore requests after failover
net/filter
Patchew URL: https://patchew.org/QEMU/20190814175535.2023-1-dgilb...@redhat.com/
Hi,
This series failed build test on s390x host. Please find the details below.
=== TEST SCRIPT BEGIN ===
#!/bin/bash
# Testing script will be invoked under the git checkout with
# HEAD pointing to a commit that h
From: "Dr. David Alan Gilbert"
This fixes a symptom I've seen on vhost-user on aarch64 where the
daemon would be falsely notified of memory region changes that didn't
exist.
The underlying problem was me memcmp'ing MemoryRegionSections even
though they had padding in.
(Discovered while getting v
* Ivan Ren (reny...@gmail.com) wrote:
> From: Ivan Ren
>
> Currently multifd migration has not been limited and it will consume
> the whole bandwidth of Nic. These two patches add speed limitation to
> it.
Queued
>
> This is the v3 patches:
>
> v3 VS v2:
> Add Reviewed info and Suggested info
Patchew URL: https://patchew.org/QEMU/20190807144628.4988-1-kw...@redhat.com/
Hi,
This series seems to have some coding style problems. See output below for
more information:
Type: series
Subject: [Qemu-devel] [PATCH v2 0/3] block-backend: Queue requests while drained
Message-id
Patchew URL:
https://patchew.org/QEMU/20190807143523.15917-1-pbonz...@redhat.com/
Hi,
This series seems to have some coding style problems. See output below for
more information:
Type: series
Subject: [Qemu-devel] [PATCH v2 0/3] tests/tcg: disentangle makefiles
Message-id
This series fixes the problem that devices like IDE, which submit
requests as a direct result of I/O from the CPU thread, can continue to
submit new requests even in a drained section.
v2:
- Rebased on top of block-next
- Replaced patch 2 with draining mirror_top_bs instead [Max]
- Removed wait_wh
The tests/tcg rely a lot on per-target informations from
the QEMU makefiles, but most of the definitions in there
aren't really relevant to TCG tests.
This series is just a cleanup, but it could also be
a useful start in making it possible to compile tests/tcg
out of QEMU's tree, and/or making it
Ping!
On Jul 30 2019, at 5:45 pm, Denis Plotnikov wrote:
Hi all! Is there any other comments besides Markus's one about adding zlib/zstd
links to compressed cluster layout description?
On Jul 4 2019, at 4:09 pm, Denis Plotnikov wrote:
change log:
v2:
* relax the compression type setting restr
Daniel P. Berrangé writes:
> On Wed, Jul 31, 2019 at 03:04:29PM +0100, Alex Bennée wrote:
>>
>> Daniel P. Berrangé writes:
>>
>> > Both GCC and CLang support a C extension attribute((cleanup)) which
>> > allows you to define a function that is invoked when a stack variable
>> > exits scope. Th
On Wed, Jul 31, 2019 at 03:04:29PM +0100, Alex Bennée wrote:
>
> Daniel P. Berrangé writes:
>
> > Both GCC and CLang support a C extension attribute((cleanup)) which
> > allows you to define a function that is invoked when a stack variable
> > exits scope. This typically used to free the memory
On 7/31/19 9:04 AM, Alex Bennée wrote:
>
> Daniel P. Berrangé writes:
>
>> Both GCC and CLang support a C extension attribute((cleanup)) which
>> allows you to define a function that is invoked when a stack variable
>> exits scope. This typically used to free the memory allocated to it,
>> thoug
Daniel P. Berrangé writes:
> Both GCC and CLang support a C extension attribute((cleanup)) which
> allows you to define a function that is invoked when a stack variable
> exits scope. This typically used to free the memory allocated to it,
> though you're not restricted to this. For example it
On Thu, Jul 25, 2019 at 12:44 PM Daniel P. Berrangé wrote:
>
> Both GCC and CLang support a C extension attribute((cleanup)) which
> allows you to define a function that is invoked when a stack variable
> exits scope. This typically used to free the memory allocated to it,
> though you're not rest
Hi all! Is there any other comments besides Markus's one about adding zlib/zstd
links to compressed cluster layout description?
On Jul 4 2019, at 4:09 pm, Denis Plotnikov wrote:
change log:
v2:
* relax the compression type setting restriction in the spec
* fix qcow2 header size checking
* fix e
From: Ivan Ren
Currently multifd migration has not been limited and it will consume
the whole bandwidth of Nic. These two patches add speed limitation to
it.
This is the v3 patches:
v3 VS v2:
Add Reviewed info and Suggested info.
v2 VS v1:
1. change qemu_file_update_rate_transfer interface nam
On Mon, Jul 29, 2019 at 04:01:18PM +0800, Ivan Ren wrote:
>Currently multifd migration has not been limited and it will consume
>the whole bandwidth of Nic. These two patches add speed limitation to
>it.
>
>This is the v2 patches, differences with v1:
>1. change qemu_file_update_rate_transfer inter
Based-on: https://github.com/jnsnow/qemu/tree/bitmaps
This series uses python logging to enable output conditionally on
iotests.log(). We unify an initialization call (which also enables
debugging output for those tests with -d) and then make the switch
inside of iotests.
It will help alleviate t
Currently multifd migration has not been limited and it will consume
the whole bandwidth of Nic. These two patches add speed limitation to
it.
This is the v2 patches, differences with v1:
1. change qemu_file_update_rate_transfer interface name
to qemu_file_update_transfer
2. add a new patch to
Both GCC and CLang support a C extension attribute((cleanup)) which
allows you to define a function that is invoked when a stack variable
exits scope. This typically used to free the memory allocated to it,
though you're not restricted to this. For example it could be used to
unlock a mutex.
We co
On Mon, Jul 22, 2019 at 01:20:08PM +0200, Paolo Bonzini wrote:
> On 22/07/19 10:39, David Gibson wrote:
> > On Mon, Jul 22, 2019 at 03:32:12PM +1000, Nicholas Piggin wrote:
> >> Hi, this series is rebased on top of the qmp event fix, and takes
> >> Paolo's suggestion to implement ->wakeup for i386
On Mon, Jul 22, 2019 at 01:20:08PM +0200, Paolo Bonzini wrote:
> On 22/07/19 10:39, David Gibson wrote:
> > On Mon, Jul 22, 2019 at 03:32:12PM +1000, Nicholas Piggin wrote:
> >> Hi, this series is rebased on top of the qmp event fix, and takes
> >> Paolo's suggestion to implement ->wakeup for i386
On 22/07/19 10:39, David Gibson wrote:
> On Mon, Jul 22, 2019 at 03:32:12PM +1000, Nicholas Piggin wrote:
>> Hi, this series is rebased on top of the qmp event fix, and takes
>> Paolo's suggestion to implement ->wakeup for i386 before adding
>> ppc, which makes it much nicer.
>>
>> If the first two
On Mon, Jul 22, 2019 at 03:32:12PM +1000, Nicholas Piggin wrote:
> Hi, this series is rebased on top of the qmp event fix, and takes
> Paolo's suggestion to implement ->wakeup for i386 before adding
> ppc, which makes it much nicer.
>
> If the first two patches can be agreed on initially and merge
Hi, this series is rebased on top of the qmp event fix, and takes
Paolo's suggestion to implement ->wakeup for i386 before adding
ppc, which makes it much nicer.
If the first two patches can be agreed on initially and merged, I
can take the third patch through the ppc list after that.
Thanks,
Nic
Hi, this series is rebased on top of the qmp event fix, and takes
Paolo's suggestion to implement ->wakeup for i386 before adding
ppc, which makes it much nicer.
If the first two patches can be agreed on initially and merged, I
can take the third patch through the ppc list after that.
Thanks,
Nic
Patchew URL:
https://patchew.org/QEMU/20190716145421.17645-1-yury-ko...@yandex-team.ru/
Hi,
This series failed the asan build test. Please find the testing commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.
=== TEST SCRIPT BEGIN ===
#!/bin/ba
Hi,
V2:
* Added a test
* Fixed qemu_cond_timedwait for qsp
I wrote a test for migration auto converge and found out a strange thing:
1. Enable auto converge
2. Set max-bandwidth 1Gb/s
3. Set downtime-limit 1ms
4. Run standard test (just writes a byte per page)
5. Wait for converge
6. It's converg
Modify command 'block-latency-histogram-set' to make block histogram
interface common to use. And support block size histogram.
Thanks to Eric Blake&Vladimir Sementsov-Ogievskiy for the suggestions.
This command has been tested for half year on QEMU-2.12, and we found
that 3K+ virtual machines wri
change log:
v2:
* relax the compression type setting restriction in the spec
* fix qcow2 header size checking
* fix error processing and messaging
* fix qcow2 image specific info reporting
* set Qcow2CompressionType zstd config dependant
* add zstd compressed cluster format
Hi, this is a proposal based off of Vladimir's patchset:
[Qemu-devel] [PATCH 0/4] qapi: block-dirty-bitmap-remove transaction action
It replaces patches two and three with a modified patch (now patch 2)
that foregoes the need for a hide()/unhide() bitmap API. I think it's
suitable as a smaller alt
Patchew URL: https://patchew.org/QEMU/20190701090904.31312-1-ppan...@redhat.com/
Hi,
This series seems to have some coding style problems. See output below for
more information:
Message-id: 20190701090904.31312-1-ppan...@redhat.com
Subject: [Qemu-devel] [PATCH v2 0/3] restrict bridge
Patchew URL: https://patchew.org/QEMU/20190701090904.31312-1-ppan...@redhat.com/
Hi,
This series seems to have some coding style problems. See output below for
more information:
Message-id: 20190701090904.31312-1-ppan...@redhat.com
Type: series
Subject: [Qemu-devel] [PATCH v2 0/3] restrict
From: Prasad J Pandit
Hello,
Linux net_deivce defines network interface name to be of IFNAMSIZE(=16)
bytes, including the terminating null('\0') byte.
Qemu tap deivce, while invoking 'qemu-bridge-helper' tool to set up the
network bridge interface, supplies bridge name of 16 characters, thus
al
Modify command 'block-latency-histogram-set' to make block histogram
interface common to use. And support block size histogram.
Thanks to Eric Blake&Vladimir Sementsov-Ogievskiy for the suggestions.
This command has been tested for half year on QEMU-2.12, and we found
that 3K+ virtual machines wri
From: Aleksandar Markovic
This series contains various improvements and additions of MSA ASE
TCG tests.
v1-v2:
- added some tests from bit move group
- improved and updated commit messages
Aleksandar Markovic (3):
tests/tcg: target/mips: Include isa/ase and group name in test output
te
Gentle ping
> On 5 Jun 2019, at 15:17, Sam Eiderman wrote:
>
> v1:
>
> VMware introduced a new snapshot format in VMFS6 - seSparse (Space
> Efficient Sparse) which is the default format available in ESXi 6.7.
> Add read-only support for the new snapshot format.
>
> v2:
>
> Fixed after Max's r
Hi all!
Here is small new read flag: BDRV_REQ_PREFETCH, which in combination with
BDRV_REQ_COPY_ON_READ does copy-on-read without
extra buffer for read data. This means that only parts that needs COR
will be actually read and only corresponding buffers allocated, no more.
This allows to improve a
On 03/06/19 01:40, Liran Alon wrote:
> Any news on when this patch-series is expected to be merged to upstream QEMU?
> It was accepted 2 months ago.
It was merged on June 6th.
Paolo
Queued with PATCH 1 replaced by a prior patch from Philippe. Actual
patch is identical.
v2:
* PATCH 2:
- Commit message cleaned up [Eric]
- Several headlines improved further [Philippe, Aleksandar, Cornelia]
- "Common code" improved, too
Markus Armbruster (3):
MAINTAINERS: Drop redundant L: qemu-devel@nongnu.org
MAINTAINERS: Improve section headlines
MAINTAINERS: Polish h
v1:
VMware introduced a new snapshot format in VMFS6 - seSparse (Space
Efficient Sparse) which is the default format available in ESXi 6.7.
Add read-only support for the new snapshot format.
v2:
Fixed after Max's review:
* Removed strict sesparse checks
* Reduced maximal L1 table size
* Added n
On Mon, Jun 03, 2019 at 02:40:04AM +0300, Liran Alon wrote:
> Any news on when this patch-series is expected to be merged to upstream QEMU?
> It was accepted 2 months ago.
>
> Thanks,
> -Liran
>
> > On 25 Apr 2019, at 20:53, Michael S. Tsirkin wrote:
> >
> > On Thu, Apr 25, 2019 at 09:38:19AM
Any news on when this patch-series is expected to be merged to upstream QEMU?
It was accepted 2 months ago.
Thanks,
-Liran
> On 25 Apr 2019, at 20:53, Michael S. Tsirkin wrote:
>
> On Thu, Apr 25, 2019 at 09:38:19AM +0100, Stefan Hajnoczi wrote:
>> On Wed, Apr 24, 2019 at 07:38:57PM +0300, Lir
Stefano Garzarella writes:
> Following Markus' advice, I updated the documentation of preallocation
> parameter in qapi/block-core.json adding default and allowed values (patch 1).
> I also updated the help related to BLOCK_OPT_PREALLOC in the QemuOptsList of
> file-posix (patch 2) and gluster (p
On 28.05.19 08:15, Markus Armbruster wrote:
> Kevin, Max, this series looks ready to me. Feel free to ask me to take
> it through my tree.
*ask*
:-)
signature.asc
Description: OpenPGP digital signature
Kevin, Max, this series looks ready to me. Feel free to ask me to take
it through my tree.
On Thu, May 23, 2019 at 03:03:11PM +0200, Cédric Le Goater wrote:
> On 5/23/19 2:52 PM, Peter Maydell wrote:
> > On Mon, 20 May 2019 at 17:32, Philippe Mathieu-Daudé
> > wrote:
> >>
> >> On 5/20/19 3:32 PM, Cédric Le Goater wrote:
> Peter,
>
> do you want me to resend with only the
Following Markus' advice, I updated the documentation of preallocation
parameter in qapi/block-core.json adding default and allowed values (patch 1).
I also updated the help related to BLOCK_OPT_PREALLOC in the QemuOptsList of
file-posix (patch 2) and gluster (patch 3).
v2:
- Patch 1: removed ref
On 5/23/19 2:52 PM, Peter Maydell wrote:
> On Mon, 20 May 2019 at 17:32, Philippe Mathieu-Daudé
> wrote:
>>
>> On 5/20/19 3:32 PM, Cédric Le Goater wrote:
Peter,
do you want me to resend with only the two first patches and include
Joel's in the same series ? I would leave out
On Mon, 20 May 2019 at 17:32, Philippe Mathieu-Daudé wrote:
>
> On 5/20/19 3:32 PM, Cédric Le Goater wrote:
> >> Peter,
> >>
> >> do you want me to resend with only the two first patches and include
> >> Joel's in the same series ? I would leave out the part Philippe is
> >> covering in his object
On 5/20/19 3:32 PM, Cédric Le Goater wrote:
>> Peter,
>>
>> do you want me to resend with only the two first patches and include
>> Joel's in the same series ? I would leave out the part Philippe is
>> covering in his object_initialize_child() patchset.
>
> Nope, we can not do that, conflicts a
> Peter,
>
> do you want me to resend with only the two first patches and include
> Joel's in the same series ? I would leave out the part Philippe is
> covering in his object_initialize_child() patchset.
Nope, we can not do that, conflicts arise. I suppose the easier is wait
for Philippe's pa
Hello,
On 5/20/19 1:09 PM, Philippe Mathieu-Daudé wrote:
> On 5/20/19 9:47 AM, Cédric Le Goater wrote:
>> Hello,
>>
>> On 5/6/19 4:20 PM, Cédric Le Goater wrote:
>>> Hello,
>>>
>>> Here is a series adding a couple of cleanups to the Aspeed SoCs to
>>> prepare ground for extensions and new SoCs.
>>
On 5/20/19 9:47 AM, Cédric Le Goater wrote:
> Hello,
>
> On 5/6/19 4:20 PM, Cédric Le Goater wrote:
>> Hello,
>>
>> Here is a series adding a couple of cleanups to the Aspeed SoCs to
>> prepare ground for extensions and new SoCs.
>>
>> Thanks,
>>
>> C.
>>
>> Changes since v1:
>>
>> - moved enum d
Hello,
On 5/6/19 4:20 PM, Cédric Le Goater wrote:
> Hello,
>
> Here is a series adding a couple of cleanups to the Aspeed SoCs to
> prepare ground for extensions and new SoCs.
>
> Thanks,
>
> C.
>
> Changes since v1:
>
> - moved enum defining the Aspeed controller names under aspeed_soc.h
>
Gentle ping.
Do you want me to resend this patch as a new top-level thread?
Thanks,
Sam
> On 2 May 2019, at 17:21, Eric Blake wrote:
>
> On 5/2/19 8:58 AM, Sam Eiderman wrote:
>> This patch series aims to improve the speed of qemu-img rebase.
>>
>> 1. Mainly by removing unnecessary reads when
> On 25 Apr 2019, at 20:53, Michael S. Tsirkin wrote:
>
> On Thu, Apr 25, 2019 at 09:38:19AM +0100, Stefan Hajnoczi wrote:
>> On Wed, Apr 24, 2019 at 07:38:57PM +0300, Liran Alon wrote:
>>>
>>>
On 18 Apr 2019, at 12:41, Stefan Hajnoczi wrote:
On Tue, Apr 16, 2019 at 03:59:09
Am 08.05.2019 um 16:01 hat Max Reitz geschrieben:
> This series allows using qemu-img rebase (without -u) on images that do
> not have a backing file. Right now, this fails with the rather cryptic
> error message:
>
> $ qemu-img rebase -b base.qcow2 foo.qcow2
> qemu-img: Could not open old backin
This series allows using qemu-img rebase (without -u) on images that do
not have a backing file. Right now, this fails with the rather cryptic
error message:
$ qemu-img rebase -b base.qcow2 foo.qcow2
qemu-img: Could not open old backing file '': The 'file' block driver requires
a file name
Yeah
Hello,
Here is a series adding a couple of cleanups to the Aspeed SoCs to
prepare ground for extensions and new SoCs.
Thanks,
C.
Changes since v1:
- moved enum defining the Aspeed controller names under aspeed_soc.h
- removed AspeedSoCInfo 'sdram_base' field
- fixed clang compilation
Cédri
This series makes various fixes for the -M 40p target.
Particularly now it's possible to boot AIX 5.1 (both from a cdrom
and a hard disk).
The OFW image:
https://github.com/artyom-tarasenko/openfirmware/releases/download/20190406-AIX-boots/q40pofw-serial.rom
The command line:
qemu-system-ppc -
Le 5/3/19 à 10:19 AM, Mark Cave-Ayland a écrit :
On 25/04/2019 13:18, KONRAD Frederic wrote:
Hi all,
Those are some little fixes for the leon3 machine:
* The first part initializes the uart and the timer when no bios are
provided.
* The second part adds AHB and APB plug and play
On 25/04/2019 13:18, KONRAD Frederic wrote:
> Hi all,
>
> Those are some little fixes for the leon3 machine:
> * The first part initializes the uart and the timer when no bios are
> provided.
> * The second part adds AHB and APB plug and play devices to allow to boot
> linux.
> * Th
I see,
Thanks
> On 2 May 2019, at 17:21, Eric Blake wrote:
>
> On 5/2/19 8:58 AM, Sam Eiderman wrote:
>> This patch series aims to improve the speed of qemu-img rebase.
>>
>> 1. Mainly by removing unnecessary reads when rebasing on the same
>> chain.
>> 2. But also by minimizing the number o
On 5/2/19 8:58 AM, Sam Eiderman wrote:
> This patch series aims to improve the speed of qemu-img rebase.
>
> 1. Mainly by removing unnecessary reads when rebasing on the same
>chain.
> 2. But also by minimizing the number of bdrv_open calls rebase
>requires.
>
When sending a v2 series, i
This patch series aims to improve the speed of qemu-img rebase.
1. Mainly by removing unnecessary reads when rebasing on the same
chain.
2. But also by minimizing the number of bdrv_open calls rebase
requires.
v2:
- Added missing g_free in
"qemu-img: rebase: Reuse in-chain BlockDriverS
On Tue, 16 Apr 2019 at 10:13, Markus Armbruster wrote:
>
> László asked for feature parity with the PC machine types.
>
> v2:
> * PATCH 1: Split off PATCH 2 [László]
> * PATCH 2: Factor out the loop body, not the whole loop
> * PATCH 3: Rebase on previous change
>More detailed commit m
On Thu, Apr 25, 2019 at 09:38:19AM +0100, Stefan Hajnoczi wrote:
> On Wed, Apr 24, 2019 at 07:38:57PM +0300, Liran Alon wrote:
> >
> >
> > > On 18 Apr 2019, at 12:41, Stefan Hajnoczi wrote:
> > >
> > > On Tue, Apr 16, 2019 at 03:59:09PM +0300, Liran Alon wrote:
> > >> Hi,
> > >>
> > >> This pa
Hi all,
Those are some little fixes for the leon3 machine:
* The first part initializes the uart and the timer when no bios are
provided.
* The second part adds AHB and APB plug and play devices to allow to boot
linux.
* The third part adds myself to the MAINTAINERS for this board.
On Wed, Apr 24, 2019 at 07:38:57PM +0300, Liran Alon wrote:
>
>
> > On 18 Apr 2019, at 12:41, Stefan Hajnoczi wrote:
> >
> > On Tue, Apr 16, 2019 at 03:59:09PM +0300, Liran Alon wrote:
> >> Hi,
> >>
> >> This patch series aims to add supprot to migrate a VM with a vhost-scsi
> >> device.
> >>
> On 18 Apr 2019, at 12:41, Stefan Hajnoczi wrote:
>
> On Tue, Apr 16, 2019 at 03:59:09PM +0300, Liran Alon wrote:
>> Hi,
>>
>> This patch series aims to add supprot to migrate a VM with a vhost-scsi
>> device.
>>
>> The 1st patch fixes a bug of mistakenly not stopping vhost-scsi backend wh
c2077e2c "pci: Adjust PCI config limit based on bus topology"
introduced checking the availability of extended config space for
PCI-E devices which are in a bus topology that doesn't permit extended
config space access (e.g. under PCI-E to PCI then PCI to PCI-E
bridges).
This caused some problems
Recently I am considering write a driver for edu device.
After reading the spec, I found these three small issue.
Two first two related the MMIO access and the third is
related the DMA operation.
Change since v1:
Fix format compile error on Windows
Li Qiang (3):
edu: mmio: set 'max_access_size'
Recently I am considering write a driver for edu device.
After reading the spec, I found these three small issue.
Two first two related the MMIO access and the third is
related the DMA operation.
Change since v1:
Fix format compile error on Windows
Li Qiang (3):
tests: fw_cfg: add splash time t
v2: [mostly by Eric's review]
01: new
02: point to bug introducing commit in cover letter [Eric]
[but I failed to compile it, to check]
drop s/INT_MAX/BDRV_REQUEST_MAX_BYTES/ chunk
03: - improve wording
- cheating with preallocation=metadata and discards
to make test quick and no
On Tue, Apr 16, 2019 at 03:59:09PM +0300, Liran Alon wrote:
> Hi,
>
> This patch series aims to add supprot to migrate a VM with a vhost-scsi
> device.
>
> The 1st patch fixes a bug of mistakenly not stopping vhost-scsi backend when a
> VM is stopped (As happens on migratino pre-copy completion)
The aim of this patch is to add struct NumaState in MachineState
and move existing numa global nb_numa_nodes into NumaState.
And add variable numa_support into MachineClass to decide which
submachines support NUMA.
---
Changes in v2:
- fix the mistake in numa_complete_configuration in numa.c
Hi,
This patch series aims to add supprot to migrate a VM with a vhost-scsi device.
The 1st patch fixes a bug of mistakenly not stopping vhost-scsi backend when a
VM is stopped (As happens on migratino pre-copy completion).
The 2nd patch adds ability to save/load vhost-scsi device state in VMSta
László asked for feature parity with the PC machine types.
v2:
* PATCH 1: Split off PATCH 2 [László]
* PATCH 2: Factor out the loop body, not the whole loop
* PATCH 3: Rebase on previous change
More detailed commit message [László]
Markus Armbruster (3):
pc: Rearrange pc_system_firmw
This series introduces a bottom intermediate node that eliminates the
dependency on the base that may change while stream job is running.
It happens when stream/commit parallel jobs are running on the same
backing chain. The base node of the stream job may be a top node of
the parallel commit job a
1 - 100 of 1271 matches
Mail list logo