aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-13hw/arm: Express dependencies of netduino / stm32f2xx with KconfigThomas Huth2-8/+8
2019-05-13hw/arm: Express dependencies of the virt machine with KconfigThomas Huth4-12/+22
2019-05-13hw/arm: Express dependencies of the aspeed boards with KconfigThomas Huth2-6/+11
2019-05-13hw/arm: Express dependencies of collie with KconfigThomas Huth3-3/+9
2019-05-13hw/arm: Express dependencies of xilinx-zynq with KconfigThomas Huth2-6/+13
2019-05-13hw/arm: Express dependencies of the PXA2xx machines with KconfigThomas Huth3-11/+51
2019-05-13hw/arm: Express dependencies of realview, versatile and vexpress with KconfigThomas Huth5-21/+57
2019-05-13hw/arm: Express dependencies of stellaris with KconfigThomas Huth2-6/+12
2019-05-13hw/arm: Express dependencies of the OMAP machines with KconfigThomas Huth3-14/+31
2019-05-13hw/arm: Express dependencies of musicpal with KconfigThomas Huth2-5/+6
2019-05-13hw/arm: Express dependencies of the fsl-imx31 machine with KconfigThomas Huth3-2/+7
2019-05-13hw/arm: Express dependencies of integratorcp with KconfigThomas Huth3-7/+10
2019-05-13hw/arm: Express dependencies of the highbank machines with KconfigThomas Huth2-8/+12
2019-05-13hw/arm: Express dependencies of the exynos machines with KconfigThomas Huth2-11/+16
2019-05-13hw/ide/ahci: Add a Kconfig switch for the AHCI-ICH9 deviceThomas Huth3-3/+7
2019-05-13Makefile: Fix inclusion of the config-devices.mak.d Kconfig dependenciesThomas Huth3-3/+3
2019-05-13hw/pci/pci-stub: Add msi_enabled() and msi_notify() to the pci stubsThomas Huth1-0/+11
2019-05-10Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell9-86/+347
2019-05-10Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.1-pull-re...Peter Maydell6-13/+69
2019-05-10linux-user: fix GPROF build failureAlex Bennée2-3/+3
2019-05-10linux-user: avoid treading on gprof's SIGPROF signalsAlex Bennée1-0/+5
2019-05-10linux-user: elf: Map empty PT_LOAD segmentsGiuseppe Musacchio1-5/+13
2019-05-10The ioctl(SIOCGIFNAME) call requires a struct ifreq.Erik Kline1-1/+1
2019-05-10docs: add Security chapter to the documentationStefan Hajnoczi3-1/+135
2019-05-10docs: add Secure Coding Practices to developer docsStefan Hajnoczi2-0/+107
2019-05-10aio-posix: ensure poll mode is left when aio_notify is calledPaolo Bonzini1-4/+8
2019-05-10block/io.c: fix for the allocation failureAndrey Shinkevich1-1/+1
2019-05-10block: Add coroutine_fn to bdrv_check_co_entryNikita Alekseev1-1/+1
2019-05-10util/readline: Add braces to fix checkpatch errorsJules Irenge1-17/+33
2019-05-10util: readline: replace tab indent by four spaces to fix checkpatch errorsJules Irenge1-49/+49
2019-05-10util/readline: add a space to fix errors by checkpatch toolJules Irenge1-17/+17
2019-05-09Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-05-07' in...Peter Maydell13-77/+159
2019-05-09linux-user: avoid string truncation warnings in uname field copyingDaniel P. Berrangé1-3/+2
2019-05-09linux-user/elfload: Fix GCC 9 build warningsAlistair Francis1-1/+1
2019-05-09linux-user: Add missing IPV6 sockoptsHelge Deller1-0/+44
2019-05-09Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-05-0...Peter Maydell37-270/+298
2019-05-09Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell10-25/+74
2019-05-09Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell1-0/+0
2019-05-09Update upstream slirpSamuel Thibault1-0/+0
2019-05-09include/exec/poison: Mark TARGET_FMT_lu as poisoned, tooThomas Huth1-0/+1
2019-05-08target/sh4: Fix LGPL information in the file headersThomas Huth7-7/+7
2019-05-08target/openrisc: Fix LGPL information in the file headersThomas Huth13-13/+13
2019-05-08hw/i2c/smbus_ich9: Fix the confusing contributions-after-2012 statementThomas Huth1-13/+8
2019-05-08tests: qpci_unplug_acpi_device_test() should not rely on global_qtestThomas Huth7-13/+24
2019-05-08tests/drive_del-test: Use qtest_init() instead of qtest_start()Thomas Huth1-31/+32
2019-05-08tests/Makefile: Remove unused test-obj-y variableThomas Huth1-19/+0
2019-05-08Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-05-07' into st...Peter Maydell11-115/+132
2019-05-08tests/tpm-tests: Use g_test_skip() to mark skipped testsThomas Huth1-1/+1
2019-05-08tests/ide-test: Make test independent of global_qtestThomas Huth1-125/+159
2019-05-08tests/test-hmp: Use qtest_init() instead of qtest_start()Thomas Huth1-9/+10