aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-07-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-07-07pci: Fold host_buses list into PCIHostState functionalityDavid Gibson
2013-07-07pci: Add root bus parameter to pci_nic_init()David Gibson
2013-07-07pci: Add root bus argument to pci_get_bus_devfn()David Gibson
2013-07-07pci: Replace pci_find_domain() with more general pci_root_bus_path()David Gibson
2013-07-07pci: Use helper to find device's root bus in pci_find_domain()David Gibson
2013-07-07pci: Abolish pci_find_root_bus()David Gibson
2013-07-04exec: separate current radix tree from the one being builtPaolo Bonzini
2013-07-04exec: move listener from AddressSpaceDispatch to AddressSpacePaolo Bonzini
2013-07-04memory: move MemoryListener declaration earlierPaolo Bonzini
2013-07-04add a header file for atomic operationsPaolo Bonzini
2013-07-04piolist: add owner argument to initialization functions and pass devicesPaolo Bonzini
2013-07-04pam: pass device to init_pam and use it to set ownerPaolo Bonzini
2013-07-04spapr_iommu: pass device to spapr_tce_new_table and use it to set ownerPaolo Bonzini
2013-07-04memory: return MemoryRegion from qemu_ram_addr_from_hostPaolo Bonzini
2013-07-04exec: move qemu_ram_addr_from_host_nofail to cputlb.cPaolo Bonzini
2013-07-04memory: add ref/unref callsPaolo Bonzini
2013-07-04memory: introduce memory_region_presentPaolo Bonzini
2013-07-04memory: add ref/unrefPaolo Bonzini
2013-07-04memory: add getter for ownerPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-07-04ioport: Move portio types to ioport.hJan Kiszka
2013-07-04vmport: Disentangle read handler type from portioJan Kiszka
2013-07-04ioport: Remove unused old dispatching servicesJan Kiszka
2013-07-04ioport: Switch dispatching to memory core layerJan Kiszka
2013-07-04isa: implement isa_is_ioport_assigned via memory_region_findJan Kiszka
2013-07-04Privatize register_ioport_read/writeJan Kiszka
2013-07-04dma: keep a device alive while it has SGListsPaolo Bonzini
2013-07-04pci: Move pci_read_devaddr to pci-hotplug-old.cDavid Gibson
2013-07-04pvpanic: initialization cleanupMichael S. Tsirkin
2013-07-04pc: pass PCI hole ranges to GuestsMichael S. Tsirkin
2013-07-04pci: store PCI hole ranges in guestinfo structureMichael S. Tsirkin
2013-07-04range: add Range structureMichael S. Tsirkin
2013-07-02int128: optimize and add test casesPaolo Bonzini
2013-07-01PPC: Add clock-frequency export for Mac machinesAlexander Graf
2013-07-01spapr-rtas: add CPU argument to RTAS callsAnthony Liguori
2013-07-01intc/openpic_kvm: Fix QOM and build issuesAndreas Färber
2013-07-01intc/openpic: QOM'ifyAndreas Färber
2013-07-01kvm/openpic: in-kernel mpic supportScott Wood
2013-07-01KVM: PIC: Only commit irq routing when necessaryAlexander Graf
2013-07-01openpic: factor out some common defines into openpic.hScott Wood
2013-07-01KVM: Export kvm_init_irq_routingAlexander Graf
2013-07-01KVM: Don't assume that mpstate exists with in-kernel PIC alwaysAlexander Graf
2013-06-28Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori
2013-06-28qemu-char: use ChardevBackendKind in CharDriverGerd Hoffmann
2013-06-28Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori
2013-06-28block: change default of .has_zero_init to 0Peter Lieven
2013-06-28cpu: Turn cpu_unassigned_access() into a CPUState hookAndreas Färber
2013-06-28hwaddr: Make hwaddr type usable beyond softmmuAndreas Färber
2013-06-28cpu: Change qemu_init_vcpu() argument to CPUStateAndreas Färber