Age | Commit message (Expand) | Author | Files | Lines |
2013-07-11 | PPC: dbdma: Wait for DMA until we have data | Alexander Graf | 1 | -0/+1 |
2013-07-11 | PPC: dbdma: macio: Add DMA callback | Alexander Graf | 1 | -0/+2 |
2013-07-11 | PPC: g3beige: Move secondary IDE bus to mac-io | Alexander Graf | 1 | -9/+8 |
2013-07-11 | PPC: Mac: Fix guest exported tbfreq values | Alexander Graf | 2 | -4/+6 |
2013-07-11 | pseries: move interrupt controllers to hw/intc/ | Alexey Kardashevskiy | 2 | -588/+1 |
2013-07-11 | spapr: Respect -bios command line option for SLOF | Andreas Färber | 1 | -1/+4 |
2013-07-11 | spapr: Use named enum for function remove_hpte | Stefan Weil | 1 | -4/+4 |
2013-07-11 | spapr: Fix compiler warnings for some versions of gcc | Stefan Weil | 2 | -3/+3 |
2013-07-10 | Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging | Anthony Liguori | 5 | -30/+29 |
2013-07-09 | intc/openpic: Build openpic only once | Andreas Färber | 1 | -0/+1 |
2013-07-09 | cpu: Make first_cpu and next_cpu CPUState | Andreas Färber | 4 | -26/+23 |
2013-07-09 | cpu: Replace cpu_single_env with CPUState current_cpu | Andreas Färber | 2 | -4/+5 |
2013-07-09 | Simplify -machine option queries with qemu_get_machine_opts() | Markus Armbruster | 2 | -27/+13 |
2013-07-09 | Fix -machine options accel, kernel_irqchip, kvm_shadow_mem | Markus Armbruster | 1 | -9/+4 |
2013-07-08 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori | 7 | -6/+16 |
2013-07-07 | pci: Add root bus parameter to pci_nic_init() | David Gibson | 6 | -6/+6 |
2013-07-07 | pci: Replace pci_find_domain() with more general pci_root_bus_path() | David Gibson | 1 | -0/+10 |
2013-07-04 | hw/p*: pass owner to memory_region_init* functions | Paolo Bonzini | 5 | -13/+15 |
2013-07-04 | piolist: add owner argument to initialization functions and pass devices | Paolo Bonzini | 1 | -1/+1 |
2013-07-04 | spapr_iommu: pass device to spapr_tce_new_table and use it to set owner | Paolo Bonzini | 3 | -4/+5 |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini | 14 | -45/+45 |
2013-07-04 | prep: replace register_ioport* | Jan Kiszka | 1 | -8/+15 |
2013-07-01 | PPC: Newworld: Add second uninorth control register set | Alexander Graf | 1 | -0/+4 |
2013-07-01 | PPC: Newworld: Add uninorth token register | Alexander Graf | 1 | -2/+11 |
2013-07-01 | PPC: Add clock-frequency export for Mac machines | Alexander Graf | 2 | -0/+4 |
2013-07-01 | booke_ppc: limit booke timer to max when timeout overflow | Bharat Bhushan | 1 | -4/+20 |
2013-07-01 | pseries: Fix compiler warning (conversion of pointer to integral value) | Stefan Weil | 1 | -1/+1 |
2013-07-01 | spapr-rtas: add CPU argument to RTAS calls | Anthony Liguori | 6 | -24/+32 |
2013-07-01 | target-ppc: Change default machine for 64-bit | David Gibson | 2 | -3/+1 |
2013-07-01 | mpc8544_guts: Turn qdev initfn into instance_init | Andreas Färber | 1 | -13/+5 |
2013-07-01 | mpc8544_guts: QOM'ify | Andreas Färber | 1 | -5/+9 |
2013-07-01 | mpc8544_guts: Fix MemoryRegion name | Andreas Färber | 1 | -1/+1 |
2013-07-01 | intc/openpic_kvm: Fix QOM and build issues | Andreas Färber | 1 | -1/+1 |
2013-07-01 | intc/openpic: QOM'ify | Andreas Färber | 2 | -2/+2 |
2013-07-01 | kvm/openpic: in-kernel mpic support | Scott Wood | 1 | -5/+74 |
2013-07-01 | PPC: e500: factor out mpic init code | Scott Wood | 1 | -22/+34 |
2013-06-28 | cpu: Change cpu_exit() argument to CPUState | Andreas Färber | 1 | -1/+1 |
2013-06-28 | kvm: Change cpu_synchronize_state() argument to CPUState | Andreas Färber | 1 | -1/+1 |
2013-06-28 | kvm: Change kvm_cpu_synchronize_state() argument to CPUState | Andreas Färber | 1 | -1/+1 |
2013-06-20 | memory: give name to every AddressSpace | Alexey Kardashevskiy | 2 | -2/+4 |
2013-06-20 | dma: eliminate DMAContext | Paolo Bonzini | 1 | -1/+0 |
2013-06-20 | spapr_vio: take care of creating our own AddressSpace/DMAContext | Paolo Bonzini | 2 | -12/+2 |
2013-06-20 | pci: use memory core for iommu support | Avi Kivity | 1 | -4/+4 |
2013-06-20 | dma: eliminate old-style IOMMU support | Paolo Bonzini | 1 | -1/+1 |
2013-06-20 | spapr: use memory core for iommu support | Paolo Bonzini | 1 | -21/+27 |
2013-06-20 | spapr: make IOMMU translation go through IOMMUTLBEntry | Paolo Bonzini | 1 | -25/+35 |
2013-06-20 | spapr: convert TCE API to use an opaque type | Paolo Bonzini | 3 | -42/+33 |
2013-06-17 | Merge remote-tracking branch 'pmaydell/configury.next' into staging | Anthony Liguori | 3 | -26/+0 |
2013-06-15 | Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpu | Blue Swirl | 1 | -3/+4 |
2013-06-14 | ppc: Remove CONFIG_FDT conditionals | Peter Maydell | 3 | -26/+0 |