works with less than base ISA qemu-system-riscv32 -M virt -bios none -kernel output...
[qemu.git] / hw / hppa / machine.c
2022-11-03 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-11-01 Stefan HajnocziMerge tag 'block-pull-request' of https://gitlab.com...
2022-10-31 Stefan HajnocziMerge tag 'pull-qemu-20221031' of https://gitlab.com...
2022-10-31 Stefan HajnocziMerge tag 'mips-20221030' of https://github.com/philmd...
2022-10-31 BALATON Zoltanhw: Remove unused MAX_IDE_BUS define
2022-10-31 Stefan HajnocziMerge tag 'imp-202210-pull-request' of https://github...
2022-10-31 Stefan HajnocziMerge tag 'pull-ppc-20221029' of https://gitlab.com...
2022-10-31 Stefan HajnocziMerge tag 'pull-request-2022-10-28' of https://gitlab...
2022-10-30 Stefan HajnocziMerge tag 'mem-2022-10-28' of https://github.com/davidh...
2022-10-30 Stefan HajnocziMerge tag 'pull-error-2022-10-28' of https://repo.or...
2022-10-30 Stefan HajnocziMerge tag 'net-pull-request' of https://github.com...
2022-10-30 Stefan HajnocziMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2022-10-30 Stefan HajnocziMerge tag 'misc-next-pull-request' of https://gitlab...
2022-10-30 Stefan HajnocziMerge tag 'block-pull-request' of https://gitlab.com...
2022-10-30 Stefan HajnocziMerge tag 'qga-pull-2022-10-26' of https://github.com...
2022-10-27 Stefan HajnocziMerge tag 'pull-target-arm-20221027' of https://git...
2022-10-27 Jason A. Donenfeldreset: allow registering handlers that aren't called...
2022-07-21 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-07-20 Peter MaydellMerge tag 'pull-request-2022-07-20' of https://gitlab...
2022-07-19 Peter MaydellMerge tag 'kraxel-20220719-pull-request' of https:...
2022-07-19 Peter MaydellMerge tag 'pull-request-2022-07-19' of https://gitlab...
2022-07-19 Peter MaydellMerge tag 'qemu-sparc-20220718' of https://github.com...
2022-07-18 Mark Cave-Aylandlasips2: remove legacy lasips2_initfn() function
2022-07-18 Mark Cave-Aylandlasips2: remove the qdev base property and the lasips2_...
2022-06-26 Richard HendersonMerge tag 'qemu-sparc-20220626' of https://github.com...
2022-06-26 Mark Cave-Aylandlasips2: move mapping of LASIPS2 registers to HPPA...
2022-06-26 Mark Cave-Aylandlasips2: rename lasips2_init() to lasips2_initfn()...
2022-06-02 Richard HendersonMerge tag 'm68k-for-7.1-pull-request' of https://github...
2022-05-29 Richard HendersonMerge tag 'misc-pull-request' of gitlab.com:marcandre...
2022-05-28 Richard HendersonMerge tag 'hppa-serial-fix-pull-request' of https:...
2022-05-28 Helge Dellerhppa: Fix serial port assignments and pass-through
2022-05-18 Richard HendersonMerge tag 'artist-cursor-fix-final-pull-request' of...
2022-05-15 Richard HendersonMerge tag 'or1k-pull-request-20220515' of https://githu...
2022-05-12 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-05-12 Paolo Bonzinimachine: use QAPI struct for boot configuration
2022-05-09 Richard HendersonMerge tag 'block-pull-request' of https://gitlab.com...
2022-05-09 Richard HendersonMerge tag 'pull-target-arm-20220509' of https://git...
2022-05-09 Richard HendersonMerge tag 'pull-request-2022-05-09' of https://gitlab...
2022-05-09 Gautam AgrawalWarn user if the vga flag is passed but no vga device...
2022-05-08 Richard HendersonMerge tag 'qemu-sparc-20220508' of https://github.com...
2022-05-08 Mark Cave-Aylandhppa: simplify machine function names in machine.c
2022-05-08 Mark Cave-Aylandhppa: fold machine_hppa_machine_init() into machine_hpp...
2022-05-08 Mark Cave-Aylandhppa: use MACHINE QOM macros for defining the hppa...
2022-05-08 Mark Cave-Aylandhppa: remove the empty hppa_sys.h file
2022-05-08 Mark Cave-Aylandhppa: move enable_lan() define from hppa_sys.h to machine.c
2022-05-08 Mark Cave-Aylandhppa: move hppa_pci_ignore_ops from pci.c to machine.c
2022-05-08 Mark Cave-Aylandlasi: move from hw/hppa to hw/misc
2022-05-08 Mark Cave-Aylandhppa: move device headers from hppa_sys.h into individu...
2022-05-08 Mark Cave-Aylandlasi: move lasi_initfn() to machine.c
2022-05-08 Mark Cave-Aylandlasi: remove address space parameter from lasi_initfn()
2022-05-08 Mark Cave-Aylandlasi: move PS2 initialisation to machine.c
2022-05-08 Mark Cave-Aylandlasi: move second serial port initialisation to machine.c
2022-05-08 Mark Cave-Aylandlasi: move parallel port initialisation to machine.c
2022-05-08 Mark Cave-Aylandlasi: move LAN initialisation to machine.c
2022-05-08 Mark Cave-Aylandlasi: update lasi_initfn() to return LASIState
2022-05-08 Mark Cave-Aylandlasi: move register memory mapping from lasi.c to machine.c
2022-05-08 Mark Cave-Aylandlasi: move memory region initialisation to new lasi_ini...
2022-05-08 Mark Cave-Aylanddino: move from hw/hppa to hw/pci-host
2022-05-08 Mark Cave-Aylandhppa: move dino_init() from dino.c to machine.c
2022-05-08 Mark Cave-Aylanddino: remove unused dino_set_timer_irq() IRQ handler
2022-05-08 Mark Cave-Aylanddino: wire up serial IRQ using a qdev GPIO in machine.c
2022-05-08 Mark Cave-Aylandmachine.c: map DINO device during board configuration
2022-05-08 Mark Cave-Aylanddino: change dino_init() to return the DINO device...
2022-05-08 Mark Cave-Aylandhppa: use new CONFIG_HPPA_B160L option instead of CONFI...
2022-04-20 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-04-06 Marc-André LureauRemove qemu-common.h include from most units
2022-02-07 Peter MaydellMerge remote-tracking branch 'remotes/lvivier-gitlab...
2022-02-03 Peter MaydellMerge remote-tracking branch 'remotes/jsnow-gitlab...
2022-02-02 Peter MaydellMerge remote-tracking branch 'remotes/hdeller/tags...
2022-02-02 Helge Dellerhppa: Add support for an emulated TOC/NMI button.
2021-05-21 Peter MaydellMerge remote-tracking branch 'remotes/vsementsov/tags...
2021-05-16 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2021-05-14 Peter MaydellMerge remote-tracking branch 'remotes/cminyard/tags...
2021-05-10 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/usb...
2021-05-10 Peter MaydellMerge remote-tracking branch 'remotes/mcayland/tags...
2021-05-06 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2021-05-05 Peter MaydellMerge remote-tracking branch 'remotes/dg-gitlab/tags...
2021-05-05 Peter MaydellMerge remote-tracking branch 'remotes/vivier2/tags...
2021-05-02 Thomas HuthDo not include hw/boards.h if it's not really necessary
2020-12-11 Peter MaydellMerge remote-tracking branch 'remotes/cohuck/tags/s390x...
2020-12-11 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/ui...
2020-12-11 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2020-12-11 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2020-12-10 Paolo Bonzinivl: extract softmmu/datadir.c
2020-12-10 Paolo Bonzinihppa: do not use ram_size global
2020-12-10 Paolo Bonzinihppa: remove bios_name
2020-09-11 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2020-09-08 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/siriu...
2020-09-08 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2020-09-08 Peter MaydellMerge remote-tracking branch 'remotes/dgibson/tags...
2020-09-08 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2020-09-08 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2020-09-07 Peter MaydellMerge remote-tracking branch 'remotes/hdeller/tags...
2020-09-02 Helge Dellerhw/hppa: Add power button emulation
2020-09-02 Helge Dellerhw/hppa: Tell SeaBIOS port address of fw_cfg
2020-09-02 Helge Dellerhw/hppa: Store boot device in fw_cfg section
2020-09-02 Helge Dellerhw/hppa: Make number of TLB and BTLB entries configurable
2020-08-28 Peter MaydellMerge remote-tracking branch 'remotes/vivier2/tags...
2020-08-27 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2020-08-26 Peter MaydellMerge remote-tracking branch 'remotes/hdeller/tags...
next
This page took 1.39812 seconds and 107 git commands to generate.