aboutsummaryrefslogtreecommitdiff
path: root/hw/core
AgeCommit message (Expand)Author
2020-01-24qdev: register properties as class propertiesMarc-André Lureau
2020-01-24qdev: move instance properties to class propertiesMarc-André Lureau
2020-01-24qdev: rename DeviceClass.propsPaolo Bonzini
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-24qdev: move helper function to monitor/miscMarc-André Lureau
2020-01-24qdev: remove extraneous errorMarc-André Lureau
2020-01-24qdev: remove duplicated qdev_property_add_static() docMarc-André Lureau
2020-01-24hw/core/Makefile: Group generic objects versus system-mode objectsPhilippe Mathieu-Daudé
2020-01-24hw/core: Restrict reset handlers API to system-modePhilippe Mathieu-Daudé
2020-01-24cpu: Introduce cpu_class_set_parent_reset()Greg Kurz
2020-01-20migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu
2020-01-13usb-redir: remove 'remote wakeup' flag from configuration descriptorYuri Benditovich
2020-01-13usb-host: remove 'remote wakeup' flag from configuration descriptorYuri Benditovich
2020-01-07Merge remote-tracking branch 'remotes/elmarco/tags/prop-ptr-pull-request' int...Peter Maydell
2020-01-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-01-07qdev/qom: remove some TODO limitations now that PROP_PTR is goneMarc-André Lureau
2020-01-07qdev: remove QDEV_PROP_PTRMarc-André Lureau
2020-01-07qdev: use g_strcmp0() instead of open-coding itMarc-André Lureau
2020-01-07sysbus: remove unused sysbus_try_create*Marc-André Lureau
2020-01-06Merge remote-tracking branch 'remotes/elmarco/tags/dbus-vmstate7-pull-request...Peter Maydell
2020-01-06virtio: make seg_max virtqueue size dependentDenis Plotnikov
2020-01-06vmstate: replace DeviceState with VMStateIfMarc-André Lureau
2020-01-06vmstate: add qom interface to get idMarc-André Lureau
2020-01-06Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell
2020-01-05numa: Extend CLI to provide memory side cache informationLiu Jingqi
2020-01-05numa: Extend CLI to provide memory latency and bandwidth informationLiu Jingqi
2020-01-05numa: Extend CLI to provide initiator information for numa nodesTao Xu
2020-01-05virtio-pci: disable vring processing when bus-mastering is disabledMichael Roth
2019-12-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-12-19numa: properly check if numa is supportedIgor Mammedov
2019-12-19numa: remove not needed checkIgor Mammedov
2019-12-18hw/core/qdev: cleanup Error ** variablesVladimir Sementsov-Ogievskiy
2019-12-18hmp: drop Error pointer indirection in hmp_handle_errorVladimir Sementsov-Ogievskiy
2019-12-18hw/core: Fix fit_load_fdt() error API violationsMarkus Armbruster
2019-12-17kvm: convert "-machine kernel_irqchip" to an accelerator propertyPaolo Bonzini
2019-12-17kvm: convert "-machine kvm_shadow_mem" to an accelerator propertyPaolo Bonzini
2019-12-17xen: convert "-machine igd-passthru" to an accelerator propertyPaolo Bonzini
2019-12-17vl: configure accelerators from -accel optionsPaolo Bonzini
2019-12-13virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev
2019-11-12numa: Add missing \n to error messageGreg Kurz
2019-11-11ptimer: Remove old ptimer_init_with_bh() APIPeter Maydell
2019-11-05Revert "irq: introduce qemu_irq_proxy()"Philippe Mathieu-Daudé
2019-10-30Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell
2019-10-29migration: allow unplug during migration for failover devicesJens Freimann
2019-10-29qdev/qbus: add hidden device supportJens Freimann
2019-10-28cpu: hook plugin vcpu eventsEmilio G. Cota
2019-10-15numa: Introduce MachineClass::auto_enable_numa for implicit NUMA nodeTao Xu
2019-10-15ptimer: Provide new transaction-based APIPeter Maydell
2019-10-15ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell
2019-10-01hw/core/loader: Fix possible crash in rom_copy()Thomas Huth