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