aboutsummaryrefslogtreecommitdiff
path: root/hw/alpha
AgeCommit message (Expand)AuthorFilesLines
2023-05-26hw/alpha: Use MachineClass->default_nic in the alpha machineThomas Huth1-1/+3
2023-02-08Drop duplicate #includeMarkus Armbruster1-1/+0
2023-01-08include/hw/pci: Break inclusion loop pci_bridge.h and cxl.hMarkus Armbruster3-2/+2
2022-10-31hw: Remove unused MAX_IDE_BUS defineBALATON Zoltan1-2/+0
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2021-06-28hw/alpha: Provide a PCI-ISA bridge device nodeJason Thorpe4-27/+36
2021-06-28hw/alpha: Provide console information to the PALcode at start-upJason Thorpe1-1/+11
2021-06-28hw/alpha: Set minimum PCI device ID to 1 to match Clipper IRQ mappingsJason Thorpe3-5/+9
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-12-10alpha: remove bios_namePaolo Bonzini1-1/+1
2020-09-25load_elf: Remove unused address variables from callersBALATON Zoltan1-4/+4
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-08-21meson: convert hw/arch*Marc-André Lureau2-1/+8
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-1/+1
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-2/+2
2020-03-17hw/ide: Do ide_drive_get() within pci_ide_create_devs()BALATON Zoltan1-10/+3
2020-03-10dp264: use pci_create_simple() to initialise the cmd646 deviceMark Cave-Ayland1-1/+5
2020-03-09hw/alpha/dp264: Include "net/net.h"Philippe Mathieu-Daudé1-0/+1
2020-03-09hw/alpha/alpha_sys: Remove unused "hw/ide.h" headerPhilippe Mathieu-Daudé1-1/+0
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé1-1/+1
2020-02-19alpha/dp264: use memdev for RAMIgor Mammedov3-8/+5
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic1-2/+2
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini2-1/+3
2019-10-24hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé1-1/+1
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2-2/+0
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster2-1/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster2-2/+0
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster2-1/+1
2019-07-05hw: Replace global smp variables with MachineState for all remaining archsLike Xu1-0/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-03-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+1
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-1/+1
2019-03-20hw/alpha/Kconfig: DP264 hardware requires e1000 network cardPhilippe Mathieu-Daudé1-0/+1
2019-03-08Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0...Peter Maydell1-1/+0
2019-03-07hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé1-1/+0
2019-03-07alpha-softmmu.mak: express dependencies with KconfigPaolo Bonzini1-0/+10
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+2
2019-02-05hw/alpha/Makefile.objs: Create CONFIG_* for alphaYang Zhong1-1/+1
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick1-2/+2
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-6/+6
2019-01-08hw/alpha/typhoon: Stop calling cpu_unassigned_access()Peter Maydell1-20/+27
2018-10-24hw/alpha/typhoon: Remove unuseful codePhilippe Mathieu-Daudé1-13/+0