summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pci: Fold host_buses list into PCIHostState functionalityDavid Gibson2013-07-072-19/+16Star
* pci: Remove domain from PCIHostBusDavid Gibson2013-07-071-4/+3Star
* pci: Simpler implementation of primary PCI busDavid Gibson2013-07-072-9/+26
* pci: Add root bus parameter to pci_nic_init()David Gibson2013-07-0717-26/+36
* pci: Add root bus argument to pci_get_bus_devfn()David Gibson2013-07-073-6/+7
* pci: Replace pci_find_domain() with more general pci_root_bus_path()David Gibson2013-07-079-25/+66
* pci: Use helper to find device's root bus in pci_find_domain()David Gibson2013-07-074-11/+17
* pci: Abolish pci_find_root_bus()David Gibson2013-07-074-15/+42
* pci: Move pci_read_devaddr to pci-hotplug-old.cDavid Gibson2013-07-043-17/+17
* pci: Cleanup configuration for pci-hotplug.cDavid Gibson2013-07-046-12/+8Star
* pvpanic: fix fwcfg for big endian hostsMichael S. Tsirkin2013-07-041-3/+4
* pvpanic: initialization cleanupMichael S. Tsirkin2013-07-042-15/+17
* MAINTAINERS: s/Marcelo/Paolo/Michael S. Tsirkin2013-07-041-1/+1
* e1000: cleanup process_tx_descAndrew Jones2013-07-041-8/+10
* pc_piix: cleanup init compat handlingMichael S. Tsirkin2013-07-041-14/+4Star
* pc: pass PCI hole ranges to GuestsMichael S. Tsirkin2013-07-044-3/+52
* pci: store PCI hole ranges in guestinfo structureMichael S. Tsirkin2013-07-047-4/+92
* range: add Range structureMichael S. Tsirkin2013-07-041-0/+16
* Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2013-07-033-52/+51Star
|\
| * kvmclock: clock should count only if vm is runningMarcelo Tosatti2013-07-031-34/+30Star
| * pci-assign: remove the duplicate function name in debug messageWanlong Gao2013-07-031-6/+6
| * kvm: skip system call when msi route is unchangedMichael S. Tsirkin2013-07-031-0/+4
| * kvm: zero-initialize KVM_SET_GSI_ROUTING inputMichael S. Tsirkin2013-07-031-12/+7Star
| * kvm: add detail error message when fail to add ioeventfdAmos Kong2013-07-031-0/+4
|/
* Merge remote-tracking branch 'agraf/ppc-for-upstream' into stagingAnthony Liguori2013-07-0138-205/+792
|\
| * PPC: Ignore writes to L2CRAlexander Graf2013-07-011-11/+11
| * mac-io: Add escc-legacy memory alias regionAlexander Graf2013-07-011-0/+47
| * PPC: Newworld: Add second uninorth control register setAlexander Graf2013-07-011-0/+4
| * PPC: Newworld: Add uninorth token registerAlexander Graf2013-07-011-2/+11
| * PPC: Add clock-frequency export for Mac machinesAlexander Graf2013-07-013-0/+5
| * PPC: Introduce an alias cache for faster lookupsAlexander Graf2013-07-013-7/+30
| * PPC: Fix GDB read on code area for PPC6xxFabien Chouteau2013-07-011-1/+9
| * PPC: Add dump_mmu() for 6xxFabien Chouteau2013-07-011-0/+92
| * target-ppc: Introduce unrealizefn for PowerPCCPUAndreas Färber2013-07-012-2/+18
| * booke_ppc: limit booke timer to max when timeout overflowBharat Bhushan2013-07-011-4/+20
| * Graphics: Switch to 800x600x32 as default modeAlexander Graf2013-07-011-1/+1
| * pseries: Update MAINTAINERS informationDavid Gibson2013-07-011-1/+4
| * target-ppc kvm: save cr registerAlexey Kardashevskiy2013-07-011-0/+5
| * pseries: Fix compiler warning (conversion of pointer to integral value)Stefan Weil2013-07-011-1/+1
| * spapr-rtas: add CPU argument to RTAS callsAnthony Liguori2013-07-018-28/+37
| * target-ppc: Change default machine for 64-bitDavid Gibson2013-07-012-3/+1Star
| * ppc: do not register IABR SPR twice for 603eHervé Poussineau2013-07-011-5/+0Star
| * target-ppc: Drop redundant flags assignments from CPU familiesAndreas Färber2013-07-011-45/+0Star
| * mpc8544_guts: Turn qdev initfn into instance_initAndreas Färber2013-07-011-13/+5Star
| * mpc8544_guts: QOM'ifyAndreas Färber2013-07-011-5/+9
| * mpc8544_guts: Fix MemoryRegion nameAndreas Färber2013-07-011-1/+1
| * intc/openpic_kvm: Fix QOM and build issuesAndreas Färber2013-07-013-22/+35
| * intc/openpic: Convert to QOM realizeAndreas Färber2013-07-011-15/+19
| * intc/openpic: QOM'ifyAndreas Färber2013-07-014-8/+15
| * kvm/openpic: in-kernel mpic supportScott Wood2013-07-018-6/+337