aboutsummaryrefslogtreecommitdiff
path: root/hw/core
AgeCommit message (Expand)Author
2018-07-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-07-17hw/core/sysbus: Add a function for creating and attaching an objectThomas Huth
2018-07-16qdev: add HotplugHandler->post_plug() callbackStefan Hajnoczi
2018-07-09Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2018-07-09hw/machine: Remove the Zero check of nb_numa_nodes for numa_complete_configur...Dou Liyang
2018-07-09machine: properly free device_memoryDavid Hildenbrand
2018-07-09ptimer: Add TRIGGER_ONLY_ON_DECREMENT policy optionPeter Maydell
2018-07-02Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-07-02hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"Philippe Mathieu-Daudé
2018-07-02hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé
2018-07-02loader: Check access size when calling rom_ptr() to avoid crashesThomas Huth
2018-06-18Revert "bus: do not unref the added child bus on realize"Marc-André Lureau
2018-06-15hw/core/or-irq: Support more than 16 inputs to an OR gatePeter Maydell
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau
2018-06-12bus: do not unref the added child bus on realizeMarc-André Lureau
2018-06-08hw/core/register: Add trailing '\n' to qemu_log() callPhilippe Mathieu-Daudé
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-06-01qdev: Remove DeviceClass::init() and ::exit()Philippe Mathieu-Daudé
2018-06-01qdev: Simplify the SysBusDeviceClass::init pathPhilippe Mathieu-Daudé
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-30numa: postpone options post-processing till machine_run_board_init()Igor Mammedov
2018-05-14Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2018-05-14net: Remove the deprecated "vlan" parameterThomas Huth
2018-05-10platform-bus-device: use device plug callback instead of machine_done notifierIgor Mammedov
2018-03-19Use cpu_create(type) instead of cpu_init(cpu_model)Igor Mammedov
2018-03-13machine: add memory-encryption optionBrijesh Singh
2018-03-07Add symbol table callback interface to load_elfMichael Clark
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-03-02hw/core/split-irq: Device that splits IRQ linesPeter Maydell
2018-03-02qdev: Add new qdev_init_gpio_in_named_with_opaque()Peter Maydell
2018-03-02loader: Add new load_ramdisk_as()Peter Maydell
2018-03-01Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180301'...Peter Maydell
2018-03-01hw: register: Run post_write hook on resetAlistair Francis
2018-02-27loader: don't perform overlapping address check for memory region ROM imagesMark Cave-Ayland
2018-02-10machine: Polish -machine xxx,helpAlexey Kardashevskiy
2018-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-09hw/core/generic-loader: Allow PC to be set on command linepull-target-arm-20180209Peter Maydell
2018-02-07Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-02-06qapi: Create DEFINE_PROP_OFF_AUTO_PCIBARAlex Williamson
2018-02-05qdev: add helpers to be more explicit when using abstract QOM parent functionsPhilippe Mathieu-Daudé
2018-01-23linux-user: remove nmi.c and fw-path-provider.cLaurent Vivier
2018-01-19possible_cpus: add CPUArchId::type fieldIgor Mammedov
2018-01-19qdev: Check for the availability of a hotplug controller before adding a deviceThomas Huth
2018-01-19machine: Replace has_dynamic_sysbus with list of allowed devicesEduardo Habkost
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin