aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-22monitor: Split mon_get_cpu fn to remove ENV_GET_CPUPeter Crosthwaite
2015-06-22monitor: Fix failure path for "S" argumentBandan Das
2015-06-22monitor: Point to "help" command on syntax errorBandan Das
2015-06-22monitor: cleanup parsing of cmd name and cmd argumentsBandan Das
2015-06-22monitor: remove debug printsBandan Das
2015-06-22qobject: Use 'bool' inside qdictEric Blake
2015-06-22qobject: Use 'bool' for qboolEric Blake
2015-06-22m68k: fix usp processing on interrupt entry and exception exitGreg Ungerer
2015-06-22m68k: implement move to/from usp register instructionGreg Ungerer
2015-06-22m68k: implement more ColdFire 5208 interrupt controller functionalityGreg Ungerer
2015-06-22Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell
2015-06-22Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-06-21target-microblaze: Remove dead codeAlistair Francis
2015-06-21s3adsp1800: Remove the hardcoded values from the resetAlistair Francis
2015-06-21ml605_mmu: Move the hardcoded values to the init functionAlistair Francis
2015-06-21target-microblaze: Convert pvr-full to a CPU propertyAlistair Francis
2015-06-21target-microblaze: Convert version_mask to a CPU propertyAlistair Francis
2015-06-21target-microblaze: Convert endi to a CPU propertyAlistair Francis
2015-06-21target-microblaze: Convert dcache-writeback to a CPU propertyAlistair Francis
2015-06-21target-microblaze: Convert use-mmu to a CPU propertyAlistair Francis
2015-06-21target-microblaze: Rename the usefpu variableAlistair Francis
2015-06-21target-microblaze: Disable stack protection by defaultAlistair Francis
2015-06-21target-microblaze: Convert use-fpu to a CPU propertyAlistair Francis
2015-06-21target-microblaze: Tidy up the base-vectors propertyAlistair Francis
2015-06-21target-microblaze: Allow the stack protection to be disabledAlistair Francis
2015-06-21target-microblaze: Preserve the pvr registers during resetAlistair Francis
2015-06-21target-microblaze: Fix up indentationAlistair Francis
2015-06-21microblaze: s3adsp: Instantiate CPU using QOMPeter Crosthwaite
2015-06-19qdev: Un-deprecate qdev_init_nofail()Markus Armbruster
2015-06-19qdev: Deprecated qdev_init() is finally unused, dropMarkus Armbruster
2015-06-19qom: Don't pass string table to object_get_enum() functionDaniel P. Berrange
2015-06-19qom: Add an object_property_add_enum() helper functionDaniel P. Berrange
2015-06-19qom: Make enum string tables const-correctDaniel P. Berrange
2015-06-19qom: Add object_new_with_props() / object_new_withpropv() helpersDaniel P. Berrange
2015-06-19qom: Add helper function for getting user objects rootDaniel P. Berrange
2015-06-19vl: Create (most) objects before creating chardev backendsDaniel P. Berrange
2015-06-19doc: Document user creatable object types in help textDaniel P. Berrange
2015-06-19backends: Fix typename of 'policy' enum property in hostmem objDaniel P. Berrange
2015-06-19Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150619'...Peter Maydell
2015-06-19semihosting: add --semihosting-config arg sub-argumentpull-target-arm-20150619Leon Alrae
2015-06-19semihosting: create SemihostingConfig structure and semihost.hLeon Alrae
2015-06-19arm: xlnx-zynqmp: Add 2xCortexR5 CPUsPeter Crosthwaite
2015-06-19arm: xlnx-zynqmp: Add boot-cpu propertyPeter Crosthwaite
2015-06-19arm: xlnx-zynqmp: Preface CPU variables with "apu"Peter Crosthwaite
2015-06-19target-arm: Add support for Cortex-R5Peter Crosthwaite
2015-06-19target-arm: Implement PMSAv7 MPUPeter Crosthwaite
2015-06-19target-arm: Add registers for PMSAv7Peter Crosthwaite
2015-06-19target-arm/helper.c: define MPUIR registerPeter Crosthwaite
2015-06-19target-arm: Do not reset sysregs marked as ALIASSergey Fedorov
2015-06-19hw/arm/sysbus-fdt: enable vfio-calxeda-xgmac dynamic instantiationEric Auger