summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-07-11PPC: dbdma: Support unaligned DMA accessAlexander Graf1-0/+3
2013-07-11PPC: dbdma: Move processing to ioAlexander Graf1-1/+2
2013-07-11PPC: dbdma: Move static bh variable to device structAlexander Graf1-0/+1
2013-07-11PPC: dbdma: Introduce kick functionAlexander Graf1-0/+1
2013-07-11PPC: dbdma: Move defines into header fileAlexander Graf1-0/+118
2013-07-10add timestamp to error_report()Seiji Aguchi1-0/+2
2013-07-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori7-17/+42
2013-07-09cpu: Move reset logging to CPUStateAndreas Färber1-0/+2
2013-07-09log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber1-5/+21
2013-07-09intc/openpic: Build openpic only onceAndreas Färber2-2/+6
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber3-2/+4
2013-07-09kvm: Change kvm_remove_all_breakpoints() argument to CPUStateAndreas Färber1-1/+1
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber2-3/+4
2013-07-09kvm: Free current_cpu identifierAndreas Färber1-5/+5
2013-07-09vl: New qemu_get_machine_opts()Markus Armbruster1-0/+2
2013-07-09exec: Remove unused global variable phys_ram_fdStefan Weil1-1/+0
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