index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
m68k
Commit message (
Expand
)
Author
Age
Files
Lines
*
q800: fix I/O memory map
Laurent Vivier
2019-11-05
1
-8
/
+32
*
hw/m68k: define Macintosh Quadra 800
Laurent Vivier
2019-10-28
4
-0
/
+519
*
hw/m68k: add a dummy SWIM floppy controller
Laurent Vivier
2019-10-28
1
-0
/
+1
*
hw/m68k: add Nubus macfb video card
Laurent Vivier
2019-10-28
1
-0
/
+1
*
hw/m68k: add Nubus support
Laurent Vivier
2019-10-28
1
-0
/
+1
*
hw/m68k: add VIA support
Laurent Vivier
2019-10-28
1
-0
/
+4
*
hw/m68k/mcf5206.c: Switch to transaction-based ptimer API
Peter Maydell
2019-10-25
1
-6
/
+9
*
hw/m68k/mcf5208.c: Switch to transaction-based ptimer API
Peter Maydell
2019-10-22
1
-4
/
+5
*
ptimer: Rename ptimer_init() to ptimer_init_with_bh()
Peter Maydell
2019-10-15
2
-2
/
+2
*
mcf5208: fix leak from qemu_allocate_irqs
Paolo Bonzini
2019-10-04
1
-0
/
+2
*
hw/m68k/next-cube: Avoid static RTC variables and introduce control register
Thomas Huth
2019-10-01
1
-33
/
+40
*
m68k: Add serial controller to the NeXTcube machine
Thomas Huth
2019-09-07
2
-2
/
+40
*
m68k: Add NeXTcube machine
Thomas Huth
2019-09-07
2
-1
/
+942
*
m68k: Add NeXTcube keyboard device
Thomas Huth
2019-09-07
2
-0
/
+292
*
m68k: Add NeXTcube framebuffer device emulation
Thomas Huth
2019-09-07
1
-0
/
+4
*
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
2
-0
/
+2
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
3
-0
/
+5
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
2
-2
/
+0
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-1
/
+2
*
m68k-softmmu.mak: express dependencies with Kconfig
Paolo Bonzini
2019-03-07
1
-3
/
+2
*
ptimer: express dependencies with Kconfig
Paolo Bonzini
2019-03-07
1
-0
/
+2
*
kconfig: introduce kconfig files
Paolo Bonzini
2019-03-07
1
-0
/
+8
*
hw/m68k/mcf5208: Support loading of bios images
Thomas Huth
2019-02-28
1
-1
/
+29
*
hw/m68k/Makefile.objs: Conditionally build boards
Ákos Kovács
2019-02-05
1
-2
/
+2
*
elf: Add optional function ptr to load_elf() to parse ELF notes
Liam Merwick
2019-02-05
2
-2
/
+2
*
hw/m68k: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-07-02
1
-1
/
+2
*
hw/m68k/mcf5206: Convert away from old_mmio
Peter Maydell
2018-06-15
1
-12
/
+36
*
hw: Do not include "exec/address-spaces.h" if it is not necessary
Philippe Mathieu-Daudé
2018-06-01
2
-2
/
+0
*
hw/m68k/mcf5208: Fix trivial typo in board description
Thomas Huth
2018-05-01
1
-1
/
+1
*
Change references to serial_hds[] to serial_hd()
Peter Maydell
2018-04-26
2
-5
/
+5
*
m68k: mcf5208: use generic cpu_model parsing
Igor Mammedov
2017-10-27
1
-5
/
+2
*
m68k: an5206: use generic cpu_model parsing
Igor Mammedov
2017-10-27
1
-5
/
+2
*
M68K: use g_new() family of functions
Marc-André Lureau
2017-10-16
2
-3
/
+3
*
hw/m68k: Replace fprintf(stderr, "*\n" with error_report()
Alistair Francis
2017-10-16
3
-6
/
+8
*
cpu: make cpu_generic_init() abort QEMU on error
Igor Mammedov
2017-09-19
2
-8
/
+0
*
m68k: replace cpu_m68k_init() with cpu_generic_init()
Igor Mammedov
2017-09-01
2
-2
/
+2
*
hw: Use new memory_region_init_{ram, rom, rom_device}() functions
Peter Maydell
2017-07-14
2
-4
/
+2
*
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
2017-07-14
2
-2
/
+2
*
hw/m68k: QOMify the ColdFire interrupt controller
Thomas Huth
2017-02-18
1
-4
/
+44
*
hw/m68k: Remove dummy machine
Thomas Huth
2017-02-18
2
-86
/
+0
*
hw/char/mcf_uart: QOMify the ColdFire UART
Thomas Huth
2017-02-16
1
-3
/
+3
*
m68k: QOMify the MCF Fast Ethernet Controller device
Thomas Huth
2017-01-20
1
-1
/
+24
*
m68k: change default system clock for m5208evb
Greg Ungerer
2016-10-08
1
-1
/
+1
*
hw/ptimer: Introduce timer policy feature
Dmitry Osipenko
2016-09-22
2
-2
/
+2
*
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
2016-03-22
5
-0
/
+10
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
2
-0
/
+2
*
loader: Add data swap option to load-elf
Peter Crosthwaite
2016-03-04
3
-3
/
+3
*
m68k: Clean up includes
Peter Maydell
2016-01-29
5
-0
/
+5
*
hw: Don't use hw_error() for machine initialization errors
Markus Armbruster
2016-01-13
1
-1
/
+3
[next]