aboutsummaryrefslogtreecommitdiff
path: root/hw/m68k/virt.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-21hw: Add compat machines for 8.0Cornelia Huck1-1/+8
2022-10-27m68k/virt: do not re-randomize RNG seed on snapshot loadJason A. Donenfeld1-9/+11
2022-10-24m68k: write bootinfo as rom section and re-randomize on rebootJason A. Donenfeld1-15/+36
2022-10-21m68k: rework BI_VIRT_RNG_SEED as BI_RNG_SEEDJason A. Donenfeld1-4/+4
2022-09-04goldfish_rtc: Add big-endian propertyStafford Horne1-0/+1
2022-08-25hw: Add compat machines for 7.2Cornelia Huck1-1/+8
2022-07-06m68k: virt: pass RNG seed via bootinfo blockJason A. Donenfeld1-0/+7
2022-04-20hw: Add compat machines for 7.1Cornelia Huck1-1/+8
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2022-01-20m68k: virt: correctly set the initial PCLaurent Vivier1-5/+17
2022-01-09hw: m68k: Add virt compat machine type for 7.0Laurent Vivier1-1/+8
2021-11-09Merge tag 'm68k-for-6.2-pull-request' of git://github.com/vivier/qemu-m68k in...Richard Henderson1-1/+15
2021-11-09hw: m68k: virt: Add compat machine for 6.2Laurent Vivier1-1/+8
2021-11-09hw: m68k: virt: Add compat machine for 6.1Laurent Vivier1-1/+8
2021-11-09hw/m68k: Fix typo in SPDX tagPhilippe Mathieu-Daudé1-1/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02hw: Do not include hw/irq.h if it is not necessaryThomas Huth1-1/+0
2021-05-02hw: Remove superfluous includes of hw/hw.hThomas Huth1-1/+0
2021-03-15m68k: add Virtual M68k MachineLaurent Vivier1-0/+313