summaryrefslogtreecommitdiffstats
path: root/hw/core
Commit message (Expand)AuthorAgeFilesLines
* call HotplugHandler->plug() as the last step in device realizationIgor Mammedov2018-10-192-20/+6Star
* hw/core/generic-loader: Compile only once, not for each targetThomas Huth2018-10-172-6/+2Star
* hw/core/generic-loader: Set a category for the generic-loader deviceThomas Huth2018-10-171-0/+1
* change get_image_size return type to int64_tLi Zhijian2018-10-021-2/+3
* qdev: fix a typo in commentLi Qiang2018-09-251-1/+1
* hw/core/machine: Officially deprecate the enforce-config-section parameterThomas Huth2018-09-251-0/+3
* qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu2018-08-281-2/+1Star
* sysbus: always allow explicit_ofw_unit_address() to override address generationMark Cave-Ayland2018-08-171-8/+7Star
* machine: Fix coding style at machine_run_board_init()Dou Liyang2018-08-171-1/+2
* loader: Implement .hex file loaderSu Hang2018-08-162-0/+253
* loader: add rom transaction APIStefan Hajnoczi2018-08-161-0/+32
* loader: extract rom_free() functionStefan Hajnoczi2018-08-161-9/+12
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-07-172-0/+14
|\
| * qdev: add HotplugHandler->post_plug() callbackStefan Hajnoczi2018-07-162-0/+14
* | hw/core/sysbus: Add a function for creating and attaching an objectThomas Huth2018-07-171-0/+8
|/
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2018-07-091-3/+3
|\
| * hw/machine: Remove the Zero check of nb_numa_nodes for numa_complete_configur...Dou Liyang2018-07-091-3/+2Star
| * machine: properly free device_memoryDavid Hildenbrand2018-07-091-0/+1
* | ptimer: Add TRIGGER_ONLY_ON_DECREMENT policy optionPeter Maydell2018-07-091-1/+21
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-07-022-3/+4
|\
| * hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"Philippe Mathieu-Daudé2018-07-021-1/+1
| * hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé2018-07-022-2/+3
* | loader: Check access size when calling rom_ptr() to avoid crashesThomas Huth2018-07-021-5/+5
|/
* Revert "bus: do not unref the added child bus on realize"Marc-André Lureau2018-06-181-0/+1
* hw/core/or-irq: Support more than 16 inputs to an OR gatePeter Maydell2018-06-151-2/+37
* object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau2018-06-122-2/+2
* bus: do not unref the added child bus on realizeMarc-André Lureau2018-06-121-1/+0Star
* hw/core/register: Add trailing '\n' to qemu_log() callPhilippe Mathieu-Daudé2018-06-081-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-06-015-35/+8Star
|\
| * qdev: Remove DeviceClass::init() and ::exit()Philippe Mathieu-Daudé2018-06-011-28/+0Star
| * qdev: Simplify the SysBusDeviceClass::init pathPhilippe Mathieu-Daudé2018-06-011-4/+8
| * hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
| * hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-012-2/+0Star
* | numa: postpone options post-processing till machine_run_board_init()Igor Mammedov2018-05-301-2/+3
|/
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2018-05-141-80/+0Star
|\
| * net: Remove the deprecated "vlan" parameterThomas Huth2018-05-141-80/+0Star
* | platform-bus-device: use device plug callback instead of machine_done notifierIgor Mammedov2018-05-101-24/+5Star
|/
* Use cpu_create(type) instead of cpu_init(cpu_model)Igor Mammedov2018-03-191-3/+3
* machine: add memory-encryption optionBrijesh Singh2018-03-131-0/+22
* Add symbol table callback interface to load_elfMichael Clark2018-03-061-2/+16
* qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-021-1/+1
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+1
* hw/core/split-irq: Device that splits IRQ linesPeter Maydell2018-03-022-0/+90
* qdev: Add new qdev_init_gpio_in_named_with_opaque()Peter Maydell2018-03-021-3/+5
* loader: Add new load_ramdisk_as()Peter Maydell2018-03-021-1/+7
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180301'...Peter Maydell2018-03-011-0/+8
|\
| * hw: register: Run post_write hook on resetAlistair Francis2018-03-011-0/+8
* | loader: don't perform overlapping address check for memory region ROM imagesMark Cave-Ayland2018-02-271-9/+11
|/
* machine: Polish -machine xxx,helpAlexey Kardashevskiy2018-02-101-1/+1
* Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell2018-02-091-1/+2
|\