Re: [PATCH v7 00/10] Support persistent reservation operations

2024-07-08 Thread Stefan Hajnoczi
On Fri, Jul 05, 2024 at 06:56:04PM +0800, Changqi Lu wrote: > Hi, > > Patch v7 has been modified. > Thanks again to Stefan for reviewing the code. > > v6->v7: > - Add buferlen size check at SCSI layer. > - Add pr_cap calculation in bdrv_merge_limits() function at block layer, > so the ugly

[PATCH v7 00/10] Support persistent reservation operations

2024-07-05 Thread Changqi Lu
Hi, Patch v7 has been modified. Thanks again to Stefan for reviewing the code. v6->v7: - Add buferlen size check at SCSI layer. - Add pr_cap calculation in bdrv_merge_limits() function at block layer, so the ugly bs->file->bs->bl.pr_cap in scsi and nvme layers was changed to bs->bl.pr_cap. -

[PATCH v7 00/10]

2024-04-30 Thread Richard Henderson
v3: https://patchew.org/QEMU/20240206204809.9859-1-amona...@ispras.ru/ v6: https://patchew.org/QEMU/20240424225705.929812-1-richard.hender...@linaro.org/ Changes for v7: - Generalize test_buffer_is_zero_next_accel and initialization (phil) r~ Alexander Monakov (5): util/bufferiszero:

Re: [PATCH v7 00/10] Support blob memory and venus on qemu

2024-04-15 Thread Dmitry Osipenko
On 4/12/24 06:58, Huang Rui wrote: > On Thu, Apr 11, 2024 at 06:19:52PM +0800, Dmitry Osipenko wrote: >> Hello, >> >> This series enables Vulkan Venus context support on virtio-gpu. >> Upstreaming of Venus to Qemu was originally started by Antonio Caggiano, >> later Huang Rui continued the effort.

Re: [PATCH v7 00/10] Support blob memory and venus on qemu

2024-04-11 Thread Huang Rui
On Thu, Apr 11, 2024 at 06:19:52PM +0800, Dmitry Osipenko wrote: > Hello, > > This series enables Vulkan Venus context support on virtio-gpu. > Upstreaming of Venus to Qemu was originally started by Antonio Caggiano, > later Huang Rui continued the effort. I'm now taking it over because > Rui

[PATCH v7 00/10] Support blob memory and venus on qemu

2024-04-11 Thread Dmitry Osipenko
Hello, This series enables Vulkan Venus context support on virtio-gpu. Upstreaming of Venus to Qemu was originally started by Antonio Caggiano, later Huang Rui continued the effort. I'm now taking it over because Rui will be busy for awhile and he asked me to do so. All virglrender and almost

[PATCH v7 00/10] Misc clean ups to target/ppc exception handling

2024-02-27 Thread BALATON Zoltan
These are some small clean ups for target/ppc/excp_helper.c trying to make this code a bit simpler. No functional change is intended. This series was submitted before but only partially merged due to freeze and conflicting series os thia was postponed then to avoid conflicts. v7: - New patch

Re: [PATCH v7 00/10] Introduce model for IBM's FSI

2023-11-30 Thread Ninad Palsule
Hello Cedric, On 11/29/23 15:29, Cédric Le Goater wrote: On 11/29/23 15:56, Ninad Palsule wrote: Hello Cedric, On 11/27/23 10:31, Cédric Le Goater wrote: Hello Ninad, On 10/26/23 18:47, Ninad Palsule wrote: Hello, Please review the patch-set version 7. I have incorporated review comments

Re: [PATCH v7 00/10] Introduce model for IBM's FSI

2023-11-29 Thread Cédric Le Goater
On 11/29/23 22:29, Cédric Le Goater wrote: On 11/29/23 15:56, Ninad Palsule wrote: Hello Cedric, On 11/27/23 10:31, Cédric Le Goater wrote: Hello Ninad, On 10/26/23 18:47, Ninad Palsule wrote: Hello, Please review the patch-set version 7. I have incorporated review comments from Cedric,

Re: [PATCH v7 00/10] Introduce model for IBM's FSI

2023-11-29 Thread Cédric Le Goater
On 11/29/23 15:56, Ninad Palsule wrote: Hello Cedric, On 11/27/23 10:31, Cédric Le Goater wrote: Hello Ninad, On 10/26/23 18:47, Ninad Palsule wrote: Hello, Please review the patch-set version 7. I have incorporated review comments from Cedric, Philippe and Thomas. I reworked v7 with the

Re: [PATCH v7 00/10] Introduce model for IBM's FSI

2023-11-29 Thread Ninad Palsule
Hello Cedric, On 11/27/23 10:31, Cédric Le Goater wrote: Hello Ninad, On 10/26/23 18:47, Ninad Palsule wrote: Hello, Please review the patch-set version 7. I have incorporated review comments from Cedric, Philippe and Thomas. I reworked v7 with the suggestions I made in patches 1-6.

Re: [PATCH v7 00/10] Introduce model for IBM's FSI

2023-11-28 Thread Ninad Palsule
Hello Cedric, On 11/27/23 10:31, Cédric Le Goater wrote: Hello Ninad, On 10/26/23 18:47, Ninad Palsule wrote: Hello, Please review the patch-set version 7. I have incorporated review comments from Cedric, Philippe and Thomas. I reworked v7 with the suggestions I made in patches 1-6.

Re: [PATCH v7 00/10] Introduce model for IBM's FSI

2023-11-27 Thread Cédric Le Goater
Hello Ninad, On 10/26/23 18:47, Ninad Palsule wrote: Hello, Please review the patch-set version 7. I have incorporated review comments from Cedric, Philippe and Thomas. I reworked v7 with the suggestions I made in patches 1-6. Please check :

