this series adds a new phase to the guest hookscript that is called for each
passed throug pci device after it's prepared, but before the qemu process is
started.

See the second qemu-server commit for why that is interesting.

pve-guest-common:

Dominik Csapak (1):
  helpers: exec hookscript: add optional parameters

 src/PVE/GuestHelpers.pm | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)


qemu-server:

Dominik Csapak (2):
  pci: factor 'prepare_pci_devices' out to PVE::QemuServer::PCI module
  pci: call hookscript for each prepared pci device

 src/PVE/QemuServer.pm     | 45 +++++----------------------
 src/PVE/QemuServer/PCI.pm | 65 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 73 insertions(+), 37 deletions(-)


pve-docs:

Dominik Csapak (1):
  examples: add new hookscript phase to example hookscript

 examples/guest-example-hookscript.pl | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)


Summary over all repositories:
  4 files changed, 107 insertions(+), 38 deletions(-)

-- 
Generated by git-murpp 0.8.1


_______________________________________________
pve-devel mailing list
[email protected]
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to