aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-01-24hw/ppc/spapr_rtas: Use local MachineState variablePhilippe Mathieu-Daudé1-1/+1
2020-01-24virtio-scsi: convert to new virtio_delete_queuePan Nengyuan1-3/+3
2020-01-24virtio-scsi: delete vqs in unrealize to avoid memleaksPan Nengyuan1-0/+6
2020-01-24hw/core/Makefile: Group generic objects versus system-mode objectsPhilippe Mathieu-Daudé1-14/+14
2020-01-24hw/core: Restrict reset handlers API to system-modePhilippe Mathieu-Daudé1-1/+2
2020-01-24hw/pci-host/designware: Remove unuseful FALLTHROUGH commentPhilippe Mathieu-Daudé1-1/+1
2020-01-24hw/net/imx_fec: Remove unuseful FALLTHROUGH commentsPhilippe Mathieu-Daudé1-2/+2
2020-01-24hw/net/imx_fec: Rewrite fall through commentsPhilippe Mathieu-Daudé1-1/+2
2020-01-24hw/timer/aspeed_timer: Add a fall through commentPhilippe Mathieu-Daudé1-1/+1
2020-01-24hw/display/tcx: Add missing fall through commentsPhilippe Mathieu-Daudé1-0/+2
2020-01-24pvpanic: implement crashloaded event handlingzhenwei pi1-2/+9
2020-01-24cpu: Introduce cpu_class_set_parent_reset()Greg Kurz1-0/+8
2020-01-209pfs/9p.c: remove unneeded labelsDaniel Henrique Barboza1-6/+3
2020-01-209p: init_in_iov_from_pdu can truncate the sizeGreg Kurz4-21/+38
2020-01-209p: local: always return -1 on error in local_unlinkat_commonDaniel Henrique Barboza1-8/+6
2020-01-209pfs: local: Fix possible memory leak in local_link()Jiajun Chen1-1/+1
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