~bdrung/qemu-kvm/caps-lock-key-up-event

« back to all changes in this revision

Viewing changes to hw/device-assignment.c

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2010-08-10 08:51:54 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100810085154-ok0jzlkr75dplmc7
Tags: 0.12.5+noroms-0ubuntu1
* New upstream release
* Removed patch which is now upstream:
  0001-Fix-missing-symbols-in-.rel-.rela.plt-sections.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1195
1195
{
1196
1196
    AssignedDevice *dev = DO_UPCAST(AssignedDevice, dev, pci_dev);
1197
1197
 
 
1198
    QLIST_REMOVE(dev, next);
1198
1199
    deassign_device(dev);
1199
1200
    free_assigned_device(dev);
1200
1201
    return 0;