| Commit message (Expand) | Author | Age | Files | Lines |
* | Use DEFINE_MACHINE() to register all machines | Eduardo Habkost | 2015-09-19 | 1 | -11/+6 |
* | hw/alpha/typhoon.c: Fix misusing qemu_allocate_irqs for single irq | Shannon Zhao | 2015-06-03 | 1 | -4/+4 |
* | hw/alpha/dp264.c: Fix memory leak spotted by valgrind | Shannon Zhao | 2015-06-03 | 1 | -3/+4 |
* | Switch non-CPU callers from ld/st*_phys to address_space_ld/st* | Peter Maydell | 2015-04-26 | 2 | -4/+8 |
* | alpha: memory: Replace memory_region_init_ram with memory_region_allocate_sys... | Dirk Müller | 2015-04-10 | 1 | -3/+2 |
* | Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in... | Peter Maydell | 2015-03-02 | 1 | -5/+1 |
|\ |
|
| * | serial: Factor out common serial_hds_isa_init() | Markus Armbruster | 2015-02-24 | 1 | -5/+1 |
* | | isa: add memory space parameter to isa_bus_new | Hervé Poussineau | 2015-02-13 | 1 | -1/+1 |
|/ |
|
* | ide: Update ide_drive_get to be HBA agnostic | John Snow | 2014-10-03 | 1 | -1/+1 |
* | memory: add parameter errp to memory_region_init_ram | Hu Tao | 2014-09-09 | 1 | -1/+2 |
* | iommu: add is_write as a parameter to the translate function of MemoryRegionI... | Le Tan | 2014-08-28 | 1 | -1/+2 |
* | machine: Conversion of QEMUMachineInitArgs to MachineState | Marcel Apfelbaum | 2014-05-28 | 1 | -6/+6 |
* | exec: Make stq_*_phys input an AddressSpace | Edgar E. Iglesias | 2014-02-11 | 1 | -2/+3 |
* | exec: Make ldq/ldub_*_phys input an AddressSpace | Edgar E. Iglesias | 2014-02-11 | 1 | -1/+1 |
* | sysbus: Set cannot_instantiate_with_device_add_yet | Markus Armbruster | 2013-12-23 | 1 | -2/+0 |
* | qdev: Replace no_user by cannot_instantiate_with_device_add_yet | Markus Armbruster | 2013-12-23 | 1 | -1/+1 |
* | hw/alpha: Fix compiler warning (integer constant is too large) | Stefan Weil | 2013-10-02 | 1 | -1/+1 |
* | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori | 2013-09-03 | 1 | -1/+0 |
|\ |
|
| * | hw: Clean up bogus default boot order | Markus Armbruster | 2013-08-28 | 1 | -1/+0 |
* | | aio / timers: Switch entire codebase to the new timer API | Alex Bligh | 2013-08-22 | 1 | -1/+1 |
|/ |
|
* | target-alpha: Implement the typhoon iommu | Richard Henderson | 2013-08-16 | 1 | -28/+174 |
* | target-alpha: Move alarm to vm_clock | Richard Henderson | 2013-07-18 | 1 | -1/+1 |
* | hw/alpha: Use SRM epoch | Richard Henderson | 2013-07-14 | 1 | -1/+3 |
* | hw/alpha: Drop latch_tmp hack | Richard Henderson | 2013-07-14 | 1 | -41/+12 |
* | hw/alpha: Don't machine check on missing pci i/o | Richard Henderson | 2013-07-13 | 3 | -1/+29 |
* | hw/alpha: Don't use get_system_io | Richard Henderson | 2013-07-13 | 3 | -57/+8 |
* | cpu: Replace cpu_single_env with CPUState current_cpu | Andreas Färber | 2013-07-09 | 1 | -12/+4 |
* | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori | 2013-07-08 | 1 | -1/+1 |
|\ |
|
| * | pci: Add root bus parameter to pci_nic_init() | David Gibson | 2013-07-07 | 1 | -1/+1 |
* | | hw/a*: pass owner to memory_region_init* functions | Paolo Bonzini | 2013-07-04 | 1 | -9/+12 |
* | | memory: add owner argument to initialization functions | Paolo Bonzini | 2013-07-04 | 1 | -8/+8 |
|/ |
|
* | cpu: Turn cpu_unassigned_access() into a CPUState hook | Andreas Färber | 2013-06-28 | 1 | -4/+10 |
* | include: avoid useless includes of exec/ headers | Paolo Bonzini | 2013-04-15 | 1 | -1/+0 |
* | arm: fix location of some include files | Peter Maydell | 2013-04-15 | 1 | -1/+1 |
* | hw: move private headers to hw/ subdirectories. | Paolo Bonzini | 2013-04-08 | 4 | -3/+24 |
* | hw: move PCI bridges to hw/pci-* or hw/ARCH | Paolo Bonzini | 2013-04-08 | 2 | -5/+843 |
* | hw: move MC146818RTC to hw/timer/, configure via default-configs/ | Paolo Bonzini | 2013-04-08 | 1 | -1/+0 |
* | hw: move headers to include/ | Paolo Bonzini | 2013-04-08 | 1 | -3/+3 |
* | hw: move boards and other isolated files to hw/ARCH | Paolo Bonzini | 2013-03-01 | 3 | -1/+294 |
* | build: move obj-TARGET-y variables to nested Makefile.objs | Paolo Bonzini | 2012-06-07 | 1 | -0/+4 |