Age | Commit message (Expand) | Author | Files | Lines |
2016-09-15 | sh4: fix broken link to documentation | Reda Sallahi | 1 | -1/+1 |
2016-07-12 | Clean up ill-advised or unusual header guards | Markus Armbruster | 2 | -5/+5 |
2016-06-28 | hw/sh4/sh_pci.c: Use ldl_le_p() and stl_le_p() | Peter Maydell | 1 | -2/+2 |
2016-05-19 | cpu: move exec-all.h inclusion out of cpu.h | Paolo Bonzini | 1 | -0/+1 |
2016-03-22 | hw: explicitly include qemu-common.h and cpu.h | Paolo Bonzini | 2 | -0/+4 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2 | -0/+2 |
2016-01-29 | sh4: Clean up includes | Peter Maydell | 5 | -1/+5 |
2016-01-11 | SH PCI Host: convert to realize() | Cao jin | 1 | -3/+2 |
2015-09-19 | Use DEFINE_MACHINE() to register all machines | Eduardo Habkost | 2 | -19/+9 |
2015-09-18 | Fix bad error handling after memory_region_init_ram() | Markus Armbruster | 2 | -4/+4 |
2015-09-13 | sh4: Fix initramfs initialization for endiannes-mismatched targets | Guenter Roeck | 1 | -3/+3 |
2015-06-12 | sh4/r2d: convert to new MMIO accessor style | Aurelien Jarno | 1 | -6/+6 |
2015-04-26 | Switch non-CPU callers from ld/st*_phys to address_space_ld/st* | Peter Maydell | 1 | -2/+4 |
2015-02-18 | r2d: Don't use legacy -usbdevice support for setting up board | Markus Armbruster | 1 | -1/+1 |
2014-10-20 | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster | 1 | -2/+1 |
2014-10-20 | block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() | Markus Armbruster | 1 | -2/+3 |
2014-09-09 | memory: add parameter errp to memory_region_init_ram | Hu Tao | 2 | -4/+6 |
2014-06-30 | hw: Fix qemu_allocate_irqs() leaks | Andreas Färber | 1 | -2/+1 |
2014-05-28 | machine: Conversion of QEMUMachineInitArgs to MachineState | Marcel Apfelbaum | 2 | -7/+7 |
2014-03-13 | cputlb: Change tlb_flush() argument to CPUState | Andreas Färber | 1 | -1/+1 |
2014-02-11 | exec: Make stw_*_phys input an AddressSpace | Edgar E. Iglesias | 1 | -1/+1 |
2014-02-11 | exec: Make stl_*_phys input an AddressSpace | Edgar E. Iglesias | 1 | -1/+1 |
2013-12-23 | pci-host: Consistently set cannot_instantiate_with_device_add_yet | Markus Armbruster | 1 | -0/+6 |
2013-11-05 | shix: Don't require firmware presence for qtest | Andreas Färber | 1 | -4/+5 |
2013-11-05 | shix: Drop debug output | Andreas Färber | 1 | -7/+0 |
2013-08-28 | hw: Clean up bogus default boot order | Markus Armbruster | 2 | -2/+0 |
2013-07-25 | sh4: unbreak r2d | Paolo Bonzini | 1 | -14/+25 |
2013-07-25 | sh4: do not use isa_mmio | Paolo Bonzini | 1 | -1/+2 |
2013-07-08 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori | 1 | -1/+4 |
2013-07-07 | pci: Add root bus parameter to pci_nic_init() | David Gibson | 1 | -1/+4 |
2013-07-04 | hw/s*: pass owner to memory_region_init* functions | Paolo Bonzini | 1 | -3/+3 |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini | 4 | -15/+15 |
2013-04-15 | arm: fix location of some include files | Peter Maydell | 1 | -1/+1 |
2013-04-13 | sh7750: Change cpu field type to SuperHCPU | Andreas Färber | 3 | -50/+51 |
2013-04-13 | shix: Catch CPU initialization errors | Andreas Färber | 1 | -0/+4 |
2013-04-08 | hw: move private headers to hw/ subdirectories. | Paolo Bonzini | 5 | -5/+1288 |
2013-04-08 | hw: move interrupt controllers to hw/intc/, configure with default-configs/ | Paolo Bonzini | 1 | -4/+0 |
2013-04-08 | hw: move PCI bridges to hw/pci-* or hw/ARCH | Paolo Bonzini | 2 | -1/+188 |
2013-04-08 | hw: move timer devices to hw/timer/, configure with default-configs/ | Paolo Bonzini | 1 | -1/+1 |
2013-04-08 | hw: move char devices to hw/char/, configure via default-configs/ | Paolo Bonzini | 1 | -1/+1 |
2013-04-08 | hw: move display devices to hw/display/, configure via default-configs/ | Paolo Bonzini | 1 | -1/+1 |
2013-04-08 | hw: move block devices to hw/block/, configure via default-configs/ | Paolo Bonzini | 1 | -1/+0 |
2013-04-08 | hw: make all of hw/ide/ configurable via default-configs/ | Paolo Bonzini | 1 | -1/+0 |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini | 4 | -7/+7 |
2013-03-12 | target-sh4: Move PVR/PRR/CVR into SuperHCPUClass | Andreas Färber | 1 | -3/+7 |
2013-03-01 | sh: move files referencing CPU to hw/sh4/ | Paolo Bonzini | 3 | -1/+938 |
2013-03-01 | hw: move boards and other isolated files to hw/ARCH | Paolo Bonzini | 3 | -1/+470 |
2012-06-07 | build: move obj-TARGET-y variables to nested Makefile.objs | Paolo Bonzini | 1 | -0/+5 |