[libvirt] [PATCH v4 00/13] Move qemu command line controller checks to qemuDomainDeviceDefValidateController* checks

John Ferlan posted 13 patches 6 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20171212150708.7563-1-jferlan@redhat.com
There is a newer version of this series
src/qemu/qemu_command.c | 403 ++++------------------------------------------
src/qemu/qemu_domain.c  | 420 +++++++++++++++++++++++++++++++++++++++++++++++-
tests/qemumemlocktest.c |  14 ++
tests/qemuxml2xmltest.c |   5 +-
4 files changed, 466 insertions(+), 376 deletions(-)
[libvirt] [PATCH v4 00/13] Move qemu command line controller checks to qemuDomainDeviceDefValidateController* checks
Posted by John Ferlan 6 years, 4 months ago
v3: https://www.redhat.com/archives/libvir-list/2017-December/msg00209.html

Differences since v3:

 * Pushed first 4 ACK'd patches of v3

 * Rework/Separate out a few patches for the SCSI handling

 * Alter the PCI handling as requested by code review (although I still
   had a question to a review comment regarding whether or not the model
   should be handled in PostParse).

 * Alter the SATA code as indicated by code review

 * Add Andrea's patch into the series

Andrea Bolognani (1):
  qemu: Add missing checks for pcie-root-port options

John Ferlan (12):
  qemu: Introduce qemuDomainDeviceDefValidateControllerAttributes
  qemu: Move model set for qemuBuildControllerDevStr
  qemu: Adjust SCSI controller switch in qemuBuildControllerDevStr
  qemu: Add check for iothread attribute in validate controller
  qemu: Introduce qemuDomainDeviceDefValidateControllerSCSI
  qemu: Introduce qemuDomainDeviceDefValidateControllerPCI
  qemu: Use virDomainPCIControllerOpts in qemuBuildControllerDevStr
  qemu: Move PCI command modelName check to controller def validate
  qemu: Move PCI command modelName TypeToString to controller def
    validate
  qemu: Move PCI more command checks to controller def validate
  qemu: Complete PCI command checks to controller def validate
  qemu: Introduce qemuDomainDeviceDefValidateControllerSATA

 src/qemu/qemu_command.c | 403 ++++------------------------------------------
 src/qemu/qemu_domain.c  | 420 +++++++++++++++++++++++++++++++++++++++++++++++-
 tests/qemumemlocktest.c |  14 ++
 tests/qemuxml2xmltest.c |   5 +-
 4 files changed, 466 insertions(+), 376 deletions(-)

-- 
2.13.6

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v4 00/13] Move qemu command line controller checks to qemuDomainDeviceDefValidateController* checks
Posted by John Ferlan 6 years, 3 months ago

ping?

Tks -

John

On 12/12/2017 10:06 AM, John Ferlan wrote:
> v3: https://www.redhat.com/archives/libvir-list/2017-December/msg00209.html
> 
> Differences since v3:
> 
>  * Pushed first 4 ACK'd patches of v3
> 
>  * Rework/Separate out a few patches for the SCSI handling
> 
>  * Alter the PCI handling as requested by code review (although I still
>    had a question to a review comment regarding whether or not the model
>    should be handled in PostParse).
> 
>  * Alter the SATA code as indicated by code review
> 
>  * Add Andrea's patch into the series
> 
> Andrea Bolognani (1):
>   qemu: Add missing checks for pcie-root-port options
> 
> John Ferlan (12):
>   qemu: Introduce qemuDomainDeviceDefValidateControllerAttributes
>   qemu: Move model set for qemuBuildControllerDevStr
>   qemu: Adjust SCSI controller switch in qemuBuildControllerDevStr
>   qemu: Add check for iothread attribute in validate controller
>   qemu: Introduce qemuDomainDeviceDefValidateControllerSCSI
>   qemu: Introduce qemuDomainDeviceDefValidateControllerPCI
>   qemu: Use virDomainPCIControllerOpts in qemuBuildControllerDevStr
>   qemu: Move PCI command modelName check to controller def validate
>   qemu: Move PCI command modelName TypeToString to controller def
>     validate
>   qemu: Move PCI more command checks to controller def validate
>   qemu: Complete PCI command checks to controller def validate
>   qemu: Introduce qemuDomainDeviceDefValidateControllerSATA
> 
>  src/qemu/qemu_command.c | 403 ++++------------------------------------------
>  src/qemu/qemu_domain.c  | 420 +++++++++++++++++++++++++++++++++++++++++++++++-
>  tests/qemumemlocktest.c |  14 ++
>  tests/qemuxml2xmltest.c |   5 +-
>  4 files changed, 466 insertions(+), 376 deletions(-)
> 

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list