| Commit message (Expand) | Author | Age | Files | Lines |
* | qdev: Drop qbus_set_hotplug_handler() parameter @errp | Markus Armbruster | 2020-07-02 | 1 | -1/+1 |
* | qdev: Convert to qdev_unrealize() with Coccinelle | Markus Armbruster | 2020-06-15 | 1 | -1/+1 |
* | qdev: Unrealize must not fail | Markus Armbruster | 2020-05-15 | 1 | -1/+1 |
* | Include migration/qemu-file-types.h a lot less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -1/+0 |
* | qdev: Let the hotplug_handler_unplug() caller delete the device | David Hildenbrand | 2019-03-06 | 1 | -1/+2 |
* | qdev: pass an Object * to qbus_set_hotplug_handler() | Michael Roth | 2019-02-17 | 1 | -1/+1 |
* | pci/shpc: perform unplug via the hotplug handler | David Hildenbrand | 2018-12-20 | 1 | -1/+10 |
* | pci/shpc: rename hotplug handler callbacks | David Hildenbrand | 2018-12-20 | 1 | -7/+7 |
* | vmstate: constify VMStateField | Marc-André Lureau | 2018-11-27 | 1 | -3/+4 |
* | pci/shpc: Move function to generic header file | Yuval Shaia | 2018-01-18 | 1 | -11/+2 |
* | pci: Convert shpc_init() to Error | Mao Zhongyi | 2017-07-03 | 1 | -6/+5 |
* | pci: Make errp the last parameter of pci_add_capability() | Mao Zhongyi | 2017-07-03 | 1 | -1/+4 |
* | migration: extend VMStateInfo | Jianjun Duan | 2017-01-24 | 1 | -2/+5 |
* | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | pci: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -1/+1 |
* | maint: remove unused include for strings.h | Daniel P. Berrange | 2015-09-11 | 1 | -1/+0 |
* | Include qapi/qmp/qerror.h exactly where needed | Markus Armbruster | 2015-06-22 | 1 | -1/+0 |
* | Convert (ffs(val) - 1) to ctz32(val) | Stefan Hajnoczi | 2015-04-28 | 1 | -5/+5 |
* | pci/shpc: fix signed integer overflow | Michael S. Tsirkin | 2015-03-11 | 1 | -1/+1 |
* | pci: split shpc_cleanup and shpc_free | Paolo Bonzini | 2015-02-16 | 1 | -1/+10 |
* | hw/pci: fix crash on shpc error flow | Marcel Apfelbaum | 2014-11-24 | 1 | -0/+1 |
* | shpc: fix error propaagation | Gonglei | 2014-11-17 | 1 | -1/+2 |
* | qdev: HotplugHandler: Rename unplug callback to unplug_request | Igor Mammedov | 2014-10-15 | 1 | -2/+2 |
* | memory: remove memory_region_destroy | Paolo Bonzini | 2014-08-18 | 1 | -1/+0 |
* | pci/shpc: convert SHPC hotplug to use hotplug-handler API | Igor Mammedov | 2014-02-10 | 1 | -47/+77 |
* | qdev: Drop misleading qdev_free() function | Stefan Hajnoczi | 2013-11-05 | 1 | -1/+1 |
* | hw: set interrupts using pci irq wrappers | Marcel Apfelbaum | 2013-10-14 | 1 | -1/+1 |
* | hw/p*: pass owner to memory_region_init* functions | Paolo Bonzini | 2013-07-04 | 1 | -2/+2 |
* | memory: add owner argument to initialization functions | Paolo Bonzini | 2013-07-04 | 1 | -1/+1 |
* | hw: move qdev-monitor.o to toplevel directory | Paolo Bonzini | 2013-03-01 | 1 | -1/+2 |
* | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 1 | -2/+2 |
* | pci: rename pci_internals.h pci_bus.h | Michael S. Tsirkin | 2012-12-17 | 1 | -1/+1 |
* | pci: fix path for local includes | Michael S. Tsirkin | 2012-12-17 | 1 | -4/+4 |
* | pci: move pci core code to hw/pci | Michael S. Tsirkin | 2012-12-17 | 1 | -0/+681 |