summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-06-05migration: move dirty bitmap sync to ram_addr.hStefan Hajnoczi
2015-06-05memory: use atomic ops for setting dirty memory bitsStefan Hajnoczi
2015-06-05bitmap: add atomic test and clearStefan Hajnoczi
2015-06-05bitmap: add atomic set functionsStefan Hajnoczi
2015-06-05memory: do not touch code dirty bitmap unless TCG is enabledPaolo Bonzini
2015-06-05exec: only check relevant bitmaps for cleanlinessPaolo Bonzini
2015-06-05exec: invert return value of cpu_physical_memory_get_clean, renamePaolo Bonzini
2015-06-05exec: pass client mask to cpu_physical_memory_set_dirty_rangePaolo Bonzini
2015-06-05cputlb: remove useless arguments to tlb_unprotect_code_phys, renamePaolo Bonzini
2015-06-05exec: move functions to translate-all.hPaolo Bonzini
2015-06-05ram_addr: tweaks to xen_modified_memoryPaolo Bonzini
2015-06-05memory: track DIRTY_MEMORY_CODE in mr->dirty_log_maskPaolo Bonzini
2015-06-05ui/console: remove dpy_gfx_update_dirtyPaolo Bonzini
2015-06-05memory: prepare for multiple bits in the dirty log maskPaolo Bonzini
2015-06-05memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini
2015-06-05memory: the only dirty memory flag for users is DIRTY_MEMORY_VGAPaolo Bonzini
2015-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-06-04Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell
2015-06-04Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-06-0...Peter Maydell
2015-06-04vhost: logs sharingJason Wang
2015-06-04hw/acpi: piix4_pm_init(): take fw_cfg object no moreLaszlo Ersek
2015-06-04hw/acpi: acpi_pm1_cnt_init(): take "disable_s3" and "disable_s4"Laszlo Ersek
2015-06-04Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150602'...Peter Maydell
2015-06-03softmmu: support up to 12 MMU modesPaolo Bonzini
2015-06-03machine: add default_ram_size to machine classNikunj A Dadhania
2015-06-03pci: make pci_bar useable outside pci.cMichael Roth
2015-06-03spapr_pci: add dynamic-reconfiguration option for spapr-pci-host-bridgeMichael Roth
2015-06-03spapr_drc: add spapr_drc_populate_dt()Michael Roth
2015-06-03spapr_events: event-scan RTAS interfaceTyrel Datwyler
2015-06-03spapr_events: re-use EPOW event infrastructure for hotplug eventsNathan Fontenot
2015-06-03spapr_rtas: add ibm, configure-connector RTAS interfaceMichael Roth
2015-06-03spapr: add rtas_st_buffer_direct() helperMichael Roth
2015-06-03spapr_rtas: add set-indicator RTAS interfaceMike Day
2015-06-03spapr_drc: initial implementation of sPAPRDRConnector deviceMichael Roth
2015-06-03hw/ppc/spapr_iommu: Fix the check for invalid upper bits in liobnThomas Huth
2015-06-03spapr_iommu: Make spapr_tce_find_by_liobn() publicAlexey Kardashevskiy
2015-06-03spapr_pci: Make find_phb()/find_dev() publicAlexey Kardashevskiy
2015-06-03spapr_iommu: Add separate trace points for PCI DMA operationsAlexey Kardashevskiy
2015-06-03spapr_pci: Define default DMA window size as a macroAlexey Kardashevskiy
2015-06-03spapr_vio: Introduce a liobn number generating macrosAlexey Kardashevskiy
2015-06-03spapr_pci: Introduce a liobn number generating macrosAlexey Kardashevskiy
2015-06-03hw/pci: add support for NUMA nodesMarcel Apfelbaum
2015-06-03hw/pci: introduce PCI Expander Bridge (PXB)Marcel Apfelbaum
2015-06-03hw/pci: made pci_bus_num a PCIBusClass methodMarcel Apfelbaum
2015-06-03hw/pci: made pci_bus_is_root a PCIBusClass methodMarcel Apfelbaum
2015-06-03acpi: add acpi_send_gpe_event() to rise sci for hotplugZhu Guihua
2015-06-03virtio: 64bit features fixups.Gerd Hoffmann
2015-06-03TPM: fix build with tpm disabledJuan Quintela
2015-06-03hw/i386/pc: Fix misusing qemu_allocate_irqs for single irqShannon Zhao
2015-06-02Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-06-02' in...Peter Maydell