summary refs log tree commit diff stats
path: root/hw/alpha (follow)
Commit message (Expand)AuthorAgeFilesLines
* alpha: switch boards to "default y"Paolo Bonzini2024-05-031-0/+2
* hw/alpha/dp264: use pci_init_nic_devices()David Woodhouse2024-02-021-3/+1
* hw/pci: modify pci_setup_iommu() to set PCIIOMMUOpsYi Liu2023-11-031-1/+5
* hw/alpha: Use MachineClass->default_nic in the alpha machineThomas Huth2023-05-261-1/+3
* Drop duplicate #includeMarkus Armbruster2023-02-081-1/+0
* include/hw/pci: Break inclusion loop pci_bridge.h and cxl.hMarkus Armbruster2023-01-083-2/+2
* hw: Remove unused MAX_IDE_BUS defineBALATON Zoltan2022-10-311-2/+0
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* hw/alpha: Provide a PCI-ISA bridge device nodeJason Thorpe2021-06-284-27/+36
* hw/alpha: Provide console information to the PALcode at start-upJason Thorpe2021-06-281-1/+11
* hw/alpha: Set minimum PCI device ID to 1 to match Clipper IRQ mappingsJason Thorpe2021-06-283-5/+9
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* vl: extract softmmu/datadir.cPaolo Bonzini2020-12-101-0/+1
* alpha: remove bios_namePaolo Bonzini2020-12-101-1/+1
* load_elf: Remove unused address variables from callersBALATON Zoltan2020-09-251-4/+4
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* meson: convert hw/arch*Marc-André Lureau2020-08-212-1/+8
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* hw/ide: Do ide_drive_get() within pci_ide_create_devs()BALATON Zoltan2020-03-171-10/+3
* dp264: use pci_create_simple() to initialise the cmd646 deviceMark Cave-Ayland2020-03-101-1/+5
* hw/alpha/dp264: Include "net/net.h"Philippe Mathieu-Daudé2020-03-091-0/+1
* hw/alpha/alpha_sys: Remove unused "hw/ide.h" headerPhilippe Mathieu-Daudé2020-03-091-1/+0
* hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé2020-02-281-1/+1
* alpha/dp264: use memdev for RAMIgor Mammedov2020-02-193-8/+5
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-291-2/+2
* hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini2019-12-172-1/+3
* hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-241-1/+1
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-162-2/+0
* Include hw/boards.h a bit lessMarkus Armbruster2019-08-162-1/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-162-2/+0
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-162-1/+1
* hw: Replace global smp variables with MachineState for all remaining archsLike Xu2019-07-051-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-03-281-0/+1
|\
| * hw/alpha/Kconfig: DP264 hardware requires e1000 network cardPhilippe Mathieu-Daudé2019-03-201-0/+1
* | trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-1/+1
|/
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0...Peter Maydell2019-03-081-1/+0
|\
| * hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé2019-03-071-1/+0
* | alpha-softmmu.mak: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+10
* | kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+2
|/
* hw/alpha/Makefile.objs: Create CONFIG_* for alphaYang Zhong2019-02-051-1/+1
* elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-051-2/+2