aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
2019-05-08tests/qmp-cmd-test: Use qtest_init() instead of qtest_start()Thomas Huth1-6/+9
2019-05-08tests/megasas: Make test independent of global_qtestThomas Huth1-1/+1
2019-05-08tests/tco: Make test independent of global_qtestThomas Huth1-31/+32
2019-05-08tests: Force Python I/O encoding for check-qapi-schemaEduardo Habkost1-1/+1
2019-05-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190507'...Peter Maydell21-127/+291
2019-05-07Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190507-pull-request' ...Peter Maydell13-62/+84
2019-05-07Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20190506' into stagingPeter Maydell5-46/+241
2019-05-07target/arm: Stop using variable length array in dc_zvaPeter Maydell1-2/+6
2019-05-07target/arm: Implement XPSR GE bitsPeter Maydell2-2/+14
2019-05-07hw/intc/armv7m_nvic: Don't enable ARMV7M_EXCP_DEBUG from resetPeter Maydell1-1/+3
2019-05-07hw/intc/armv7m_nvic: NS BFAR and BFSR are RAZ/WI if BFHFNMINS == 0Peter Maydell1-3/+24
2019-05-07hw/arm/armv7m_nvic: Check subpriority in nvic_recompute_state_secure()Peter Maydell1-2/+7
2019-05-07osdep: Fix mingw compilation regarding stdio formatsCao Jiaxi1-5/+5
2019-05-07util/cacheinfo: Use uint64_t on LLP64 model to satisfy Windows ARM64Cao Jiaxi1-1/+1
2019-05-07qga: Fix mingw compilation warnings on enum conversionCao Jiaxi1-1/+1
2019-05-07QEMU_PACKED: Remove gcc_struct attribute in Windows non x86 targetsCao Jiaxi3-3/+8
2019-05-07arm: aspeed: Set SDRAM sizeJoel Stanley2-0/+9
2019-05-07arm: Allow system registers for KVM guests to be changed by QEMU codePeter Maydell6-22/+46
2019-05-07hw/arm/raspi: Diagnose requests for too much RAMPeter Maydell1-0/+7
2019-05-07hw/arm/virt: Support firmware configuration with -blockdevMarkus Armbruster2-69/+129
2019-05-07pflash_cfi01: New pflash_cfi01_legacy_drive()Markus Armbruster3-14/+31
2019-05-07pc: Rearrange pc_system_firmware_init()'s legacy -drive loopMarkus Armbruster1-13/+11
2019-05-07Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into sta...Peter Maydell10-36/+521
2019-05-07Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell1-0/+0
2019-05-07i2c-ddc: move it to hw/displayPaolo Bonzini9-10/+10
2019-05-07ati-vga: Fix check for blt outside vramBALATON Zoltan1-6/+6
2019-05-07qxl: avoid unaligned pointer reads/writesDaniel P. Berrangé1-31/+24
2019-05-07vl: add -vga help supportMarc-André Lureau1-9/+31
2019-05-07vl: constify VGAInterfaceInfoMarc-André Lureau1-3/+3
2019-05-07hw/display/cirrus_vga: Remove unused includePhilippe Mathieu-Daudé1-1/+0
2019-05-07hw/display/cirrus_vga: Update the documentation URLPhilippe Mathieu-Daudé1-2/+7
2019-05-07qxl: check release info objectPrasad J Pandit1-0/+3
2019-05-06decodetree: Add DisasContext argument to !function expandersRichard Henderson5-31/+32
2019-05-06decodetree: Expand a decode_load functionRichard Henderson1-3/+172
2019-05-06decodetree: Initial support for variable-length ISAsRichard Henderson1-12/+37
2019-05-04hw/pvrdma: Add support for SRQKamal Heib4-1/+209
2019-05-04hw/rdma: Modify create/destroy QP to support SRQKamal Heib6-33/+67
2019-05-04hw/rdma: Add support for managing SRQ resourceKamal Heib3-0/+111
2019-05-04hw/rdma: Add SRQ support to backend layerKamal Heib5-2/+134
2019-05-04Update slirp submoduleSamuel Thibault1-0/+0
2019-05-03Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell9-65/+285
2019-05-03Merge remote-tracking branch 'remotes/lersek/tags/smbios_lp_1821884_20190503'...Peter Maydell7-10/+40