[PATCH qemuserver 0/3] Introduce DriveDevice module
    Alexandre Derumier 
    alexandre.derumier at groupe-cyllene.com
       
    Fri Jun 27 12:02:39 CEST 2025
    
    
  
In preparation of json format conversion.
- move print_drivedevice_full code
- create new subs to generate controller && iothreads
  and use them in controller hotplug too
Alexandre Derumier (3):
  introduce DriveDevice module
  add print_drivedevice_controller && print_drivedevice_iothread
  hotplug: drive controller : use print_drivedevice_iothread &&
    print_drivedevice_controller
 src/PVE/QemuServer.pm             | 220 ++--------------------------
 src/PVE/QemuServer/DriveDevice.pm | 233 ++++++++++++++++++++++++++++++
 src/PVE/QemuServer/Makefile       |   1 +
 3 files changed, 244 insertions(+), 210 deletions(-)
 create mode 100644 src/PVE/QemuServer/DriveDevice.pm
-- 
2.39.5
    
    
More information about the pve-devel
mailing list