• P
    conf: Refactor emulatorpin handling · ee3da892
    Peter Krempa 提交于
    Store the emulator pinning cpu mask as a pure virBitmap rather than the
    virDomainPinDef since it stores only the bitmap and refactor
    qemuDomainPinEmulator to do the same operations in a much saner way.
    
    As a side effect virDomainEmulatorPinAdd and virDomainEmulatorPinDel can
    be removed since they don't add any value.
    ee3da892
qemu_cgroup.c 38.1 KB