mirror of
https://git.proxmox.com/git/qemu-server
synced 2026-01-27 12:25:51 +00:00
remove net6 reservation and add comments for addr1, 2, 29
This commit is contained in:
parent
f290f8d92b
commit
e5f7f8ed0f
@ -2804,6 +2804,8 @@ sub print_pci_addr {
|
||||
|
||||
my $res = '';
|
||||
my $devices = {
|
||||
#addr1 : ide,parallel,serial (motherboard)
|
||||
#addr2 : first videocard
|
||||
balloon0 => { bus => 0, addr => 3 },
|
||||
watchdog => { bus => 0, addr => 4 },
|
||||
scsi0 => { bus => 0, addr => 5 },
|
||||
@ -2822,8 +2824,7 @@ sub print_pci_addr {
|
||||
net3 => { bus => 0, addr => 21 },
|
||||
net4 => { bus => 0, addr => 22 },
|
||||
net5 => { bus => 0, addr => 23 },
|
||||
net6 => { bus => 0, addr => 24 },
|
||||
|
||||
#addr29 : usb-host (pve-usb.cfg)
|
||||
};
|
||||
|
||||
if (defined($devices->{$id}->{bus}) && defined($devices->{$id}->{addr})) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user