summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* memory: split dirty bitmap into threeJuan Quintela2014-01-133-12/+10
* bitmap: Add bitmap_zero_extend operationJuan Quintela2014-01-131-0/+9
* memory: cpu_physical_memory_clear_dirty_flag() result is never usedJuan Quintela2014-01-131-2/+2
* memory: make sure that client is always inside rangeJuan Quintela2014-01-131-0/+4
* memory: use bit 2 for migrationJuan Quintela2014-01-131-1/+2
* memory: cpu_physical_memory_mask_dirty_range() always clears a single flagJuan Quintela2014-01-132-25/+18
* memory: cpu_physical_memory_set_dirty_range() always dirty all flagsJuan Quintela2014-01-131-9/+2
* memory: set single dirty flags when possibleJuan Quintela2014-01-131-1/+3
* memory: all users of cpu_physical_memory_get_dirty used only one flagJuan Quintela2014-01-131-7/+2
* memory: make cpu_physical_memory_is_dirty return boolJuan Quintela2014-01-131-2/+6
* exec: create function to get a single dirty bitJuan Quintela2014-01-131-0/+6
* memory: create function to set a single dirty bitJuan Quintela2014-01-131-0/+6
* memory: cpu_physical_memory_set_dirty_flags() result is never usedJuan Quintela2014-01-131-2/+2
* bitmap: use long as indexJuan Quintela2014-01-132-45/+46
* migration: Move QEMU_VM_* defines to migration/migration.hEduardo Habkost2014-01-131-0/+11
* qemu-file: Make a few functions non-staticEduardo Habkost2014-01-131-0/+4
* Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2014-01-103-67/+23
|\
| * block: Add commit_active_start()Fam Zheng2013-12-201-3/+19
| * dataplane: replace hostmem with memory_region_findPaolo Bonzini2013-12-202-60/+1
| * dataplane: change vring API to use VirtQueueElementPaolo Bonzini2013-12-201-4/+3
* | Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2014-01-104-6/+19
|\ \
| * | piix: fix 32bit pci holeGerd Hoffmann2013-12-231-0/+1
| * | qdev: switch reset to post-orderPaolo Bonzini2013-12-231-1/+1
| * | qdev: allow both pre- and post-order vists in qdev walking functionsPaolo Bonzini2013-12-231-4/+9
| * | pci: do not export pci_bus_resetPaolo Bonzini2013-12-231-1/+0
| * | acpi: factor out common pm_update_sci() into acpi coreIgor Mammedov2013-12-231-0/+8
| |/
* | Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori2014-01-096-7/+36
|\ \
| * | ioapic: QOM'ify ioapicxiaoqiang zhao2013-12-241-1/+2
| * | icc_bus: QOM'ify ICCxiaoqiang zhao2013-12-241-1/+1
| * | apic: QOM'ify APICxiaoqiang zhao2013-12-241-1/+1
| * | qdev: Drop misleading qbus_free() functionStefan Hajnoczi2013-12-241-2/+0
| * | qom: Do not register interface "types" in the type table and fix namesPaolo Bonzini2013-12-241-0/+1
| * | qom: Split out object and class cachesPeter Crosthwaite2013-12-241-1/+2
| * | qdev: Document that pointer properties kill device_addMarkus Armbruster2013-12-241-0/+17
| * | qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+12
| |/
* | Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori2014-01-091-4/+4
|\ \
| * | pxa27x: Add 'const' attribute to keyboard mapsStefan Weil2014-01-011-2/+2
| * | pxa27x: Reduce size of keyboard matrix mappingStefan Weil2014-01-011-2/+2
| |/
* | softfloat: Add support for ties-away roundingPeter Maydell2014-01-081-1/+2
* | softfloat: Add float16 <=> float64 conversion functionsPeter Maydell2014-01-081-0/+2
* | softfloat: Provide complete set of accessors for fp statePeter Maydell2014-01-081-3/+36
* | softfloat: Add float32_to_uint64()Tom Musta2014-01-081-0/+1
* | softfloat: Make the int-to-float functions take exact-width typesPeter Maydell2014-01-081-13/+13
* | softfloat: Add 16 bit integer to float conversionsPeter Maydell2014-01-081-0/+21
* | softfloat: Add float to 16bit integer conversions.Will Newton2014-01-081-0/+4
* | arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGERChristoffer Dall2014-01-081-1/+1
|/
* device_tree: qemu_fdt_setprop: Rename val_array argPeter Crosthwaite2013-12-201-1/+1
* device_tree: s/qemu_devtree/qemu_fdt globallyPeter Crosthwaite2013-12-201-40/+40
* roms: Flush icache when writing roms to guest memoryAlexander Graf2013-12-201-0/+1
* spapr-rtas: add ibm, (get|set)-system-parameterAlexey Kardashevskiy2013-12-201-0/+2
OpenPOWER on IntegriCloud