Age | Commit message (Expand) | Author |
2016-12-20 | Move target-* CPU file into a target/ folder | Thomas Huth |
2016-11-22 | target-alpha: Fix interrupt mask for cpu1 | Richard Henderson |
2016-10-24 | sun4uv: fix serial initialization regression | Marc-André Lureau |
2016-08-12 | trace-events: fix first line comment in trace-events | Laurent Vivier |
2016-07-20 | hw/alpha: fix PCI bus initialization | Marcel Apfelbaum |
2016-07-12 | Clean up header guards that don't match their file name | Markus Armbruster |
2016-06-20 | trace: split out trace events for hw/alpha/ directory | Daniel P. Berrange |
2016-05-19 | alpha: include cpu-qom.h in files that require AlphaCPU | Paolo Bonzini |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
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-03-04 | loader: Add data swap option to load-elf | Peter Crosthwaite |
2016-01-29 | alpha: Clean up includes | Peter Maydell |
2016-01-13 | isa: Clean up error handling around isa_bus_new() | Markus Armbruster |
2016-01-13 | hw: Don't use hw_error() for machine initialization errors | Markus Armbruster |
2015-12-17 | alpha: convert "naked" qemu_log to tracepoint | Paolo Bonzini |
2015-09-19 | Use DEFINE_MACHINE() to register all machines | Eduardo Habkost |
2015-06-03 | hw/alpha/typhoon.c: Fix misusing qemu_allocate_irqs for single irq | Shannon Zhao |
2015-06-03 | hw/alpha/dp264.c: Fix memory leak spotted by valgrind | Shannon Zhao |
2015-04-26 | Switch non-CPU callers from ld/st*_phys to address_space_ld/st* | Peter Maydell |
2015-04-10 | alpha: memory: Replace memory_region_init_ram with memory_region_allocate_sys... | Dirk Müller |
2015-03-02 | Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in... | Peter Maydell |
2015-02-24 | serial: Factor out common serial_hds_isa_init() | Markus Armbruster |
2015-02-13 | isa: add memory space parameter to isa_bus_new | Hervé Poussineau |
2014-10-03 | ide: Update ide_drive_get to be HBA agnostic | John Snow |
2014-09-09 | memory: add parameter errp to memory_region_init_ram | Hu Tao |
2014-08-28 | iommu: add is_write as a parameter to the translate function of MemoryRegionI... | Le Tan |
2014-05-28 | machine: Conversion of QEMUMachineInitArgs to MachineState | Marcel Apfelbaum |
2014-02-11 | exec: Make stq_*_phys input an AddressSpace | Edgar E. Iglesias |
2014-02-11 | exec: Make ldq/ldub_*_phys input an AddressSpace | Edgar E. Iglesias |
2013-12-23 | sysbus: Set cannot_instantiate_with_device_add_yet | Markus Armbruster |
2013-12-23 | qdev: Replace no_user by cannot_instantiate_with_device_add_yet | Markus Armbruster |
2013-10-02 | hw/alpha: Fix compiler warning (integer constant is too large) | Stefan Weil |
2013-09-03 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori |
2013-08-28 | hw: Clean up bogus default boot order | Markus Armbruster |
2013-08-22 | aio / timers: Switch entire codebase to the new timer API | Alex Bligh |
2013-08-16 | target-alpha: Implement the typhoon iommu | Richard Henderson |
2013-07-18 | target-alpha: Move alarm to vm_clock | Richard Henderson |
2013-07-14 | hw/alpha: Use SRM epoch | Richard Henderson |
2013-07-14 | hw/alpha: Drop latch_tmp hack | Richard Henderson |
2013-07-13 | hw/alpha: Don't machine check on missing pci i/o | Richard Henderson |
2013-07-13 | hw/alpha: Don't use get_system_io | Richard Henderson |
2013-07-09 | cpu: Replace cpu_single_env with CPUState current_cpu | Andreas Färber |
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 |
2013-07-04 | hw/a*: pass owner to memory_region_init* functions | Paolo Bonzini |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini |
2013-06-28 | cpu: Turn cpu_unassigned_access() into a CPUState hook | Andreas Färber |
2013-04-15 | include: avoid useless includes of exec/ headers | Paolo Bonzini |
2013-04-15 | arm: fix location of some include files | Peter Maydell |