aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-01-20apic: Use 32bit APIC ID for migration instance IDPeter Xu1-1/+4
2020-01-20migration: Change SaveStateEntry.instance_id into uint32_tPeter Xu1-1/+1
2020-01-20migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu12-12/+17
2020-01-17arm/gicv3: update virtual irq state after IAR register readJeff Kubascik1-0/+3
2020-01-17i.MX: add an emulation for RNGCMartin Kaiser3-0/+290
2020-01-17hw/arm/allwinner-a10: Remove local qemu_irq variablesPhilippe Mathieu-Daudé1-5/+4
2020-01-17hw/arm/allwinner-a10: Simplify by passing IRQs with qdev_pass_gpios()Philippe Mathieu-Daudé1-13/+11
2020-01-17hw/arm/allwinner-a10: Move SoC definitions out of headerPhilippe Mathieu-Daudé1-0/+6
2020-01-17hw/arm: Add the Netduino Plus 2Alistair Francis2-0/+53
2020-01-17hw/arm: Add the STM32F4xx SoCAlistair Francis2-0/+303
2020-01-17hw/misc: Add the STM32F4xx EXTI deviceAlistair Francis5-0/+198
2020-01-17hw/misc: Add the STM32F4xx Sysconfig deviceAlistair Francis5-0/+190
2020-01-13Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200113-pull-request' ...Peter Maydell5-3/+65
2020-01-13xhci: recheck slot statusGerd Hoffmann1-3/+12
2020-01-13xhci: Fix memory leak in xhci_kick_epctx when poweroff GuestOSChen Qun1-0/+1
2020-01-13usbredir: Prevent recursion in usbredir_writeDr. David Alan Gilbert1-0/+9
2020-01-13usb-redir: remove 'remote wakeup' flag from configuration descriptorYuri Benditovich2-0/+21
2020-01-13usb-host: remove 'remote wakeup' flag from configuration descriptorYuri Benditovich3-0/+22
2020-01-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell44-46/+114
2020-01-10Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200108' into...Peter Maydell12-141/+154
2020-01-10Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-semihosti...Peter Maydell2-0/+88
2020-01-09semihosting: add qemu_semihosting_console_inc for SYS_READCKeith Packard1-0/+79
2020-01-09hw/i386/x86-iommu: Add missing stubsPhilippe Mathieu-Daudé1-0/+9
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé30-30/+30
2020-01-08ppc/pnv: fix check on return value of blk_getlength()Cédric Le Goater1-1/+1
2020-01-08ppc/pnv: check return value of blk_pwrite()Cédric Le Goater1-2/+6
2020-01-08pnv/psi: Consolidate some duplicated code in pnv_psi_realize()Greg Kurz1-7/+12
2020-01-08pnv/psi: Add device reset hookGreg Kurz1-4/+11
2020-01-08pnv/xive: Deduce the PnvXive pointer from XiveTCTX::xptrGreg Kurz2-20/+2
2020-01-08spapr/xive: Deduce the SpaprXive pointer from XiveTCTX::xptrGreg Kurz1-5/+4
2020-01-08xive: Add a "presenter" link property to the TCTX objectCédric Le Goater3-3/+8
2020-01-08ppc/pnv: Add a "pnor" const link property to the BMC internal simulatorGreg Kurz2-4/+6
2020-01-08ppc/pnv: Add an "nr-threads" property to the base chip classGreg Kurz1-3/+5
2020-01-08xive: Use the XIVE fabric link under the XIVE routerGreg Kurz1-3/+11
2020-01-08spapr, pnv, xive: Add a "xive-fabric" link to the XIVE routerGreg Kurz3-0/+16
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-5/+19
2020-01-08ppc/pnv: Introduce a "xics" property alias under the PSI modelCédric Le Goater2-11/+4
2020-01-08spapr/xive: remove redundant check in spapr_match_nvt()Cédric Le Goater1-4/+4
2020-01-08ppc/pnv: Drop "num-chips" machine propertyGreg Kurz1-50/+12
2020-01-08ppc440_bamboo.c: remove label from bamboo_load_device_tree()Daniel Henrique Barboza1-6/+2
2020-01-08spapr.c: remove 'out' label in spapr_dt_cas_updates()Daniel Henrique Barboza1-6/+3
2020-01-08spapr/xive: Use device_class_set_parent_realize()Greg Kurz1-1/+11
2020-01-08mos6522: remove anh registerLaurent Vivier1-8/+8
2020-01-08ppc/pnv: Modify the powerdown notifier to get the PowerNV machineCédric Le Goater1-1/+1
2020-01-08ppc/spapr: Support reboot of secure pseries guestBharata B Rao1-0/+1
2020-01-07Merge remote-tracking branch 'remotes/elmarco/tags/prop-ptr-pull-request' int...Peter Maydell35-308/+383
2020-01-07Merge remote-tracking branch 'remotes/vivier/tags/q800-for-5.0-pull-request' ...Peter Maydell3-84/+309
2020-01-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell24-78/+927
2020-01-07virtio-console: Explicit we ignore some QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé1-0/+5