summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* virtio-input: evdev passthroughGerd Hoffmann2015-06-235-0/+228
* virtio-input: move properties, use virtio_instance_init_commonGerd Hoffmann2015-06-233-25/+19
* m68k: fix usp processing on interrupt entry and exception exitGreg Ungerer2015-06-221-4/+3
* m68k: implement move to/from usp register instructionGreg Ungerer2015-06-221-4/+4
* m68k: implement more ColdFire 5208 interrupt controller functionalityGreg Ungerer2015-06-221-0/+14
* Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell2015-06-2228-125/+837
|\
| * qdev: Un-deprecate qdev_init_nofail()Markus Armbruster2015-06-191-2/+2
| * qdev: Deprecated qdev_init() is finally unused, dropMarkus Armbruster2015-06-192-33/+17
| * qom: Don't pass string table to object_get_enum() functionDaniel P. Berrange2015-06-195-19/+71
| * qom: Add an object_property_add_enum() helper functionDaniel P. Berrange2015-06-193-0/+150
| * qom: Make enum string tables const-correctDaniel P. Berrange2015-06-1910-15/+16
| * qom: Add object_new_with_props() / object_new_withpropv() helpersDaniel P. Berrange2015-06-196-1/+434
| * qom: Add helper function for getting user objects rootDaniel P. Berrange2015-06-195-7/+22
| * vl: Create (most) objects before creating chardev backendsDaniel P. Berrange2015-06-191-1/+39
| * doc: Document user creatable object types in help textDaniel P. Berrange2015-06-191-16/+54
| * backends: Fix typename of 'policy' enum property in hostmem objDaniel P. Berrange2015-06-191-1/+1
| * scripts: Add support for path as argument of qom-treeMartin Cerveny2015-06-191-2/+7
| * tests: Use qtest_add_data_func() consistentlyAndreas Färber2015-06-196-30/+23
| * qdev: Free property names after registering gpio aliasesEduardo Habkost2015-06-191-0/+2
| * qom: strdup() target property name on object_property_add_alias()Eduardo Habkost2015-06-191-2/+3
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-06-2216-23/+485
|\ \
| * | exec: clamp accesses against the MemoryRegionSectionPaolo Bonzini2015-06-191-1/+1
| * | exec: do not clamp accesses to MMIO regionsPaolo Bonzini2015-06-191-2/+6
| * | mc146818rtc: Reset the periodic timer on loadPaul Donohue2015-06-191-0/+6
| * | qemu-timer: Call clock reset notifiers on forward jumpsPaul Donohue2015-06-192-1/+10
| * | tests: virtio-scsi: Add test for unaligned WRITE SAMEFam Zheng2015-06-191-0/+173
| * | tests: virtio-scsi: Move start/stop to individual test functionsFam Zheng2015-06-171-6/+22
| * | libqos: Complete virtio device ID definition listFam Zheng2015-06-171-2/+8
| * | libqos: Allow calling guest_free on NULL pointerFam Zheng2015-06-171-0/+3
| * | tests: Link libqos virtio object to virtio-scsi-testFam Zheng2015-06-171-1/+1
| * | i8254: fix out-of-bounds memory access in pit_ioport_read()Petr Matousek2015-06-171-0/+6
| * | qemu-ga: Building Windows MSI installation with configure/MakefileYossi Hindin2015-06-172-1/+89
| * | qemu-ga: Introduce Windows MSI scriptYossi Hindin2015-06-171-0/+145
| * | qemu-ga: debug printouts to help troubleshoot installationYossi Hindin2015-06-172-1/+2
| * | qemu-ga: adding vss-[un]install optionsYossi Hindin2015-06-171-1/+9
| * | qemu-log: Open file for logging when specifiedPranith Kumar2015-06-171-8/+5
* | | target-microblaze: Remove dead codeAlistair Francis2015-06-211-4/+0
* | | s3adsp1800: Remove the hardcoded values from the resetAlistair Francis2015-06-211-8/+1
* | | ml605_mmu: Move the hardcoded values to the init functionAlistair Francis2015-06-211-12/+6
* | | target-microblaze: Convert pvr-full to a CPU propertyAlistair Francis2015-06-214-6/+10
* | | target-microblaze: Convert version_mask to a CPU propertyAlistair Francis2015-06-213-2/+55
* | | target-microblaze: Convert endi to a CPU propertyAlistair Francis2015-06-214-3/+6
* | | target-microblaze: Convert dcache-writeback to a CPU propertyAlistair Francis2015-06-213-1/+8
* | | target-microblaze: Convert use-mmu to a CPU propertyAlistair Francis2015-06-214-4/+6
* | | target-microblaze: Rename the usefpu variableAlistair Francis2015-06-213-8/+8
* | | target-microblaze: Disable stack protection by defaultAlistair Francis2015-06-211-1/+1
* | | target-microblaze: Convert use-fpu to a CPU propertyAlistair Francis2015-06-214-12/+19
* | | target-microblaze: Tidy up the base-vectors propertyAlistair Francis2015-06-213-7/+8
* | | target-microblaze: Allow the stack protection to be disabledAlistair Francis2015-06-214-2/+13
* | | target-microblaze: Preserve the pvr registers during resetAlistair Francis2015-06-212-22/+28
OpenPOWER on IntegriCloud