aboutsummaryrefslogtreecommitdiff
path: root/hw/core
AgeCommit message (Expand)AuthorFilesLines
2021-05-13numa: Make all callbacks of ram block notifiers optionalDavid Hildenbrand1-3/+10
2021-05-13numa: Teach ram block notifiers about resizeable ram blocksDavid Hildenbrand1-5/+17
2021-05-13util: vfio-helpers: Factor out and fix processing of existing ram blocksDavid Hildenbrand1-0/+14
2021-05-10accel: move call to accel_init_interfacesClaudio Fontana1-0/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth3-3/+0
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth2-2/+0
2021-04-30hw/pci-host/gpex: Don't fault for unmapped parts of MMIO and PIO windowsPeter Maydell1-1/+3
2021-04-30hw: add compat machines for 6.1Cornelia Huck1-0/+3
2021-04-06Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210406'...Peter Maydell1-5/+16
2021-04-06virtio-pci: compat page aligned ATSJason Wang1-0/+1
2021-04-06machine: Provide a function to check the dynamic sysbus allowlistPeter Maydell1-5/+16
2021-03-23hw/core/loader: Add new function rom_ptr_for_as()Peter Maydell1-0/+75
2021-03-23hw/arm/virt: Disable pl011 clock migration if neededGavin Shan1-0/+1
2021-03-18Merge remote-tracking branch 'remotes/berrange-gitlab/tags/dep-many-pull-requ...Peter Maydell2-124/+4
2021-03-18machine: remove 'arch' field from 'query-cpus-fast' QMP commandDaniel P. Berrangé1-41/+0
2021-03-18machine: remove 'query-cpus' QMP commandDaniel P. Berrangé2-83/+4
2021-03-17hw/core: Only build guest-loader if libfdt is availablePhilippe Mathieu-Daudé2-2/+6
2021-03-16Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell1-0/+1
2021-03-15virtio-blk: Respect discard granularityAkihiko Odaki1-0/+1
2021-03-15virtio-net: calculating proper msix vectors on initJason Wang1-0/+1
2021-03-11Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-docs-xen-upda...Peter Maydell3-0/+181
2021-03-10hw/core: implement a guest-loader to support static hypervisor guestsAlex Bennée3-0/+181
2021-03-08clock: Add ClockPreUpdate callback event typePeter Maydell1-0/+3
2021-03-08clock: Add ClockEvent parameter to callbacksPeter Maydell2-7/+22
2021-02-23acpi/core: always set SCI_EN when SMM isn't supportedIsaku Yamahata1-1/+4
2021-02-08confidential guest support: Alter virtio default properties for protected guestsDavid Gibson1-0/+13
2021-02-08confidential guest support: Rework the "memory-encryption" propertyDavid Gibson1-6/+37
2021-02-08confidential guest support: Move side effect out of machine_set_memory_encryp...David Gibson1-8/+9
2021-02-05cpu: move debug_check_watchpoint to tcg_opsClaudio Fontana1-9/+0
2021-02-05cpu: move adjust_watchpoint_address to tcg_opsClaudio Fontana1-6/+0
2021-02-05accel/tcg: split TCG-only code from cpu_exec_realizefnClaudio Fontana1-1/+5
2021-02-05virtio: move 'use-disabled-flag' property to hw_compat_4_2Stefano Garzarella1-1/+1
2021-01-29ptimer: Add new ptimer_set_period_from_clock() functionPeter Maydell1-0/+34
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake1-53/+40
2021-01-28qapi: A couple more QAPI_LIST_PREPEND() stragglersEric Blake1-22/+12
2021-01-04clock: Define and use new clock_display_freq()Peter Maydell1-0/+6
2021-01-01Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell2-249/+151
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake2-14/+3
2020-12-18qdev: Avoid unnecessary DeviceState* variable at set_prop_arraylen()Eduardo Habkost1-3/+2
2020-12-18qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()Eduardo Habkost2-55/+55
2020-12-18qdev: Make qdev_class_add_property() more flexibleEduardo Habkost1-8/+6
2020-12-18qdev: Make PropertyInfo.create return ObjectProperty*Eduardo Habkost1-6/+6
2020-12-18qdev: Move dev->realized check to qdev_property_set()Eduardo Habkost2-152/+18
2020-12-18qdev: Wrap getters and setters in separate helpersEduardo Habkost1-4/+40
2020-12-18qdev: Add name argument to PropertyInfo.create methodEduardo Habkost1-3/+4
2020-12-18qdev: Add name parameter to qdev_class_add_property()Eduardo Habkost1-4/+5
2020-12-18qdev: Avoid using prop->name unnecessarilyEduardo Habkost2-9/+9
2020-12-18qdev: Get just property name at error_set_from_qdev_prop_error()Eduardo Habkost2-10/+10