)]}' { "commit": "c0c45eed4f3fb799764979dec5cfb399071d6916", "tree": "0aa388145b37e9f6374d3ca7226c98d272a5186f", "parents": [ "d632faceb69d7816b7b5ec645ece22c2507d00d3" ], "author": { "name": "Andre Przywara", "email": "andre.przywara@arm.com", "time": "Fri Apr 24 16:17:02 2020 +0100" }, "committer": { "name": "Will Deacon", "email": "will@kernel.org", "time": "Fri Apr 24 18:00:13 2020 +0100" }, "message": "pci: Move legacy IRQ assignment into devices\n\nSo far the (legacy) IRQ line for a PCI device is allocated in devices.c,\nwhich should actually not take care of that. Since we allocate all other\ndevice specific resources in the actual device emulation code, the IRQ\nshould not be something special.\n\nRemove the PCI specific code from devices.c, and move the IRQ line\nallocation to the PCI code.\nThis drops the IRQ line from the VESA device, since it does not use one.\n\nSigned-off-by: Andre Przywara \u003candre.przywara@arm.com\u003e\nSigned-off-by: Will Deacon \u003cwill@kernel.org\u003e\n", "tree_diff": [ { "type": "modify", "old_id": "2c8b26653703f2d6700e701ac830b5b2a82fc6d6", "old_mode": 33188, "old_path": "devices.c", "new_id": "41cffdd7c4f235922479c0310fa1546ddadbd593", "new_mode": 33188, "new_path": "devices.c" }, { "type": "modify", "old_id": "ccb155e3e8fe3021de94c8da2647c59483e848ef", "old_mode": 33188, "old_path": "include/kvm/pci.h", "new_id": "2c29c094d4cbb81dc9d2d63b16fd67d69e1ba681", "new_mode": 33188, "new_path": "include/kvm/pci.h" }, { "type": "modify", "old_id": "b6892d974c08ab1294b330c74af2b59b641af617", "old_mode": 33188, "old_path": "pci.c", "new_id": "3ecdd0f9c75cc83e082362f423303c493fca53dc", "new_mode": 33188, "new_path": "pci.c" }, { "type": "modify", "old_id": "b09557dee0ae5b92e8427692f1cc9affb5cc73f8", "old_mode": 33188, "old_path": "vfio/pci.c", "new_id": "89d29b89db43770913c825b2fa1fd0acfb5dbf31", "new_mode": 33188, "new_path": "vfio/pci.c" }, { "type": "modify", "old_id": "281c318175988e7f5fc2915cdb435f65ff0136c1", "old_mode": 33188, "old_path": "virtio/pci.c", "new_id": "c6529493f06fcb40d4167c384a2f1284db41f1a5", "new_mode": 33188, "new_path": "virtio/pci.c" } ] }