aboutsummaryrefslogtreecommitdiff
path: root/hw/core
AgeCommit message (Expand)Author
2016-10-24hw/ptimer: Add "no counter round down" policyDmitry Osipenko
2016-10-24hw/ptimer: Add "no immediate reload" policyDmitry Osipenko
2016-10-24hw/ptimer: Add "no immediate trigger" policyDmitry Osipenko
2016-10-24hw/ptimer: Add "continuous trigger" policyDmitry Osipenko
2016-10-24hw/ptimer: Add "wraparound after one period" policyDmitry Osipenko
2016-10-24char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau
2016-10-17machine: Register TYPE_MACHINE properties as class propertiesEduardo Habkost
2016-10-04generic-loader: Add a generic loaderAlistair Francis
2016-10-04irq: Add a new irq device that allows the ORing of linesAlistair Francis
2016-09-27sysbus: Remove ignored return value of FindSysbusDeviceFuncDavid Gibson
2016-09-22loader: Add AddressSpace loading support to targphysAlistair Francis
2016-09-22loader: Add AddressSpace loading support to uImagesAlistair Francis
2016-09-22loader: Add AddressSpace loading support to ELFsAlistair Francis
2016-09-22loader: Allow a custom AddressSpace when loading ROMsAlistair Francis
2016-09-22loader: Use the specified MemoryRegionAlistair Francis
2016-09-22hw/ptimer: Suppress error messages under qtestDmitry Osipenko
2016-09-22hw/ptimer: Introduce timer policy featureDmitry Osipenko
2016-09-22hw/ptimer: Actually stop the timer in case of errorDmitry Osipenko
2016-09-08bus: simplify name handlingMarc-André Lureau
2016-09-08machine: use class base init generated nameMarc-André Lureau
2016-08-08block/qdev: Let 'drive' property fall back to node nameKevin Wolf
2016-08-03qdev: Fix use after free in qdev_init_nofail error pathFam Zheng
2016-07-27qdev: ignore GlobalProperty.errp for hotplugged devicesGreg Kurz
2016-07-27machine: Add comment to abort path in machine_set_kernel_irqchipGreg Kurz
2016-07-26qdev: Fix object reference leak in case device.realize() failsIgor Mammedov
2016-07-19qapi: Change Netdev into a flat unionEric Blake
2016-07-14Revert "hw/ptimer: Perform counter wrap around if timer already expired"Dmitry Osipenko
2016-07-13block/qdev: Allow configuring rerror/werror with qdev propertiesKevin Wolf
2016-07-13block/qdev: Allow node name for drive propertiesKevin Wolf
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster
2016-07-07vl: Set errp to &error_abort on machine compat_propsEduardo Habkost
2016-07-07machine: Add machine_register_compat_props() functionEduardo Habkost
2016-07-07qdev: GlobalProperty.errp fieldEduardo Habkost
2016-07-07qdev: Eliminate qemu_add_globals() functionEduardo Habkost
2016-07-07qdev: Don't stop applying globals on first errorEduardo Habkost
2016-07-05Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-07-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-07-05block/qdev: Fix NULL access when using BB twiceKevin Wolf
2016-07-04register: Add block initialise helperPeter Crosthwaite
2016-07-04register: QOMifyPeter Crosthwaite
2016-07-04register: Add Memory API glueAlistair Francis
2016-07-04register: Add Register APIAlistair Francis
2016-07-04machine: remove iommu propertyMarcel Apfelbaum
2016-06-17qdev: Use GList for global propertiesEduardo Habkost
2016-06-17qdev: hotplug: Introduce HotplugHandler.pre_plug() callbackIgor Mammedov
2016-06-14qdev_try_create(): Assert that devices we put onto the system bus are SysBusD...Peter Maydell
2016-06-07qdev: Clean up around propertiesCao jin
2016-06-06hw/ptimer: Introduce ptimer_get_limitDmitry Osipenko
2016-06-06hw/ptimer: Support "on the fly" timer mode switchDmitry Osipenko