[PATCH v7 00/10] Introduce model for IBM's FSI

2023-10-26 Thread Ninad Palsule
Hello, Please review the patch-set version 7. I have incorporated review comments from Cedric, Philippe and Thomas. Ninad Palsule (10): hw/fsi: Introduce IBM's Local bus hw/fsi: Introduce IBM's scratchpad hw/fsi: Introduce IBM's cfam,fsi-slave hw/fsi: Introduce IBM's FSI hw/fsi: IBM's

[QEMU][PATCH v7 00/10] Introduce xenpvh machine for arm architecture

2023-06-07 Thread Vikram Garhwal
Hi, Rebased and resending the series with latest QEMU as it's been quite sometime. There is one line code change in patch 04/10. Rest is just rebased with latest. Also, this series has dependency on following gitlab-ci patch: https://lists.nongnu.org/archive/html/qemu-devel/2023-06/msg01471.html.

Re: [PATCH v7 00/10] make write_misa a no-op and FEATURE_* cleanups

2023-03-02 Thread Daniel Henrique Barboza
On 3/1/23 20:43, Palmer Dabbelt wrote: On Wed, 22 Feb 2023 10:51:55 PST (-0800), dbarb...@ventanamicro.com wrote: Hi, In this version we gave up removing all the write_misa() body and, instead, we went back to something closer to what we were doing in v2. write_misa() is now gated behind an

Re: [PATCH v7 00/10] make write_misa a no-op and FEATURE_* cleanups

2023-03-01 Thread Palmer Dabbelt
On Wed, 22 Feb 2023 10:51:55 PST (-0800), dbarb...@ventanamicro.com wrote: Hi, In this version we gave up removing all the write_misa() body and, instead, we went back to something closer to what we were doing in v2. write_misa() is now gated behind an experimental x-misa-w cfg option,

[PATCH v7 00/10] make write_misa a no-op and FEATURE_* cleanups

2023-02-22 Thread Daniel Henrique Barboza
Hi, In this version we gave up removing all the write_misa() body and, instead, we went back to something closer to what we were doing in v2. write_misa() is now gated behind an experimental x-misa-w cfg option, defaulted to false. The idea is that x-misa-w allow us to keep experimenting and

Re: [PATCH v7 00/10] parallels: Refactor the code of images checks and fix a bug

2022-09-01 Thread Denis V. Lunev
On 29.08.2022 12:12, Alexander Ivanov wrote: Fix image inflation when offset in BAT is out of image. Replace whole BAT syncing by flushing only dirty blocks. Move all the checks outside the main check function in separate functions Use WITH_QEMU_LOCK_GUARD for simplier code. v7: 1,2: Fix

[PATCH v7 00/10] parallels: Refactor the code of images checks and fix a bug

2022-08-29 Thread Alexander Ivanov
Fix image inflation when offset in BAT is out of image. Replace whole BAT syncing by flushing only dirty blocks. Move all the checks outside the main check function in separate functions Use WITH_QEMU_LOCK_GUARD for simplier code. v7: 1,2: Fix string lengths in the commit messages. 3: Fix a

[PATCH v7 00/10] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU

2022-07-14 Thread Joao Martins
v6[7] -> v7: * Rebased to latest staging * Build on top of apply CXL cleanups (Igor Mammedov) * Use qdev property rather introducing new acessors to the i440fx pci-host (Bernhard Beschow) * Add Igor's Rb to patch 4 (Igor Mammedov) * Replace pci_hole64_start() related helper functions rather than

Re: [PATCH v7 00/10] Xilinx Versal's PMC SLCR and OSPI support

2022-01-27 Thread Francisco Iglesias
On Thu, Jan 27, 2022 at 05:27:55PM +, Peter Maydell wrote: > On Fri, 21 Jan 2022 at 16:11, Francisco Iglesias > wrote: > > > > Hi, > > > > This series attempts to add support for Xilinx Versal's PMC SLCR > > (system-level control registers) and OSPI flash memory controller to > > Xilinx

Re: [PATCH v7 00/10] Xilinx Versal's PMC SLCR and OSPI support

2022-01-27 Thread Peter Maydell
On Fri, 21 Jan 2022 at 16:11, Francisco Iglesias wrote: > > Hi, > > This series attempts to add support for Xilinx Versal's PMC SLCR > (system-level control registers) and OSPI flash memory controller to > Xilinx Versal virt machine. > > The series start with adding a model of Versal's PMC SLCR

[PATCH v7 00/10] Xilinx Versal's PMC SLCR and OSPI support

2022-01-21 Thread Francisco Iglesias
Hi, This series attempts to add support for Xilinx Versal's PMC SLCR (system-level control registers) and OSPI flash memory controller to Xilinx Versal virt machine. The series start with adding a model of Versal's PMC SLCR and connecting the model to the Versal virt machine. The series then

