aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2020-01-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-3/+0
2020-01-10Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200108' into...Peter Maydell6-10/+33
2020-01-10Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-semihosti...Peter Maydell2-0/+20
2020-01-09semihosting: add qemu_semihosting_console_inc for SYS_READCKeith Packard2-0/+20
2020-01-08ppc/pnv: fix check on return value of blk_getlength()Cédric Le Goater1-1/+1
2020-01-08pnv/xive: Deduce the PnvXive pointer from XiveTCTX::xptrGreg Kurz1-2/+0
2020-01-08xive: Add a "presenter" link property to the TCTX objectCédric Le Goater1-3/+5
2020-01-08ppc/pnv: Add a "pnor" const link property to the BMC internal simulatorGreg Kurz1-1/+1
2020-01-08ppc/pnv: Add an "nr-threads" property to the base chip classGreg Kurz1-0/+1
2020-01-08spapr, pnv, xive: Add a "xive-fabric" link to the XIVE routerGreg Kurz1-2/+3
2020-01-08pnv/xive: Use device_class_set_parent_realize()Greg Kurz1-0/+10
2020-01-08ppc/pnv: Introduce a "xics" property under the POWER8 chipCédric Le Goater1-0/+2
2020-01-08spapr/xive: Use device_class_set_parent_realize()Greg Kurz1-0/+10
2020-01-08mos6522: remove anh registerLaurent Vivier1-1/+0
2020-01-07Merge remote-tracking branch 'remotes/elmarco/tags/prop-ptr-pull-request' int...Peter Maydell6-65/+91
2020-01-07Merge remote-tracking branch 'remotes/vivier/tags/q800-for-5.0-pull-request' ...Peter Maydell1-0/+3
2020-01-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell4-2/+22
2020-01-07qdev: remove QDEV_PROP_PTRMarc-André Lureau1-22/+0
2020-01-07qdev: remove PROP_MEMORY_REGIONMarc-André Lureau1-2/+0
2020-01-07omap-gpio: remove PROP_PTRMarc-André Lureau1-4/+29
2020-01-07omap-i2c: remove PROP_PTRMarc-André Lureau1-0/+13
2020-01-07omap-intc: remove PROP_PTRMarc-André Lureau1-0/+14
2020-01-07etraxfs: remove PROP_PTR usageMarc-André Lureau1-17/+3
2020-01-07vmmouse: replace PROP_PTR with PROP_LINKMarc-André Lureau1-1/+3
2020-01-07mips: inline serial_init()Marc-André Lureau1-2/+0
2020-01-07serial: make SerialIO a sysbus deviceMarc-André Lureau1-2/+11
2020-01-07serial-mm: add endianness propertyMarc-André Lureau1-0/+1
2020-01-07serial-mm: add "regshift" propertyMarc-André Lureau1-2/+2
2020-01-07serial: start making SerialMM a sysbus deviceMarc-André Lureau1-5/+15
2020-01-07serial: replace serial_exit_core() with unrealizeMarc-André Lureau1-1/+0
2020-01-07serial: realize the serial deviceMarc-André Lureau1-1/+0
2020-01-07serial: add "baudbase" propertyMarc-André Lureau1-1/+1
2020-01-07serial: initial qom-ificationMarc-André Lureau1-1/+6
2020-01-07q800: add a block backend to the PRAMLaurent Vivier1-0/+3
2020-01-07sysbus: remove outdated commentMarc-André Lureau1-4/+0
2020-01-07sysbus: remove unused sysbus_try_create*Marc-André Lureau1-8/+1
2020-01-07accel/kvm: Make "kernel_irqchip" default onXiaoyao Li1-3/+0
2020-01-06virtio: make seg_max virtqueue size dependentDenis Plotnikov2-0/+2
2020-01-06vmstate: add qom interface to get idMarc-André Lureau1-0/+40
2020-01-05hw/pci/pci_host: Let pci_data_[read/write] use unsigned 'size' argumentPhilippe Mathieu-Daudé1-2/+2
2020-01-05virtio: don't enable notifications during pollingStefan Hajnoczi1-0/+1
2020-01-05virtio-pci: disable vring processing when bus-mastering is disabledMichael Roth1-0/+15
2020-01-05virtio: add ability to delete vq through a pointerMichael S. Tsirkin1-0/+2
2019-12-18hw/pci: Remove the "command_serr_enable" propertyThomas Huth1-1/+1
2019-12-18hw/pci-host/i440fx: Extract PCII440FXState to "hw/pci-host/i440fx.h"Philippe Mathieu-Daudé1-2/+17
2019-12-17hw/i386/pc: Extract the port92 devicePhilippe Mathieu-Daudé1-0/+3
2019-12-17hw/isa/isa-bus: cleanup irq functionsPaolo Bonzini1-4/+4
2019-12-17x86: move more x86-generic functions out of PC filesPaolo Bonzini2-20/+18
2019-12-17x86: move SMM property to X86MachineStatePaolo Bonzini2-3/+5
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini3-9/+13