summary refs log tree commit diff stats
path: root/hw/m68k/virt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw: add compat machines for 10.2Cornelia Huck2025-08-271-1/+8
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-2/+2
* exec/cpu-all: remove exec/target_page includePierrick Bouvier2025-04-231-0/+1
* hw: add compat machines for 10.1Cornelia Huck2025-04-231-1/+8
* hw/loader: Pass ELFDATA endian order argument to load_elf()Philippe Mathieu-Daudé2025-01-311-1/+1
* include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-4/+4
* hw: add compat machines for 10.0Cornelia Huck2024-12-111-1/+8
* hw: add compat machines for 9.2Cornelia Huck2024-09-051-1/+8
* hw: skip registration of outdated versioned machine typesDaniel P. Berrangé2024-07-021-0/+1
* hw: set deprecation info for all versioned machine typesDaniel P. Berrangé2024-07-021-0/+1
* hw/m68k: convert 'virt' machine definitions to use new macrosDaniel P. Berrangé2024-07-021-22/+29
* hw: Add compat machines for 9.1Paolo Bonzini2024-04-181-1/+8
* virt: set the CPU type in BOOTINFOLaurent Vivier2024-03-111-3/+14
* hw: Add compat machines for 9.0Cornelia Huck2023-12-201-1/+8
* hw/m68k/virt: Do not open-code sysbus_create_simple()Philippe Mathieu-Daudé2023-11-011-5/+2
* hw/m68k/irqc: Pass CPU using QOM link propertyPhilippe Mathieu-Daudé2023-11-011-0/+2
* hw: Add compat machines for 8.2Cornelia Huck2023-08-231-1/+8
* other architectures: spelling fixesMichael Tokarev2023-07-251-1/+1
* hw: Add compat machines for 8.1Cornelia Huck2023-04-201-1/+8
* *: Add missing includes of qemu/error-report.hRichard Henderson2023-03-221-0/+1
* hw: Add compat machines for 8.0Cornelia Huck2022-12-211-1/+8
* m68k/virt: do not re-randomize RNG seed on snapshot loadJason A. Donenfeld2022-10-271-9/+11
* m68k: write bootinfo as rom section and re-randomize on rebootJason A. Donenfeld2022-10-241-15/+36
* m68k: rework BI_VIRT_RNG_SEED as BI_RNG_SEEDJason A. Donenfeld2022-10-211-4/+4
* goldfish_rtc: Add big-endian propertyStafford Horne2022-09-041-0/+1
* hw: Add compat machines for 7.2Cornelia Huck2022-08-251-1/+8
* m68k: virt: pass RNG seed via bootinfo blockJason A. Donenfeld2022-07-061-0/+7
* hw: Add compat machines for 7.1Cornelia Huck2022-04-201-1/+8
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* m68k: virt: correctly set the initial PCLaurent Vivier2022-01-201-5/+17
* hw: m68k: Add virt compat machine type for 7.0Laurent Vivier2022-01-091-1/+8
* Merge tag 'm68k-for-6.2-pull-request' of git://github.com/vivier/qemu-m68k in...Richard Henderson2021-11-091-1/+15
|\
| * hw: m68k: virt: Add compat machine for 6.2Laurent Vivier2021-11-091-1/+8
| * hw: m68k: virt: Add compat machine for 6.1Laurent Vivier2021-11-091-1/+8
* | hw/m68k: Fix typo in SPDX tagPhilippe Mathieu-Daudé2021-11-091-1/+1
|/
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* hw: Do not include hw/irq.h if it is not necessaryThomas Huth2021-05-021-1/+0
* hw: Remove superfluous includes of hw/hw.hThomas Huth2021-05-021-1/+0
* m68k: add Virtual M68k MachineLaurent Vivier2021-03-151-0/+313