[PATCH v7 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU

2021-10-07 Thread Eric DeVolder
This patchset introduces support for the ACPI Error Record Serialization Table, ERST. For background and implementation information, please see docs/specs/acpi_erst.rst, which is patch 1/10. Suggested-by: Konrad Wilk Signed-off-by: Eric DeVolder --- v7: 7oct2021 - style improvements, per

Re: [PATCH v7 00/10] qapi: untie 'if' conditions from C preprocessor

2021-08-07 Thread Markus Armbruster
Markus Armbruster writes: > marcandre.lur...@redhat.com writes: > >> From: Marc-André Lureau >> >> Hi, >> >> This series makes the 'if' conditions less liberal, by formalizing a simple >> expression tree based on bare boolean logic of configure option identifiers. >> >> (this allows to express

[PATCH v7 00/10] GICv3 LPI and ITS feature implementation

2021-08-05 Thread Shashi Mallela
This patchset implements qemu device model for enabling physical LPI support and ITS functionality in GIC as per GICv3 specification. Both flat table and 2 level tables are implemented.The ITS commands for adding/deleting ITS table entries,trigerring LPI interrupts are implemented.Translated LPI

Re: [PATCH v7 00/10] qapi: untie 'if' conditions from C preprocessor

2021-08-05 Thread Markus Armbruster
marcandre.lur...@redhat.com writes: > From: Marc-André Lureau > > Hi, > > This series makes the 'if' conditions less liberal, by formalizing a simple > expression tree based on bare boolean logic of configure option identifiers. > > (this allows to express conditions in Rust in my QAPI-Rust PoC

[PATCH v7 00/10] qapi: untie 'if' conditions from C preprocessor

2021-08-04 Thread marcandre . lureau
From: Marc-André Lureau Hi, This series makes the 'if' conditions less liberal, by formalizing a simple expression tree based on bare boolean logic of configure option identifiers. (this allows to express conditions in Rust in my QAPI-Rust PoC series) thanks v7: after Markus review - use

[PATCH v7 00/10] vhost-vdpa: add support for configure interrupt

2021-06-01 Thread Cindy Lu
these patches are add the support for configure interrupt These code are all tested in vp-vdpa (support configure interrupt) vdpa_sim (not support configure interrupt) test in virtio-pci bus and virtio-mmio bus Change in v2: Add support for virtio-mmio bus active the notifier while the backend

Re: [PATCH v7 00/10] KVM: Dirty ring support (QEMU part)

2021-05-14 Thread Paolo Bonzini
On 06/05/21 18:05, Peter Xu wrote: This is v7 of the qemu dirty ring interface support. v7: - Rebase to latest master commit d45a5270d07 Queued, thanks! I only made a small change to rename the property from dirty-gfn-count to dirty-ring-size, since (assuming the user knows what gfn means)

Re: [PATCH v7 00/10] KVM: Dirty ring support (QEMU part)

2021-05-14 Thread Peter Xu
On Fri, May 14, 2021 at 05:38:17PM +0200, Paolo Bonzini wrote: > On 06/05/21 18:05, Peter Xu wrote: > > This is v7 of the qemu dirty ring interface support. > > > > v7: > > - Rebase to latest master commit d45a5270d07 > > Queued, thanks! > > I only made a small change to rename the property

[PATCH v7 00/10] KVM: Dirty ring support (QEMU part)

2021-05-06 Thread Peter Xu
This is v7 of the qemu dirty ring interface support. v7: - Rebase to latest master commit d45a5270d07 v6: - Fix slots_lock init [Keqian, Paolo] - Comment above KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2 on todo (to enable KVM_CLEAR_DIRTY_LOG for dirty ring too) [Keqian, Paolo] - Fix comment for

Re: [PATCH v7 00/10] block: Fix resize (extending) of short overlays

2020-04-27 Thread Kevin Wolf
Am 24.04.2020 um 14:54 hat Kevin Wolf geschrieben: > v7: > - Allocate smaller zero buffer [Vladimir] > - Added missing error_setg_errno() [Max] > - Code cleanup in the iotest, enabled mapping for 'metadata' [Vladimir] > - Don't assign to errp twice [Eric] Thanks for the review, applied to the

Re: [PATCH v7 00/10] block: Fix resize (extending) of short overlays

2020-04-24 Thread Max Reitz
On 24.04.20 14:54, Kevin Wolf wrote: > v7: > - Allocate smaller zero buffer [Vladimir] > - Added missing error_setg_errno() [Max] > - Code cleanup in the iotest, enabled mapping for 'metadata' [Vladimir] > - Don't assign to errp twice [Eric] I would have liked to see that change in patch 10, but

[PATCH v7 00/10] block: Fix resize (extending) of short overlays

2020-04-24 Thread Kevin Wolf
v7: - Allocate smaller zero buffer [Vladimir] - Added missing error_setg_errno() [Max] - Code cleanup in the iotest, enabled mapping for 'metadata' [Vladimir] - Don't assign to errp twice [Eric] v6: - qcow2: Don't round up end offset [Eric] - qcow2: Use different error messages for different

[PATCH v7 00/10] iotests: use python logging

2020-03-04 Thread John Snow
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 the need to create logged/unlogged versions of all the

[Qemu-devel] [PATCH v7 00/10] Measure Tiny Code Generation Quality

2019-08-29 Thread vandersonmr
This patch is part of Google Summer of Code (GSoC) 2019. More about the project can be found in: https://wiki.qemu.org/Internships/ProjectIdeas/TCGCodeQuality The goal of this patch is to add infrastructure to collect execution and JIT statistics during the emulation with accel/TCG. The

Re: [Qemu-devel] [PATCH v7 00/10] hw/m68k: add Apple Machintosh Quadra 800 machine

2019-05-25 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190525225013.13916-1-laur...@vivier.eu/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20190525225013.13916-1-laur...@vivier.eu Type: series Subject: [Qemu-devel] [PATCH v7 00/10] hw/m68k

[Qemu-devel] [PATCH v7 00/10] hw/m68k: add Apple Machintosh Quadra 800 machine

2019-05-25 Thread Laurent Vivier
I'm rebasing some of these patches for seven years now, too many years... if you want to test the machine, I'm sorry, it doesn't boot a MacROM, but you can boot a linux kernel from the command line. You can install your own disk using debian-installer, with: ... -M q800 \ -serial

Re: [Qemu-devel] [PATCH v7 00/10] Mips maintenance and misc fixes and improvements

2018-07-24 Thread Peter Maydell
On 24 July 2018 at 18:38, Aleksandar Markovic wrote: >> From: Peter Maydell >> Sent: Tuesday, July 24, 2018 7:21 PM > >> On 24 July 2018 at 18:04, Aleksandar Markovic >> wrote: >> > From: Aleksandar Markovic >> >> Are you trying to get these into 3.0 or aiming for 3.1? >> Time is running out

Re: [Qemu-devel] [PATCH v7 00/10] Mips maintenance and misc fixes and improvements

2018-07-24 Thread Aleksandar Markovic
> From: Peter Maydell > Sent: Tuesday, July 24, 2018 7:21 PM > On 24 July 2018 at 18:04, Aleksandar Markovic > wrote: > > From: Aleksandar Markovic > > Are you trying to get these into 3.0 or aiming for 3.1? > Time is running out for the former (and at this point > in the release cycle "fixes"

Re: [Qemu-devel] [PATCH v7 00/10] Mips maintenance and misc fixes and improvements

2018-07-24 Thread Peter Maydell
On 24 July 2018 at 18:04, Aleksandar Markovic wrote: > From: Aleksandar Markovic Are you trying to get these into 3.0 or aiming for 3.1? Time is running out for the former (and at this point in the release cycle "fixes" are OK but "improvements" should be postponed til 3.1...) thanks -- PMM

[Qemu-devel] [PATCH v7 00/10] Mips maintenance and misc fixes and improvements

2018-07-24 Thread Aleksandar Markovic
From: Aleksandar Markovic v6->v7: - added two syscall in syscall list patch that were omitted by mistake - added commit message to the patch on some syscalls preprocessor availability control - in the same patch, provided #ifdefs for one more function - patch on workaround

Re: [Qemu-devel] [PATCH v7 00/10] qemu-img convert with copy offloading

2018-05-31 Thread Fam Zheng
On Wed, 05/30 17:06, Stefan Hajnoczi wrote: > On Tue, May 29, 2018 at 01:59:49PM +0800, Fam Zheng wrote: > > v7: Fix qcow2. > > > > v6: Pick up rev-by from Stefan and Eric. > > Tweak patch 2 commit message. > > > > v5: - Fix raw offset/bytes check for read. [Eric] > > - Fix

Re: [Qemu-devel] [PATCH v7 00/10] qemu-img convert with copy offloading

2018-05-30 Thread Stefan Hajnoczi
On Tue, May 29, 2018 at 01:59:49PM +0800, Fam Zheng wrote: > v7: Fix qcow2. > > v6: Pick up rev-by from Stefan and Eric. > Tweak patch 2 commit message. > > v5: - Fix raw offset/bytes check for read. [Eric] > - Fix qcow2_handle_l2meta. [Stefan] > - Add coroutine_fn whereever

[Qemu-devel] [PATCH v7 00/10] qemu-img convert with copy offloading

2018-05-29 Thread Fam Zheng
v7: Fix qcow2. v6: Pick up rev-by from Stefan and Eric. Tweak patch 2 commit message. v5: - Fix raw offset/bytes check for read. [Eric] - Fix qcow2_handle_l2meta. [Stefan] - Add coroutine_fn whereever appropriate. [Stefan] v4: - Fix raw offset and size. [Eric] - iscsi: Drop

Re: [Qemu-devel] [PATCH v7 00/10] Convert msix_init() to error

2017-01-11 Thread Cao jin
On 01/10/2017 05:45 AM, Michael S. Tsirkin wrote: > On Mon, Nov 14, 2016 at 03:25:30PM +0800, Cao jin wrote: >> v7 changelog: >> 1. fix the segfaut bug in patch 2. So drop the all the R-b of it, >>please take a look, there is detailed description in the patch. >> 2. add the R-b from Hannes

Re: [Qemu-devel] [PATCH v7 00/10] Convert msix_init() to error

2017-01-10 Thread Paolo Bonzini
On 10/01/2017 17:19, Markus Armbruster wrote: > "Michael S. Tsirkin" writes: >> Generally this patchset is at v7. It brings a very limited benefit to >> the project. It better be perfect otherwise I don't see why bother. > > We obviously disagree on the benefit. Before this

Re: [Qemu-devel] [PATCH v7 00/10] Convert msix_init() to error

2017-01-10 Thread Markus Armbruster
"Michael S. Tsirkin" writes: > On Tue, Jan 10, 2017 at 11:06:08AM +0100, Markus Armbruster wrote: >> "Michael S. Tsirkin" writes: >> >> > On Mon, Nov 14, 2016 at 03:25:30PM +0800, Cao jin wrote: >> >> v7 changelog: >> >> 1. fix the segfaut bug in patch 2. So

Re: [Qemu-devel] [PATCH v7 00/10] Convert msix_init() to error

2017-01-10 Thread Paolo Bonzini
On 10/01/2017 15:38, Michael S. Tsirkin wrote: > On Tue, Jan 10, 2017 at 11:06:08AM +0100, Markus Armbruster wrote: >> "Michael S. Tsirkin" writes: >> >>> On Mon, Nov 14, 2016 at 03:25:30PM +0800, Cao jin wrote: v7 changelog: 1. fix the segfaut bug in patch 2. So drop

Re: [Qemu-devel] [PATCH v7 00/10] Convert msix_init() to error

2017-01-10 Thread Michael S. Tsirkin
On Tue, Jan 10, 2017 at 11:06:08AM +0100, Markus Armbruster wrote: > "Michael S. Tsirkin" writes: > > > On Mon, Nov 14, 2016 at 03:25:30PM +0800, Cao jin wrote: > >> v7 changelog: > >> 1. fix the segfaut bug in patch 2. So drop the all the R-b of it, > >>please take a look,

Re: [Qemu-devel] [PATCH v7 00/10] Convert msix_init() to error

2017-01-10 Thread Markus Armbruster
"Michael S. Tsirkin" writes: > On Mon, Nov 14, 2016 at 03:25:30PM +0800, Cao jin wrote: >> v7 changelog: >> 1. fix the segfaut bug in patch 2. So drop the all the R-b of it, >>please take a look, there is detailed description in the patch. >> 2. add the R-b from Hannes

Re: [Qemu-devel] [PATCH v7 00/10] Convert msix_init() to error

2017-01-09 Thread Michael S. Tsirkin
On Mon, Nov 14, 2016 at 03:25:30PM +0800, Cao jin wrote: > v7 changelog: > 1. fix the segfaut bug in patch 2. So drop the all the R-b of it, >please take a look, there is detailed description in the patch. > 2. add the R-b from Hannes Reinecke > > Test: > 1. make check: pass > 2. After

Re: [Qemu-devel] [PATCH v7 00/10] Convert msix_init() to error

2016-12-21 Thread Marcel Apfelbaum
On 12/21/2016 08:16 AM, Cao jin wrote: ping Misses the Acked-by: Marcel Apfelbaum from V6, if it helps. Thanks, Marcel On 11/14/2016 03:25 PM, Cao jin wrote: v7 changelog: 1. fix the segfaut bug in patch 2. So drop the all the R-b of it, please take a look, there

Re: [Qemu-devel] [PATCH v7 00/10] Convert msix_init() to error

2016-12-20 Thread Cao jin
ping On 11/14/2016 03:25 PM, Cao jin wrote: > v7 changelog: > 1. fix the segfaut bug in patch 2. So drop the all the R-b of it, >please take a look, there is detailed description in the patch. > 2. add the R-b from Hannes Reinecke > > Test: > 1. make check: pass > 2. After applied all the

Re: [Qemu-devel] [PATCH v7 00/10] Convert msix_init() to error

2016-11-14 Thread Michael S. Tsirkin
On Mon, Nov 14, 2016 at 03:25:30PM +0800, Cao jin wrote: > v7 changelog: > 1. fix the segfaut bug in patch 2. So drop the all the R-b of it, >please take a look, there is detailed description in the patch. > 2. add the R-b from Hannes Reinecke Pls remember to ping after release. > Test: > 1.

[Qemu-devel] [PATCH v7 00/10] Convert msix_init() to error

2016-11-13 Thread Cao jin
v7 changelog: 1. fix the segfaut bug in patch 2. So drop the all the R-b of it, please take a look, there is detailed description in the patch. 2. add the R-b from Hannes Reinecke Test: 1. make check: pass 2. After applied all the patch, command line test for all the affected devices, just

Re: [Qemu-devel] [PATCH v7 00/10] linux-user: Fix assorted Qemu user mode issues

2016-09-24 Thread Riku Voipio
On Thu, Sep 22, 2016 at 06:56:49PM +0200, Aleksandar Markovic wrote: > This series fixes certain Qemu user mode issues. The fixes mainly originate > from observation of LTP tests failures for execution in Qemu user mode on > various platforms. The series also contains a cleanup patch. Thanks, all

Re: [Qemu-devel] [PATCH v7 00/10] linux-user: Fix assorted Qemu user mode issues

2016-09-23 Thread Laurent Vivier
Le 23/09/2016 à 10:43, Aleksandar Markovic a écrit : > > - changed PATH_MAX to 128 in sysfs() patch (last remaining item > > that was supposed to be in the previous version)/ > > At first glance of the patch, you didn't change the good PATH_MAX... > > Laurent/ > > It slipped

Re: [Qemu-devel] [PATCH v7 00/10] linux-user: Fix assorted Qemu user mode issues

2016-09-23 Thread Aleksandar Markovic
> - changed PATH_MAX to 128 in sysfs() patch (last remaining item > that was supposed to be in the previous version) At first glance of the patch, you didn't change the good PATH_MAX... Laurent It slipped through the cracks. Sorry. :( My bad. But all other changes are in. Rebase is also good,

Re: [Qemu-devel] [PATCH v7 00/10] linux-user: Fix assorted Qemu user mode issues

2016-09-22 Thread Laurent Vivier
Le 22/09/2016 à 18:56, Aleksandar Markovic a écrit : > From: Aleksandar Markovic > > v6->v7: > > - rebased to the latest code (there was a large linux-user change since > v6, consisting of 26 patches) > - slightly changed order of patches >

[Qemu-devel] [PATCH v7 00/10] linux-user: Fix assorted Qemu user mode issues

2016-09-22 Thread Aleksandar Markovic
From: Aleksandar Markovic v6->v7: - rebased to the latest code (there was a large linux-user change since v6, consisting of 26 patches) - slightly changed order of patches - changed PATH_MAX to 128 in sysfs() patch (last remaining item

[Qemu-devel] [PATCH v7 00/10] docker: Support building qemu-user powered docker test images

2016-07-19 Thread Fam Zheng
v7: Pick up Alex's branch, and add the "docker.py images" patch. Changes since v6: - Added the EXECUTABLE patch. - Fix rc == 0 case of pre script. - Add docker.py images subcommand. - Use docker.py instead of sudo. - More details in message of the debian bootstrap pre

[Qemu-devel] [PATCH v7 00/10] Dirty bitmap changes for migration/persistence work

2016-07-18 Thread John Snow
v7: 02: Fix rebase mishap. 04: Slight loop adjustment. 09: Fix constant on 32bit machines. v6: Rebase. 02: Added documentation changes as suggested by Max. v5: Rebase: first 5 patches from last revision are already merged. Addressed Max's comments: 01: - "block.c" ->

Re: [Qemu-devel] [PATCH v7 00/10] block: Protect nested event loop with bdrv_drained_begin and bdrv_drained_end

2015-10-23 Thread Kevin Wolf
Am 23.10.2015 um 05:08 hat Fam Zheng geschrieben: > v7: Exclude bdrv_drain and bdrv_qed_drain patches, they'll follow the > bdrv_drain fix for bdrv_aio_flush. > Fix internal snapshot clean. > > v6: Add Kevin's rev-by in patches 1-3, 6-8, 10, 12. > Add Jeff's rev-by in patches 1, 2,

Re: [Qemu-devel] [PATCH v7 00/10] block: Protect nested event loop with bdrv_drained_begin and bdrv_drained_end

2015-10-23 Thread Stefan Hajnoczi
On Fri, Oct 23, 2015 at 11:08:04AM +0800, Fam Zheng wrote: > v7: Exclude bdrv_drain and bdrv_qed_drain patches, they'll follow the > bdrv_drain fix for bdrv_aio_flush. > Fix internal snapshot clean. > > v6: Add Kevin's rev-by in patches 1-3, 6-8, 10, 12. > Add Jeff's rev-by in patches

[Qemu-devel] [PATCH v7 00/10] block: Protect nested event loop with bdrv_drained_begin and bdrv_drained_end

2015-10-22 Thread Fam Zheng
v7: Exclude bdrv_drain and bdrv_qed_drain patches, they'll follow the bdrv_drain fix for bdrv_aio_flush. Fix internal snapshot clean. v6: Add Kevin's rev-by in patches 1-3, 6-8, 10, 12. Add Jeff's rev-by in patches 1, 2, 6-8, 10. 04: Fix spelling and wording in comments. [Jeff]

[Qemu-devel] [PATCH v7 00/10] PXB changes

2015-06-18 Thread Laszlo Ersek
I tried hard to address the two sets of comments I got for v6: - in the first half of the series, I reworked the new pci-bridge property - in the second half, I implemented the agreed upon OFW format I also adapted the OVMF series to the changes in the second half (locally only, for now), and

Re: [Qemu-devel] [PATCH v7 00/10] rocker: add new rocker ethernet switch device

2015-02-23 Thread Stefan Hajnoczi
On Mon, Feb 16, 2015 at 01:47:41PM -0800, sfel...@gmail.com wrote: v7: - Per Stefan Hajnoczi comments: - #ifdef CONFIG_ROCKER wrapper around qmp/hmp to fix compile when PCI is disabled or rocker is disabled. Thanks, applied patches except the QMP patch to my net tree:

[Qemu-devel] [PATCH v7 00/10] rocker: add new rocker ethernet switch device

2015-02-16 Thread sfeldma
From: Scott Feldman sfel...@gmail.com v7: - Per Stefan Hajnoczi comments: - #ifdef CONFIG_ROCKER wrapper around qmp/hmp to fix compile when PCI is disabled or rocker is disabled. v6: - Per Stefan Hajnoczi review: - Move tests to tests/rocker - Fix some mem leaks -

[Qemu-devel] [2.3 PATCH v7 00/10] block: Incremental backup series

2014-11-25 Thread John Snow
This is the in memory part of the incremental backup feature. With the added commands, we can create a bitmap on a block backend, from which point of time all the writes are tracked by the bitmap, marking sectors as dirty. Later, we call drive-backup and pass the bitmap to it, to do an

Re: [Qemu-devel] [2.3 PATCH v7 00/10] block: Incremental backup series

2014-11-25 Thread John Snow
On 11/25/2014 02:46 PM, John Snow wrote: This is the in memory part of the incremental backup feature. With the added commands, we can create a bitmap on a block backend, from which point of time all the writes are tracked by the bitmap, marking sectors as dirty. Later, we call drive-backup

[Qemu-devel] [PATCH v7 00/10] Drop in_use from BlockDriverState and enable point-in-time snapshot exporting over NBD

2013-12-12 Thread Fam Zheng
This series adds for point-in-time snapshot NBD exporting based on blockdev-backup (variant of drive-backup with existing device as target). We get a thin point-in-time snapshot by COW mechanism of drive-backup, and export it through built in NBD server. The steps are as below: 1. (SHELL)

Re: [Qemu-devel] [PATCH v7 00/10] Drop in_use from BlockDriverState and enable point-in-time snapshot exporting over NBD

2013-12-12 Thread Ian Main
On Thu, Dec 12, 2013 at 04:23:36PM +0800, Fam Zheng wrote: This series adds for point-in-time snapshot NBD exporting based on blockdev-backup (variant of drive-backup with existing device as target). We get a thin point-in-time snapshot by COW mechanism of drive-backup, and export it through

Re: [Qemu-devel] [PATCH v7 00/10] Drop in_use from BlockDriverState and enable point-in-time snapshot exporting over NBD

2013-12-12 Thread Fam Zheng
On 2013年12月13日 10:40, Ian Main wrote: On Thu, Dec 12, 2013 at 04:23:36PM +0800, Fam Zheng wrote: This series adds for point-in-time snapshot NBD exporting based on blockdev-backup (variant of drive-backup with existing device as target). We get a thin point-in-time snapshot by COW mechanism of

Re: [Qemu-devel] [PATCH v7 00/10] qemu-ga: fsfreeze on Windows using VSS

2013-07-22 Thread Tomoki Sekiyama
PM To: Tomoki Sekiyama; qemu-devel@nongnu.org Cc: libaiq...@huawei.com; ler...@redhat.com; gham...@redhat.com; stefa...@gmail.com; lcapitul...@redhat.com; vroze...@redhat.com; pbonz...@redhat.com; Seiji Aguchi; ebl...@redhat.com; ar...@redhat.com Subject: Re: [PATCH v7 00/10] qemu-ga: fsfreeze

Re: [Qemu-devel] [PATCH v7 00/10] qemu-ga: fsfreeze on Windows using VSS

2013-07-22 Thread Michael Roth
; lcapitul...@redhat.com; vroze...@redhat.com; pbonz...@redhat.com; Seiji Aguchi; ebl...@redhat.com; ar...@redhat.com Subject: Re: [PATCH v7 00/10] qemu-ga: fsfreeze on Windows using VSS Quoting Tomoki Sekiyama (2013-07-15 11:20:23) Hi, This is v7 of patch series to add fsfreeze for Windows qemu

Re: [Qemu-devel] [PATCH v7 00/10] qemu-ga: fsfreeze on Windows using VSS

2013-07-22 Thread Tomoki Sekiyama
; pbonz...@redhat.com; Seiji Aguchi; ebl...@redhat.com; ar...@redhat.com Subject: Re: RE: [PATCH v7 00/10] qemu-ga: fsfreeze on Windows using VSS Quoting Tomoki Sekiyama (2013-07-22 15:02:23) Hi Michael, CoCreateInstance(VSSCoordinator) failed. (Error: 80040154) Class not registered I have seen

Re: [Qemu-devel] [PATCH v7 00/10] qemu-ga: fsfreeze on Windows using VSS

2013-07-18 Thread Michael Roth
Quoting Tomoki Sekiyama (2013-07-15 11:20:23) Hi, This is v7 of patch series to add fsfreeze for Windows qemu-guest-agent. changes from v7: - Fix COM initialization issue for Windows service thread (patch 07/10) v6: http://lists.nongnu.org/archive/html/qemu-devel/2013-07/msg01788.html

Re: [Qemu-devel] [PATCH v7 00/10] qemu-ga: fsfreeze on Windows using VSS

2013-07-18 Thread Tomoki Sekiyama
...@huawei.com; ler...@redhat.com; gham...@redhat.com; stefa...@gmail.com; lcapitul...@redhat.com; vroze...@redhat.com; pbonz...@redhat.com; Seiji Aguchi; ebl...@redhat.com; ar...@redhat.com Subject: Re: [PATCH v7 00/10] qemu-ga: fsfreeze on Windows using VSS Quoting Tomoki Sekiyama (2013-07-15 11:20:23

[Qemu-devel] [PATCH v7 00/10] qemu-ga: fsfreeze on Windows using VSS

2013-07-15 Thread Tomoki Sekiyama
Hi, This is v7 of patch series to add fsfreeze for Windows qemu-guest-agent. changes from v7: - Fix COM initialization issue for Windows service thread (patch 07/10) v6: http://lists.nongnu.org/archive/html/qemu-devel/2013-07/msg01788.html * Description In Windows, VSS (Volume Shadow Copy

Re: [Qemu-devel] [PATCH v7 00/10] i8254, i8259 and running Microport UNIX (ca 1987)

2012-12-12 Thread Gleb Natapov
On Wed, Dec 12, 2012 at 12:46:41AM -0700, Matthew Ogilvie wrote: On Tue, Dec 11, 2012 at 06:19:56PM +0200, Gleb Natapov wrote: On Sun, Nov 25, 2012 at 02:51:36PM -0700, Matthew Ogilvie wrote: Still needed: * Corresponding KVM patches. The best approach may

Re: [Qemu-devel] [PATCH v7 00/10] i8254, i8259 and running Microport UNIX (ca 1987)

2012-12-12 Thread Jan Kiszka
On 2012-12-12 12:36, Gleb Natapov wrote: How about things like pit_get_out(), pit_get_next_transition_time(), etc in qemu/hw/i8254_common.c? (If not used when KVM is enabled, then why are they common?) What are the implications if qemu and KVM

Re: [Qemu-devel] [PATCH v7 00/10] i8254, i8259 and running Microport UNIX (ca 1987)

2012-12-12 Thread Gleb Natapov
On Wed, Dec 12, 2012 at 12:38:33PM +0100, Jan Kiszka wrote: On 2012-12-12 12:36, Gleb Natapov wrote: How about things like pit_get_out(), pit_get_next_transition_time(), etc in qemu/hw/i8254_common.c? (If not used when KVM is enabled, then why are

Re: [Qemu-devel] [PATCH V7 00/10] replace QEMUOptionParameter with QemuOpts parser

2012-12-11 Thread Stefan Hajnoczi
On Thu, Dec 06, 2012 at 02:47:17PM +0800, Dong Xu Wang wrote: Patch 1-3 are from Luiz, added Markus's comments, discussion could be found here: http://lists.nongnu.org/archive/html/qemu-devel/2012-07/msg02716.html Patch 3 was changed according Paolo's comments. Patch 4-5: because

Re: [Qemu-devel] [PATCH v7 00/10] i8254, i8259 and running Microport UNIX (ca 1987)

2012-12-11 Thread Jamie Lokier
Matthew Ogilvie wrote: 2. Just fix it immediately, and don't worry about migration. Squash the last few patches together. A single missed periodic timer tick that only happens when migrating between versions of qemu is probably not a significant concern. (Unless someone knows

Re: [Qemu-devel] [PATCH V7 00/10] replace QEMUOptionParameter with QemuOpts parser

2012-12-11 Thread Kevin Wolf
Am 06.12.2012 07:47, schrieb Dong Xu Wang: Patch 1-3 are from Luiz, added Markus's comments, discussion could be found here: http://lists.nongnu.org/archive/html/qemu-devel/2012-07/msg02716.html Patch 3 was changed according Paolo's comments. Patch 4-5: because qemu_opts_create can not

Re: [Qemu-devel] [PATCH v7 00/10] i8254, i8259 and running Microport UNIX (ca 1987)

2012-12-11 Thread Gleb Natapov
On Sun, Nov 25, 2012 at 02:51:36PM -0700, Matthew Ogilvie wrote: This series makes a series of mostly-unrelated fixes to allow running an old Microport UNIX (ca 1987) guest under qemu. Changes since version 6: * Patches 1 through 6 haven't changed, other than resolving a couple of

Re: [Qemu-devel] [PATCH V7 00/10] replace QEMUOptionParameter with QemuOpts parser

2012-12-11 Thread Dong Xu Wang
On Tue, Dec 11, 2012 at 11:57 PM, Kevin Wolf kw...@redhat.com wrote: Am 06.12.2012 07:47, schrieb Dong Xu Wang: Patch 1-3 are from Luiz, added Markus's comments, discussion could be found here: http://lists.nongnu.org/archive/html/qemu-devel/2012-07/msg02716.html Patch 3 was changed

Re: [Qemu-devel] [PATCH v7 00/10] i8254, i8259 and running Microport UNIX (ca 1987)

2012-12-11 Thread Matthew Ogilvie
On Tue, Dec 11, 2012 at 11:20:05AM +, Jamie Lokier wrote: Matthew Ogilvie wrote: 2. Just fix it immediately, and don't worry about migration. Squash the last few patches together. A single missed periodic timer tick that only happens when migrating between versions of qemu

Re: [Qemu-devel] [PATCH v7 00/10] i8254, i8259 and running Microport UNIX (ca 1987)

2012-12-11 Thread Matthew Ogilvie
On Tue, Dec 11, 2012 at 06:19:56PM +0200, Gleb Natapov wrote: On Sun, Nov 25, 2012 at 02:51:36PM -0700, Matthew Ogilvie wrote: Still needed: * Corresponding KVM patches. The best approach may depend on what option is selected for qemu above. * Note that

Re: [Qemu-devel] [PATCH v7 00/10] i8254, i8259 and running Microport UNIX (ca 1987)

2012-12-10 Thread Anthony Liguori
Jan Kiszka jan.kis...@web.de writes: On 2012-12-10 06:14, Matthew Ogilvie wrote: On Sun, Nov 25, 2012 at 02:51:36PM -0700, Matthew Ogilvie wrote: This series makes a series of mostly-unrelated fixes to allow running an old Microport UNIX (ca 1987) guest under qemu. Changes since version 6:

Re: [Qemu-devel] [PATCH v7 00/10] i8254, i8259 and running Microport UNIX (ca 1987)

2012-12-10 Thread Matthew Ogilvie
On Mon, Dec 10, 2012 at 10:47:59AM -0600, Anthony Liguori wrote: Jan Kiszka jan.kis...@web.de writes: On 2012-12-10 06:14, Matthew Ogilvie wrote: On Sun, Nov 25, 2012 at 02:51:36PM -0700, Matthew Ogilvie wrote: This series makes a series of mostly-unrelated fixes to allow running an old

Re: [Qemu-devel] [PATCH v7 00/10] i8254, i8259 and running Microport UNIX (ca 1987)

2012-12-09 Thread Matthew Ogilvie
On Sun, Nov 25, 2012 at 02:51:36PM -0700, Matthew Ogilvie wrote: This series makes a series of mostly-unrelated fixes to allow running an old Microport UNIX (ca 1987) guest under qemu. Changes since version 6: * Patches 1 through 6 haven't changed, other than resolving a couple of

Re: [Qemu-devel] [PATCH v7 00/10] i8254, i8259 and running Microport UNIX (ca 1987)

2012-12-09 Thread Jan Kiszka
On 2012-12-10 06:14, Matthew Ogilvie wrote: On Sun, Nov 25, 2012 at 02:51:36PM -0700, Matthew Ogilvie wrote: This series makes a series of mostly-unrelated fixes to allow running an old Microport UNIX (ca 1987) guest under qemu. Changes since version 6: * Patches 1 through 6 haven't

[Qemu-devel] [PATCH V7 00/10] replace QEMUOptionParameter with QemuOpts parser

2012-12-05 Thread Dong Xu Wang
Patch 1-3 are from Luiz, added Markus's comments, discussion could be found here: http://lists.nongnu.org/archive/html/qemu-devel/2012-07/msg02716.html Patch 3 was changed according Paolo's comments. Patch 4-5: because qemu_opts_create can not fail while id is null, so create function

[Qemu-devel] [PATCH v7 00/10] i8254, i8259 and running Microport UNIX (ca 1987)

2012-11-25 Thread Matthew Ogilvie
This series makes a series of mostly-unrelated fixes to allow running an old Microport UNIX (ca 1987) guest under qemu. Changes since version 6: * Patches 1 through 6 haven't changed, other than resolving a couple of simple conflicts. * Patch 7 fixes IRQ0 by just making it work like

[Qemu-devel] [PATCH v7 00/10] ARM: Samsung Exynos4210-based boards support.

2012-01-15 Thread Evgeny Voevodin
This set of patches adds support for Samsung S5PC210-based boards NURI and SMDKC210. Tested on Linux kernel v3.x series. Usage of -smp 2 option is required for now. Changelog: v6-v7 - exynos4210_pwm.c: added usage of ptimer.h - exynos4210_mct.c: added usage of ptimer.h v5-v6 - arm_boot.c,