Age | Commit message (Expand) | Author |
2018-10-24 | hw/sh4/sh_pci: Use DeviceState::realize rather than SysBusDevice::init | Philippe Mathieu-Daudé |
2018-07-02 | hw/sh4: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé |
2018-06-15 | hw/sh/sh7750: Convert away from old_mmio | Peter Maydell |
2018-06-01 | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-06-01 | hw: Do not include "exec/address-spaces.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-04-26 | Change references to serial_hds[] to serial_hd() | Peter Maydell |
2017-12-05 | pci: Rename root bus initialization functions for clarity | David Gibson |
2017-10-27 | sh4: shix: use generic cpu_model parsing | Igor Mammedov |
2017-10-27 | sh4: r2d: use generic cpu_model parsing | Igor Mammedov |
2017-10-15 | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost |
2017-09-19 | cpu: make cpu_generic_init() abort QEMU on error | Igor Mammedov |
2017-09-01 | sh4: replace cpu_sh4_init() with cpu_generic_init() | Igor Mammedov |
2017-07-14 | hw: Use new memory_region_init_{ram, rom, rom_device}() functions | Peter Maydell |
2017-07-14 | memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() | Peter Maydell |
2017-05-23 | shutdown: Add source information to SHUTDOWN and RESET | Eric Blake |
2017-05-17 | qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable | Eduardo Habkost |
2017-04-24 | sm501: QOMify | BALATON Zoltan |
2017-02-21 | hw: Default -drive to if=ide explicitly where it works | Markus Armbruster |
2017-01-13 | cputlb: drop flush_global flag from tlb_flush | Alex Bennée |
2016-12-20 | Move target-* CPU file into a target/ folder | Thomas Huth |
2016-09-15 | sh4: fix broken link to documentation | Reda Sallahi |
2016-07-12 | Clean up ill-advised or unusual header guards | Markus Armbruster |
2016-06-28 | hw/sh4/sh_pci.c: Use ldl_le_p() and stl_le_p() | Peter Maydell |
2016-05-19 | cpu: move exec-all.h inclusion out of cpu.h | Paolo Bonzini |
2016-03-22 | hw: explicitly include qemu-common.h and cpu.h | Paolo Bonzini |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-01-29 | sh4: Clean up includes | Peter Maydell |
2016-01-11 | SH PCI Host: convert to realize() | Cao jin |
2015-09-19 | Use DEFINE_MACHINE() to register all machines | Eduardo Habkost |
2015-09-18 | Fix bad error handling after memory_region_init_ram() | Markus Armbruster |
2015-09-13 | sh4: Fix initramfs initialization for endiannes-mismatched targets | Guenter Roeck |
2015-06-12 | sh4/r2d: convert to new MMIO accessor style | Aurelien Jarno |
2015-04-26 | Switch non-CPU callers from ld/st*_phys to address_space_ld/st* | Peter Maydell |
2015-02-18 | r2d: Don't use legacy -usbdevice support for setting up board | Markus Armbruster |
2014-10-20 | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster |
2014-10-20 | block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() | Markus Armbruster |
2014-09-09 | memory: add parameter errp to memory_region_init_ram | Hu Tao |
2014-06-30 | hw: Fix qemu_allocate_irqs() leaks | Andreas Färber |
2014-05-28 | machine: Conversion of QEMUMachineInitArgs to MachineState | Marcel Apfelbaum |
2014-03-13 | cputlb: Change tlb_flush() argument to CPUState | Andreas Färber |
2014-02-11 | exec: Make stw_*_phys input an AddressSpace | Edgar E. Iglesias |
2014-02-11 | exec: Make stl_*_phys input an AddressSpace | Edgar E. Iglesias |
2013-12-23 | pci-host: Consistently set cannot_instantiate_with_device_add_yet | Markus Armbruster |
2013-11-05 | shix: Don't require firmware presence for qtest | Andreas Färber |
2013-11-05 | shix: Drop debug output | Andreas Färber |
2013-08-28 | hw: Clean up bogus default boot order | Markus Armbruster |
2013-07-25 | sh4: unbreak r2d | Paolo Bonzini |
2013-07-25 | sh4: do not use isa_mmio | Paolo Bonzini |
2013-07-08 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori |
2013-07-07 | pci: Add root bus parameter to pci_nic_init() | David Gibson |