aboutsummaryrefslogtreecommitdiff
path: root/hw/core
AgeCommit message (Expand)AuthorFilesLines
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau6-5/+10
2020-01-24qdev: move helper function to monitor/miscMarc-André Lureau1-26/+0
2020-01-24qdev: remove extraneous errorMarc-André Lureau1-11/+4
2020-01-24qdev: remove duplicated qdev_property_add_static() docMarc-André Lureau1-10/+0
2020-01-24hw/core/Makefile: Group generic objects versus system-mode objectsPhilippe Mathieu-Daudé1-14/+14
2020-01-24hw/core: Restrict reset handlers API to system-modePhilippe Mathieu-Daudé1-1/+2
2020-01-24cpu: Introduce cpu_class_set_parent_reset()Greg Kurz1-0/+8
2020-01-20migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu1-1/+2
2020-01-13usb-redir: remove 'remote wakeup' flag from configuration descriptorYuri Benditovich1-0/+1
2020-01-13usb-host: remove 'remote wakeup' flag from configuration descriptorYuri Benditovich1-0/+1
2020-01-07Merge remote-tracking branch 'remotes/elmarco/tags/prop-ptr-pull-request' int...Peter Maydell3-63/+2
2020-01-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-0/+365
2020-01-07qdev/qom: remove some TODO limitations now that PROP_PTR is goneMarc-André Lureau1-8/+0
2020-01-07qdev: remove QDEV_PROP_PTRMarc-André Lureau1-18/+0
2020-01-07qdev: use g_strcmp0() instead of open-coding itMarc-André Lureau1-5/+2
2020-01-07sysbus: remove unused sysbus_try_create*Marc-André Lureau1-32/+0
2020-01-06Merge remote-tracking branch 'remotes/elmarco/tags/dbus-vmstate7-pull-request...Peter Maydell3-3/+42
2020-01-06virtio: make seg_max virtqueue size dependentDenis Plotnikov1-0/+3
2020-01-06vmstate: replace DeviceState with VMStateIfMarc-André Lureau1-3/+4
2020-01-06vmstate: add qom interface to get idMarc-André Lureau3-0/+38
2020-01-06Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2-8/+3
2020-01-05numa: Extend CLI to provide memory side cache informationLiu Jingqi1-0/+80
2020-01-05numa: Extend CLI to provide memory latency and bandwidth informationLiu Jingqi1-0/+194
2020-01-05numa: Extend CLI to provide initiator information for numa nodesTao Xu2-0/+87
2020-01-05virtio-pci: disable vring processing when bus-mastering is disabledMichael Roth1-0/+1
2019-12-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-141/+0
2019-12-19numa: properly check if numa is supportedIgor Mammedov1-2/+2
2019-12-19numa: remove not needed checkIgor Mammedov1-6/+1
2019-12-18hw/core/qdev: cleanup Error ** variablesVladimir Sementsov-Ogievskiy1-15/+13
2019-12-18hmp: drop Error pointer indirection in hmp_handle_errorVladimir Sementsov-Ogievskiy1-3/+3
2019-12-18hw/core: Fix fit_load_fdt() error API violationsMarkus Armbruster1-7/+8
2019-12-17kvm: convert "-machine kernel_irqchip" to an accelerator propertyPaolo Bonzini1-61/+0
2019-12-17kvm: convert "-machine kvm_shadow_mem" to an accelerator propertyPaolo Bonzini1-39/+0
2019-12-17xen: convert "-machine igd-passthru" to an accelerator propertyPaolo Bonzini1-20/+0
2019-12-17vl: configure accelerators from -accel optionsPaolo Bonzini1-21/+0
2019-12-13virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev1-0/+5
2019-11-12numa: Add missing \n to error messageGreg Kurz1-1/+1
2019-11-11ptimer: Remove old ptimer_init_with_bh() APIPeter Maydell1-76/+15
2019-11-05Revert "irq: introduce qemu_irq_proxy()"Philippe Mathieu-Daudé1-14/+0
2019-10-30Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell1-0/+2
2019-10-29migration: allow unplug during migration for failover devicesJens Freimann1-0/+1
2019-10-29qdev/qbus: add hidden device supportJens Freimann1-0/+24
2019-10-28cpu: hook plugin vcpu eventsEmilio G. Cota1-0/+2
2019-10-15numa: Introduce MachineClass::auto_enable_numa for implicit NUMA nodeTao Xu1-2/+8
2019-10-15ptimer: Provide new transaction-based APIPeter Maydell1-15/+137
2019-10-15ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell1-1/+1
2019-10-01hw/core/loader: Fix possible crash in rom_copy()Thomas Huth1-1/+1
2019-09-25cputlb: Remove cpu->mem_io_vaddrRichard Henderson1-1/+0
2019-09-19Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2-0/+5
2019-09-18loader: Trace loaded imagesAlexey Kardashevskiy2-0/+5