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-host
/
prep.c
Age
Commit message (
Expand
)
Author
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-02-08
hw/pci-host: add pci-intack write method
Prasad J Pandit
2020-12-10
vl: extract softmmu/datadir.c
Paolo Bonzini
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-06-15
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_set_parent_bus() manually
Markus Armbruster
2020-06-15
Revert "hw/prep: realize the PCI root bus as part of the prep init"
Markus Armbruster
2020-06-09
hw/pci-host/prep: Correct RAVEN bus bridge memory region size
Philippe Mathieu-Daudé
2020-03-17
hw/pci-host: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
2020-01-29
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-12-17
hw: replace hw/i386/pc.h with a header just for the i8259
Paolo Bonzini
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-02-05
elf: Add optional function ptr to load_elf() to parse ELF notes
Liam Merwick
2018-09-25
40p: use OR gate to wire up raven PCI interrupts
Mark Cave-Ayland
2018-09-25
raven: some minor IRQ-related tidy-ups
Mark Cave-Ayland
2018-07-02
hw/ppc: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2017-12-05
pci: Rename root bus initialization functions for clarity
David Gibson
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
2017-05-17
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
2017-02-22
hw/pci-host/prep: Do not use hw_error() in realize function
Thomas Huth
2016-07-20
hw/prep: realize the PCI root bus as part of the prep init
Marcel Apfelbaum
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-04
loader: Add data swap option to load-elf
Peter Crosthwaite
2016-01-29
ppc: Clean up includes
Peter Maydell
2016-01-13
raven: Mark use of hw_error() in realize() FIXME
Markus Armbruster
2015-09-18
Fix bad error handling after memory_region_init_ram()
Markus Armbruster
2015-09-11
maint: avoid useless "if (foo) free(foo)" pattern
Daniel P. Berrange
2015-04-26
exec.c: Make address_space_rw take transaction attributes
Peter Maydell
2015-02-26
pci: Trivial device model conversions to realize
Markus Armbruster
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
2014-07-07
prep: Remove PCI memory hack related to OpenHack'Ware
Hervé Poussineau
2014-04-08
hw/pci-host/prep: Don't reverse IO accesses on bigendian hosts
Peter Maydell
2014-03-20
raven: Use raven_ for all function prefixes
Hervé Poussineau
2014-03-20
raven: Fix PCI bus accesses with size > 1
Hervé Poussineau
2014-03-20
raven: Add PCI bus mastering address space
Hervé Poussineau
2014-03-20
raven: Set a correct PCI memory region
Hervé Poussineau
2014-03-20
raven: Set a correct PCI I/O memory region
Hervé Poussineau
2014-03-20
raven: Implement non-contiguous I/O region
Hervé Poussineau
2014-03-20
raven: Rename intack region to pci_intack
Hervé Poussineau
2014-03-13
raven: Move BIOS loading from board code to PCI host
Hervé Poussineau
2014-02-09
raven: Use constant PCI_NUM_PINS instead of 4
Hervé Poussineau
[next]