summaryrefslogtreecommitdiffstats
path: root/hw/core
Commit message (Expand)AuthorAgeFilesLines
...
* | hw: apply accel compat properties without touching globalsMarc-André Lureau2019-01-071-0/+9
|/
* q35: set split kernel irqchip as defaultPeter Xu2018-12-201-0/+2
* qapi: Define PCIe link speed and width propertiesAlex Williamson2018-12-191-0/+176
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into ...Peter Maydell2018-12-161-27/+2Star
|\
| * hw/core/loader.c: Remove load_image()Peter Maydell2018-12-141-25/+0Star
| * Rename cpu_physical_memory_write_rom() to address_space_write_rom()Peter Maydell2018-12-141-2/+2
* | core/sysbus: remove the SysBusDeviceClass::init pathMao Zhongyi2018-12-131-10/+5Star
* | core/empty_slot: Convert sysbus init function to realize functionMao Zhongyi2018-12-131-5/+4Star
|/
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell2018-12-111-4/+0Star
|\
| * hw: set_netdev: remove useless codeLi Qiang2018-12-111-4/+0Star
* | qom: remove unimplemented class_finalizeMarc-André Lureau2018-12-111-11/+0Star
* | qdev: move qdev_prop_register_global_list() to testsMarc-André Lureau2018-12-111-9/+0Star
* | accel: register global_props like machine globalsMarc-André Lureau2018-12-111-21/+0Star
|/
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2018-10-251-1/+1
|\
| * machine: fix a typoLi Qiang2018-10-241-1/+1
* | hw/core: Move null-machine into the common-obj listThomas Huth2018-10-242-3/+2Star
|/
* 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
|/