aboutsummaryrefslogtreecommitdiff
path: root/hw/alpha
AgeCommit message (Expand)Author
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini
2020-12-10alpha: remove bios_namePaolo Bonzini
2020-09-25load_elf: Remove unused address variables from callersBALATON Zoltan
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-21meson: convert hw/arch*Marc-André Lureau
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-03-17hw/ide: Do ide_drive_get() within pci_ide_create_devs()BALATON Zoltan
2020-03-10dp264: use pci_create_simple() to initialise the cmd646 deviceMark Cave-Ayland
2020-03-09hw/alpha/dp264: Include "net/net.h"Philippe Mathieu-Daudé
2020-03-09hw/alpha/alpha_sys: Remove unused "hw/ide.h" headerPhilippe Mathieu-Daudé
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé
2020-02-19alpha/dp264: use memdev for RAMIgor Mammedov
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini
2019-10-24hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-07-05hw: Replace global smp variables with MachineState for all remaining archsLike Xu
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-20hw/alpha/Kconfig: DP264 hardware requires e1000 network cardPhilippe Mathieu-Daudé
2019-03-08Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0...Peter Maydell
2019-03-07hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé
2019-03-07alpha-softmmu.mak: express dependencies with KconfigPaolo Bonzini
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini
2019-02-05hw/alpha/Makefile.objs: Create CONFIG_* for alphaYang Zhong
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2019-01-08hw/alpha/typhoon: Stop calling cpu_unassigned_access()Peter Maydell
2018-10-24hw/alpha/typhoon: Remove unuseful codePhilippe Mathieu-Daudé
2018-10-02change get_image_size return type to int64_tLi Zhijian
2018-07-02hw/alpha: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-06-15iommu: Add IOMMU index argument to translate methodPeter Maydell
2018-03-12hw/alpha/dp264: Use the TYPE_SMC37C669_SUPERIOPhilippe Mathieu-Daudé
2018-03-12hw/alpha/dp264: Add the ISA DMA controllerPhilippe Mathieu-Daudé
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin
2017-12-18hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()Philippe Mathieu-Daudé
2017-12-18hw/timer/i8254: rename pit_init() -> i8254_pit_init()Philippe Mathieu-Daudé
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson
2017-10-27alpha: use generic cpu_model parsingIgor Mammedov
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov