aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-01-07Merge remote-tracking branch 'remotes/elmarco/tags/prop-ptr-pull-request' int...Peter Maydell
2020-01-07Merge remote-tracking branch 'remotes/vivier/tags/q800-for-5.0-pull-request' ...Peter Maydell
2020-01-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-01-07qdev: remove QDEV_PROP_PTRMarc-André Lureau
2020-01-07qdev: remove PROP_MEMORY_REGIONMarc-André Lureau
2020-01-07omap-gpio: remove PROP_PTRMarc-André Lureau
2020-01-07omap-i2c: remove PROP_PTRMarc-André Lureau
2020-01-07omap-intc: remove PROP_PTRMarc-André Lureau
2020-01-07etraxfs: remove PROP_PTR usageMarc-André Lureau
2020-01-07vmmouse: replace PROP_PTR with PROP_LINKMarc-André Lureau
2020-01-07mips: inline serial_init()Marc-André Lureau
2020-01-07serial: make SerialIO a sysbus deviceMarc-André Lureau
2020-01-07serial-mm: add endianness propertyMarc-André Lureau
2020-01-07serial-mm: add "regshift" propertyMarc-André Lureau
2020-01-07serial: start making SerialMM a sysbus deviceMarc-André Lureau
2020-01-07serial: replace serial_exit_core() with unrealizeMarc-André Lureau
2020-01-07serial: realize the serial deviceMarc-André Lureau
2020-01-07serial: add "baudbase" propertyMarc-André Lureau
2020-01-07serial: initial qom-ificationMarc-André Lureau
2020-01-07chardev: generate an internal id when none givenMarc-André Lureau
2020-01-07q800: add a block backend to the PRAMLaurent Vivier
2020-01-07sysbus: remove outdated commentMarc-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-06Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-01-06' in...Peter Maydell
2020-01-06virtio: make seg_max virtqueue size dependentDenis Plotnikov
2020-01-06util: add dbus helper unitMarc-André Lureau
2020-01-06vmstate: replace DeviceState with VMStateIfMarc-André Lureau
2020-01-06vmstate: add qom interface to get idMarc-André Lureau
2020-01-06block: Add bdrv_qapi_perm_to_blk_perm()Max Reitz
2020-01-05hw/pci/pci_host: Let pci_data_[read/write] use unsigned 'size' argumentPhilippe Mathieu-Daudé
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: don't enable notifications during pollingStefan Hajnoczi
2020-01-05virtio-pci: disable vring processing when bus-mastering is disabledMichael Roth
2020-01-05virtio: add ability to delete vq through a pointerMichael S. Tsirkin
2020-01-02osdep: add qemu_unlink()Marc-André Lureau
2020-01-02object: add g_autoptr supportMarc-André Lureau
2020-01-02ui: add pixman image g_autoptr supportMarc-André Lureau
2020-01-02console: add graphic_hw_update_done()Marc-André Lureau
2019-12-20Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...Peter Maydell
2019-12-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-12-19linux-user: log page table changes under -d pageAlex Bennée
2019-12-18Add use of RCU for qemu_logfile.Robert Foley
2019-12-18qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley
2019-12-18include/qom/object.h: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy
2019-12-18block/snapshot: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy
2019-12-18hmp: drop Error pointer indirection in hmp_handle_errorVladimir Sementsov-Ogievskiy
2019-12-18error: make Error **errp const where it is appropriateVladimir Sementsov-Ogievskiy