aboutsummaryrefslogtreecommitdiff
path: root/hw/m68k
AgeCommit message (Expand)AuthorFilesLines
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost3-9/+3
2020-09-09esp: Rename ESP_STATE to ESPEduardo Habkost1-1/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost3-3/+6
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost3-6/+12
2020-09-03hw/m68k: QOMify the mcf5206 system integration moduleThomas Huth2-11/+47
2020-08-21meson: convert hw/arch*Marc-André Lureau2-4/+7
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-2/+2
2020-07-06hw/m68k/mcf5206: Replace remaining hw_error()s by qemu_log_mask()Thomas Huth1-11/+28
2020-06-23qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster1-2/+1
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster4-11/+11
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster4-28/+29
2020-05-30hw/m68k/mcf52xx: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé3-12/+24
2020-05-30hw/m68k/mcf5206: Reduce m5206_mbar_read/write() offset arg to 16-bitPhilippe Mathieu-Daudé1-4/+4
2020-03-17hw/m68k: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé1-2/+1
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé1-1/+1
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé1-1/+1
2020-02-28hw: Do not initialize MachineClass::is_default to 0Philippe Mathieu-Daudé1-1/+0
2020-02-25Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...Paolo Bonzini4-13/+8
2020-02-19m68k/next-cube: use memdev for RAMIgor Mammedov1-3/+2
2020-02-19m68k/mcf5208: use memdev for RAMIgor Mammedov1-3/+2
2020-02-19m68k/q800: use memdev for RAMIgor Mammedov1-4/+2
2020-02-19m68k/an5206: use memdev for RAMIgor Mammedov1-3/+2
2020-02-18hw/m68k/next-cube: Remove superfluous semicolonPhilippe Mathieu-Daudé1-1/+1
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic3-3/+3
2020-01-07Merge remote-tracking branch 'remotes/elmarco/tags/prop-ptr-pull-request' int...Peter Maydell1-1/+2
2020-01-07dp8393x: replace PROP_PTR with PROP_LINKMarc-André Lureau1-1/+2
2020-01-07q800: implement mac rom reset function for BIOS-less modeJason A. Donenfeld1-1/+28
2020-01-07q800: add a block backend to the PRAMLaurent Vivier1-0/+6
2019-11-05q800: fix I/O memory mapLaurent Vivier1-8/+32
2019-10-28hw/m68k: define Macintosh Quadra 800Laurent Vivier4-0/+519
2019-10-28hw/m68k: add a dummy SWIM floppy controllerLaurent Vivier1-0/+1
2019-10-28hw/m68k: add Nubus macfb video cardLaurent Vivier1-0/+1
2019-10-28hw/m68k: add Nubus supportLaurent Vivier1-0/+1
2019-10-28hw/m68k: add VIA supportLaurent Vivier1-0/+4
2019-10-25hw/m68k/mcf5206.c: Switch to transaction-based ptimer APIPeter Maydell1-6/+9
2019-10-22hw/m68k/mcf5208.c: Switch to transaction-based ptimer APIPeter Maydell1-4/+5
2019-10-15ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell2-2/+2
2019-10-04mcf5208: fix leak from qemu_allocate_irqsPaolo Bonzini1-0/+2
2019-10-01hw/m68k/next-cube: Avoid static RTC variables and introduce control registerThomas Huth1-33/+40
2019-09-07m68k: Add serial controller to the NeXTcube machineThomas Huth2-2/+40
2019-09-07m68k: Add NeXTcube machineThomas Huth2-1/+942
2019-09-07m68k: Add NeXTcube keyboard deviceThomas Huth2-0/+292
2019-09-07m68k: Add NeXTcube framebuffer device emulationThomas Huth1-0/+4
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster2-0/+2
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster3-0/+5
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster2-2/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+2
2019-03-07m68k-softmmu.mak: express dependencies with KconfigPaolo Bonzini1-3/+2
2019-03-07ptimer: express dependencies with KconfigPaolo Bonzini1-0/+2