aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-07-11PPC: dbdma: Support unaligned DMA accessAlexander Graf
2013-07-11PPC: dbdma: Move processing to ioAlexander Graf
2013-07-11PPC: dbdma: Move static bh variable to device structAlexander Graf
2013-07-11PPC: dbdma: Introduce kick functionAlexander Graf
2013-07-11PPC: dbdma: Move defines into header fileAlexander Graf
2013-07-10add timestamp to error_report()Seiji Aguchi
2013-07-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2013-07-09cpu: Move reset logging to CPUStateAndreas Färber
2013-07-09log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber
2013-07-09intc/openpic: Build openpic only onceAndreas Färber
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber
2013-07-09kvm: Change kvm_remove_all_breakpoints() argument to CPUStateAndreas Färber
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber
2013-07-09kvm: Free current_cpu identifierAndreas Färber
2013-07-09vl: New qemu_get_machine_opts()Markus Armbruster
2013-07-09exec: Remove unused global variable phys_ram_fdStefan Weil
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