aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-01-13memory: cpu_physical_memory_clear_dirty_flag() result is never usedJuan Quintela
2014-01-13memory: make sure that client is always inside rangeJuan Quintela
2014-01-13memory: use bit 2 for migrationJuan Quintela
2014-01-13memory: cpu_physical_memory_mask_dirty_range() always clears a single flagJuan Quintela
2014-01-13memory: cpu_physical_memory_set_dirty_range() always dirty all flagsJuan Quintela
2014-01-13memory: set single dirty flags when possibleJuan Quintela
2014-01-13memory: all users of cpu_physical_memory_get_dirty used only one flagJuan Quintela
2014-01-13memory: make cpu_physical_memory_is_dirty return boolJuan Quintela
2014-01-13exec: create function to get a single dirty bitJuan Quintela
2014-01-13memory: create function to set a single dirty bitJuan Quintela
2014-01-13memory: cpu_physical_memory_set_dirty_flags() result is never usedJuan Quintela
2014-01-13bitmap: use long as indexJuan Quintela
2014-01-13migration: Move QEMU_VM_* defines to migration/migration.hEduardo Habkost
2014-01-13qemu-file: Make a few functions non-staticEduardo Habkost
2014-01-10Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori
2014-01-10Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2014-01-09Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori
2014-01-09Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori
2014-01-08softfloat: Add support for ties-away roundingPeter Maydell
2014-01-08softfloat: Add float16 <=> float64 conversion functionsPeter Maydell
2014-01-08softfloat: Provide complete set of accessors for fp statePeter Maydell
2014-01-08softfloat: Add float32_to_uint64()Tom Musta
2014-01-08softfloat: Make the int-to-float functions take exact-width typesPeter Maydell
2014-01-08softfloat: Add 16 bit integer to float conversionsPeter Maydell
2014-01-08softfloat: Add float to 16bit integer conversions.Will Newton
2014-01-08arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGERChristoffer Dall
2014-01-01pxa27x: Add 'const' attribute to keyboard mapsStefan Weil
2014-01-01pxa27x: Reduce size of keyboard matrix mappingStefan Weil
2013-12-24ioapic: QOM'ify ioapicxiaoqiang zhao
2013-12-24icc_bus: QOM'ify ICCxiaoqiang zhao
2013-12-24apic: QOM'ify APICxiaoqiang zhao
2013-12-24qdev: Drop misleading qbus_free() functionStefan Hajnoczi
2013-12-24qom: Do not register interface "types" in the type table and fix namesPaolo Bonzini
2013-12-24qom: Split out object and class cachesPeter Crosthwaite
2013-12-24qdev: Document that pointer properties kill device_addMarkus Armbruster
2013-12-23piix: fix 32bit pci holeGerd Hoffmann
2013-12-23qdev: switch reset to post-orderPaolo Bonzini
2013-12-23qdev: allow both pre- and post-order vists in qdev walking functionsPaolo Bonzini
2013-12-23pci: do not export pci_bus_resetPaolo Bonzini
2013-12-23acpi: factor out common pm_update_sci() into acpi coreIgor Mammedov
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-20block: Add commit_active_start()Fam Zheng
2013-12-20dataplane: replace hostmem with memory_region_findPaolo Bonzini
2013-12-20dataplane: change vring API to use VirtQueueElementPaolo Bonzini
2013-12-20device_tree: qemu_fdt_setprop: Rename val_array argPeter Crosthwaite
2013-12-20device_tree: s/qemu_devtree/qemu_fdt globallyPeter Crosthwaite
2013-12-20roms: Flush icache when writing roms to guest memoryAlexander Graf
2013-12-20spapr-rtas: add ibm, (get|set)-system-parameterAlexey Kardashevskiy
2013-12-20spapr-rtas: replace return code constants with macrosAlexey Kardashevskiy
2013-12-17hw/arm: add allwinner a10 SoC supportliguang