aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2020-01-27hppa: Add support for LASI chip with i82596 NICHelge Deller1-0/+29
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-7/+15
2020-01-24qdev: register properties as class propertiesMarc-André Lureau1-2/+2
2020-01-24qdev: rename DeviceClass.propsPaolo Bonzini1-1/+6
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-0/+2
2020-01-24qdev: move helper function to monitor/miscMarc-André Lureau1-2/+0
2020-01-24qdev: remove extraneous errorMarc-André Lureau1-2/+1
2020-01-24cpu: Introduce cpu_class_set_parent_reset()Greg Kurz1-0/+4
2020-01-23hw/arm/exynos4210: Fix DMA initializationGuenter Roeck1-0/+4
2020-01-23hw/core/or-irq: Increase limit of or-lines to 48Guenter Roeck1-1/+1
2020-01-22vhost-vsock: delete vqs in vhost_vsock_unrealize to avoid memleaksPan Nengyuan1-0/+2
2020-01-22q35: implement 128K SMRAM at default SMBASE addressIgor Mammedov1-0/+10
2020-01-17i.MX: add an emulation for RNGCMartin Kaiser2-0/+40
2020-01-17hw/arm/allwinner-a10: Simplify by passing IRQs with qdev_pass_gpios()Philippe Mathieu-Daudé1-1/+0
2020-01-17hw/arm/allwinner-a10: Move SoC definitions out of headerPhilippe Mathieu-Daudé1-6/+0
2020-01-17hw/arm: Add the STM32F4xx SoCAlistair Francis1-0/+73
2020-01-17hw/misc: Add the STM32F4xx EXTI deviceAlistair Francis1-0/+60
2020-01-17hw/misc: Add the STM32F4xx Sysconfig deviceAlistair Francis1-0/+61
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