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