index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
pci
/
shpc.c
Age
Commit message (
Expand
)
Author
2018-12-20
pci/shpc: perform unplug via the hotplug handler
David Hildenbrand
2018-12-20
pci/shpc: rename hotplug handler callbacks
David Hildenbrand
2018-11-27
vmstate: constify VMStateField
Marc-André Lureau
2018-01-18
pci/shpc: Move function to generic header file
Yuval Shaia
2017-07-03
pci: Convert shpc_init() to Error
Mao Zhongyi
2017-07-03
pci: Make errp the last parameter of pci_add_capability()
Mao Zhongyi
2017-01-24
migration: extend VMStateInfo
Jianjun Duan
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-01-29
pci: Clean up includes
Peter Maydell
2015-09-11
maint: remove unused include for strings.h
Daniel P. Berrange
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2015-04-28
Convert (ffs(val) - 1) to ctz32(val)
Stefan Hajnoczi
2015-03-11
pci/shpc: fix signed integer overflow
Michael S. Tsirkin
2015-02-16
pci: split shpc_cleanup and shpc_free
Paolo Bonzini
2014-11-24
hw/pci: fix crash on shpc error flow
Marcel Apfelbaum
2014-11-17
shpc: fix error propaagation
Gonglei
2014-10-15
qdev: HotplugHandler: Rename unplug callback to unplug_request
Igor Mammedov
2014-08-18
memory: remove memory_region_destroy
Paolo Bonzini
2014-02-10
pci/shpc: convert SHPC hotplug to use hotplug-handler API
Igor Mammedov
2013-11-05
qdev: Drop misleading qdev_free() function
Stefan Hajnoczi
2013-10-14
hw: set interrupts using pci irq wrappers
Marcel Apfelbaum
2013-07-04
hw/p*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-03-01
hw: move qdev-monitor.o to toplevel directory
Paolo Bonzini
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-17
pci: rename pci_internals.h pci_bus.h
Michael S. Tsirkin
2012-12-17
pci: fix path for local includes
Michael S. Tsirkin
2012-12-17
pci: move pci core code to hw/pci
Michael S. Tsirkin