aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-17usb-serial: Fix timeout closing the deviceJason Andryuk1-1/+1
2020-03-17usb-serial: Increase receive buffer to 496Jason Andryuk1-1/+1
2020-03-17usb-serial: chunk data to wMaxPacketSizeJason Andryuk1-18/+29
2020-03-17usb-serial: Move USB_TOKEN_IN into a helper functionJason Andryuk1-34/+46
2020-03-13Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200313a'...Peter Maydell7-43/+135
2020-03-13migration: recognize COLO as part of activating processzhanghailiang1-0/+1
2020-03-13ram/colo: only record bitmap of dirty pages in COLO stagezhanghailiang1-4/+5
2020-03-13COLO: Optimize memory back-up processzhanghailiang3-17/+53
2020-03-13migration/throttle: Add throttle-trig-thres migration parameterKeqian Zhu4-23/+76
2020-03-13configure: Improve zstd testJuan Quintela1-1/+2
2020-03-12Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200312'...Peter Maydell57-74/+5787
2020-03-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell17-57/+262
2020-03-12target/arm: kvm: Inject events at the last stage of syncBeata Michalska2-10/+20
2020-03-12hw/arm/virt: kvm: allow gicv3 by default if v2 cannot workEric Auger1-1/+16
2020-03-12hw/arm/virt: kvm: Restructure finalize_gic_version()Eric Auger1-20/+66
2020-03-12target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmapEric Auger3-8/+20
2020-03-12hw/arm/virt: Introduce finalize_gic_version()Eric Auger2-21/+34
2020-03-12hw/arm/virt: Introduce VirtGICType enum typeEric Auger2-17/+24
2020-03-12hw/arm/virt: Document 'max' value in gic-version property descriptionEric Auger1-1/+2
2020-03-12docs: add Orange Pi PC documentNiek Linnenbank3-0/+256
2020-03-12tests/boot_linux_console: Test booting NetBSD via U-Boot on OrangePi PCPhilippe Mathieu-Daudé1-0/+70
2020-03-12tests/boot_linux_console: Add a SLOW test booting Ubuntu on OrangePi PCPhilippe Mathieu-Daudé1-0/+48
2020-03-12tests/boot_linux_console: Add a SD card test for the OrangePi PC boardPhilippe Mathieu-Daudé1-0/+47
2020-03-12tests/boot_linux_console: Add initrd test for the Orange Pi PC boardPhilippe Mathieu-Daudé1-0/+40
2020-03-12tests/boot_linux_console: Add a quick test for the OrangePi PC boardPhilippe Mathieu-Daudé1-0/+25
2020-03-12hw/arm/allwinner: add RTC device supportNiek Linnenbank8-1/+571
2020-03-12hw/arm/allwinner-h3: add SDRAM controller deviceNiek Linnenbank7-3/+502
2020-03-12hw/arm/allwinner-h3: add Boot ROM supportNiek Linnenbank3-0/+43
2020-03-12hw/arm/allwinner-h3: add EMAC ethernet deviceNiek Linnenbank9-1/+1006
2020-03-12hw/arm/allwinner: add SD/MMC host controllerNiek Linnenbank11-1/+1059
2020-03-12hw/arm/allwinner: add Security Identifier deviceNiek Linnenbank7-1/+254
2020-03-12hw/arm/allwinner: add CPU Configuration moduleNiek Linnenbank6-1/+351
2020-03-12hw/arm/allwinner-h3: add System Control moduleNiek Linnenbank5-1/+219
2020-03-12hw/arm/allwinner-h3: add USB host controllerNiek Linnenbank5-0/+72
2020-03-12hw/arm/allwinner-h3: add Clock Control UnitNiek Linnenbank5-1/+320
2020-03-12hw/arm: add Xunlong Orange Pi PC machineNiek Linnenbank3-1/+94
2020-03-12hw/arm: add Allwinner H3 System-on-ChipNiek Linnenbank6-0/+450
2020-03-12hw/arm/fsl-imx25: Wire up USB controllersGuenter Roeck2-0/+33
2020-03-12hw/arm/fsl-imx25: Wire up eSDHC controllersGuenter Roeck3-0/+57
2020-03-12hw/arm/cubieboard: make sure SOC object isn't leakedIgor Mammedov1-0/+3
2020-03-12target/arm: Disable clean_data_tbi for system modeRichard Henderson1-0/+11
2020-03-12target/arm: Check addresses for disabled regimesRichard Henderson1-1/+34
2020-03-12aspeed/smc: Fix User mode select/unselect schemeCédric Le Goater2-16/+24
2020-03-12aspeed/smc: Add some tracingCédric Le Goater3-0/+27
2020-03-12target/arm: Fix some comment typosPeter Maydell2-2/+2
2020-03-12target/arm: Recalculate hflags correctly after writes to CONTROLPeter Maydell3-4/+16
2020-03-12target/arm: Update hflags in trans_CPS_v7m()Peter Maydell1-1/+4
2020-03-12hw/intc/armv7m_nvic: Rebuild hflags on resetPeter Maydell1-0/+6
2020-03-12Merge remote-tracking branch 'remotes/vivier/tags/q800-for-5.0-pull-request' ...Peter Maydell1-2/+5
2020-03-12Merge remote-tracking branch 'remotes/pmaydell/tags/pull-docs-20200312' into ...Peter Maydell31-378/+369