summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-22disas: Remove uses of CPU envPeter Crosthwaite21-29/+29
2015-06-22monitor: Split mon_get_cpu fn to remove ENV_GET_CPUPeter Crosthwaite1-36/+29
2015-06-22monitor: Fix failure path for "S" argumentBandan Das1-1/+1
2015-06-22monitor: Point to "help" command on syntax errorBandan Das1-0/+2
2015-06-22monitor: cleanup parsing of cmd name and cmd argumentsBandan Das1-40/+56
2015-06-22monitor: remove debug printsBandan Das1-19/+1
2015-06-22qobject: Use 'bool' inside qdictEric Blake6-28/+28
2015-06-22qobject: Use 'bool' for qboolEric Blake16-38/+39
2015-06-22Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell28-125/+837
2015-06-22Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell16-23/+485
2015-06-21target-microblaze: Remove dead codeAlistair Francis1-4/+0
2015-06-21s3adsp1800: Remove the hardcoded values from the resetAlistair Francis1-8/+1
2015-06-21ml605_mmu: Move the hardcoded values to the init functionAlistair Francis1-12/+6
2015-06-21target-microblaze: Convert pvr-full to a CPU propertyAlistair Francis4-6/+10
2015-06-21target-microblaze: Convert version_mask to a CPU propertyAlistair Francis3-2/+55
2015-06-21target-microblaze: Convert endi to a CPU propertyAlistair Francis4-3/+6
2015-06-21target-microblaze: Convert dcache-writeback to a CPU propertyAlistair Francis3-1/+8
2015-06-21target-microblaze: Convert use-mmu to a CPU propertyAlistair Francis4-4/+6
2015-06-21target-microblaze: Rename the usefpu variableAlistair Francis3-8/+8
2015-06-21target-microblaze: Disable stack protection by defaultAlistair Francis1-1/+1
2015-06-21target-microblaze: Convert use-fpu to a CPU propertyAlistair Francis4-12/+19
2015-06-21target-microblaze: Tidy up the base-vectors propertyAlistair Francis3-7/+8
2015-06-21target-microblaze: Allow the stack protection to be disabledAlistair Francis4-2/+13
2015-06-21target-microblaze: Preserve the pvr registers during resetAlistair Francis2-22/+28
2015-06-21target-microblaze: Fix up indentationAlistair Francis1-5/+5
2015-06-21microblaze: s3adsp: Instantiate CPU using QOMPeter Crosthwaite1-6/+2
2015-06-19qdev: Un-deprecate qdev_init_nofail()Markus Armbruster1-2/+2
2015-06-19qdev: Deprecated qdev_init() is finally unused, dropMarkus Armbruster2-33/+17
2015-06-19qom: Don't pass string table to object_get_enum() functionDaniel P. Berrange5-19/+71
2015-06-19qom: Add an object_property_add_enum() helper functionDaniel P. Berrange3-0/+150
2015-06-19qom: Make enum string tables const-correctDaniel P. Berrange10-15/+16
2015-06-19qom: Add object_new_with_props() / object_new_withpropv() helpersDaniel P. Berrange6-1/+434
2015-06-19qom: Add helper function for getting user objects rootDaniel P. Berrange5-7/+22
2015-06-19vl: Create (most) objects before creating chardev backendsDaniel P. Berrange1-1/+39
2015-06-19doc: Document user creatable object types in help textDaniel P. Berrange1-16/+54
2015-06-19backends: Fix typename of 'policy' enum property in hostmem objDaniel P. Berrange1-1/+1
2015-06-19Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150619'...Peter Maydell21-97/+770
2015-06-19semihosting: add --semihosting-config arg sub-argumentLeon Alrae4-12/+103
2015-06-19semihosting: create SemihostingConfig structure and semihost.hLeon Alrae9-28/+87
2015-06-19arm: xlnx-zynqmp: Add 2xCortexR5 CPUsPeter Crosthwaite2-0/+36
2015-06-19arm: xlnx-zynqmp: Add boot-cpu propertyPeter Crosthwaite3-2/+22
2015-06-19arm: xlnx-zynqmp: Preface CPU variables with "apu"Peter Crosthwaite3-15/+17
2015-06-19target-arm: Add support for Cortex-R5Peter Crosthwaite1-0/+38
2015-06-19target-arm: Implement PMSAv7 MPUPeter Crosthwaite2-1/+174
2015-06-19target-arm: Add registers for PMSAv7Peter Crosthwaite4-7/+133
2015-06-19target-arm/helper.c: define MPUIR registerPeter Crosthwaite3-0/+30
2015-06-19target-arm: Do not reset sysregs marked as ALIASSergey Fedorov3-22/+12
2015-06-19hw/arm/sysbus-fdt: enable vfio-calxeda-xgmac dynamic instantiationEric Auger3-11/+108
2015-06-19target-arm: Add the Cortex-M4 CPUAurelio C. Remonda1-0/+11
2015-06-19Merge remote-tracking branch 'remotes/pmaydell/tags/pull-cocoa-20150619-1' in...Peter Maydell1-3/+237