Univention Bugzilla – Attachment 3144 Details for
Bug 21996
Direktzugriff kann nachträglich nicht aktiviert werden (KVM)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Reserve first 3 slots for hardcoded devices
21996_reverve_pci.diff (text/plain), 397 bytes, created by
Philipp Hahn
on 2011-03-25 20:01:22 CET
(
hide
)
Description:
Reserve first 3 slots for hardcoded devices
Filename:
MIME Type:
Creator:
Philipp Hahn
Created:
2011-03-25 20:01:22 CET
Size:
397 bytes
patch
obsolete
>Bug #21996: Reserve first 3 slots for hardcoded devices >--- a/src/qemu/qemu_command.c >+++ b/src/qemu/qemu_command.c >@@ -690,6 +690,9 @@ qemuDomainPCIAddressSetPtr qemuDomainPCI > if (virDomainDeviceInfoIterate(def, qemuCollectPCIAddress, addrs) < 0) > goto error; > >+ /* first 3 slots are reserved for hardcoded devices */ >+ addrs->nextslot = 3; >+ > return addrs; > > no_memory:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 21996
: 3144