aboutsummaryrefslogtreecommitdiff
path: root/hw/core
AgeCommit message (Expand)Author
2018-12-20q35: set split kernel irqchip as defaultPeter Xu
2018-12-19qapi: Define PCIe link speed and width propertiesAlex Williamson
2018-12-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into ...Peter Maydell
2018-12-14hw/core/loader.c: Remove load_image()Peter Maydell
2018-12-14Rename cpu_physical_memory_write_rom() to address_space_write_rom()Peter Maydell
2018-12-13core/sysbus: remove the SysBusDeviceClass::init pathMao Zhongyi
2018-12-13core/empty_slot: Convert sysbus init function to realize functionMao Zhongyi
2018-12-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell
2018-12-11qom: remove unimplemented class_finalizeMarc-André Lureau
2018-12-11qdev: move qdev_prop_register_global_list() to testsMarc-André Lureau
2018-12-11accel: register global_props like machine globalsMarc-André Lureau
2018-12-11hw: set_netdev: remove useless codeLi Qiang
2018-10-25Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2018-10-24machine: fix a typoLi Qiang
2018-10-24hw/core: Move null-machine into the common-obj listThomas Huth
2018-10-19call HotplugHandler->plug() as the last step in device realizationIgor Mammedov
2018-10-17hw/core/generic-loader: Compile only once, not for each targetThomas Huth
2018-10-17hw/core/generic-loader: Set a category for the generic-loader deviceThomas Huth
2018-10-02change get_image_size return type to int64_tLi Zhijian
2018-09-25qdev: fix a typo in commentLi Qiang
2018-09-25hw/core/machine: Officially deprecate the enforce-config-section parameterThomas Huth
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu
2018-08-16sysbus: always allow explicit_ofw_unit_address() to override address generationMark Cave-Ayland
2018-08-16machine: Fix coding style at machine_run_board_init()Dou Liyang
2018-08-16loader: Implement .hex file loaderSu Hang
2018-08-16loader: add rom transaction APIStefan Hajnoczi
2018-08-16loader: extract rom_free() functionStefan Hajnoczi
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